Fresh start: replace with naxIO/netfox-cs-sample foundation

Complete replacement of the tactical-shooter project with the
netfox-cs-sample (MIT) — a CS 1.6 inspired multiplayer FPS built
with Godot 4 and netfox.

## What's new
- Full CS-style gameplay: teams (T/CT), rounds, economy, buy menu
- 6 weapons: Knife, Glock, USP, AK-47, M4A1, AWP
- Bomb plant/defuse with 2 bombsites
- Flashbang & smoke grenades
- Proper netfox rollback netcode at 64 tick
- Network popup UI for host/join
- HUD, crosshair, round timer, scoreboard
- All netfox singletons registered as autoloads (works in exported builds)

## Architecture
- Listen-server (host from client, no dedicated server binary)
- Multiplayer-fps game lives at examples/multiplayer-fps/
- Netfox addons registered as autoloads for exported build compat
- Godot 4.7 with Forward+ renderer

## Removed
- Old headless-server architecture (client_main, server_main, player.gd, etc.)
- Custom netfox bootstrap with ENet fallback
- Old ChaffGames FPS template (2,420 lines, 844 KB)
- SimulationServer GDExtension stub
- Godot-jolt physics (netfox sample uses default Godot physics)
- Duplicate weapon_data.gd, anti_cheat.gd, round_manager.gd, etc.
- Server browser API Python venv (87 MB)
- test_range map and modular assets

## Preserved
- Git history
- Server config at config/default_server_config.cfg
- Windows export preset
- Build directory (gitignored)

Co-authored-by: naxIO <naxIO@users.noreply.github.com>
This commit is contained in:
2026-07-02 20:55:20 -04:00
parent ce39b237c3
commit b0c83af092
4416 changed files with 57418 additions and 902676 deletions
@@ -0,0 +1,101 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="272"
height="128"
viewBox="0 0 71.966666 33.866666"
version="1.1"
id="svg1"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
sodipodi:docname="netfox-banner-hor-alt.svg"
inkscape:export-filename="netfox-banner.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#bfbfbf"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="2.8284272"
inkscape:cx="112.78353"
inkscape:cy="52.3259"
inkscape:window-width="2560"
inkscape:window-height="1048"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="g1-5" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g1">
<path
id="rect1"
style="fill:#ff8100;fill-opacity:1;stroke:none;stroke-width:0.822685;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.33"
d="m 0,0 12.009119,12.009119 h 23.87646 v -24.018238 l -17.92507,-5.95139 z"
transform="rotate(45)"
sodipodi:nodetypes="cccccc" />
<path
d="M 16.93334,0 8.4666699,16.93334 0,0 Z"
fill="#5fff97"
id="path1"
style="stroke-width:4.23333" />
<path
d="M 33.866666,16.93334 25.399996,0 16.93334,16.93334 Z"
fill="#ff5f5f"
id="path2"
style="stroke-width:4.23333" />
<rect
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.33"
id="rect2"
width="3.6265092"
height="3.6265092"
x="17.96052"
y="5.9868398"
transform="rotate(45)" />
<rect
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.33"
id="rect3"
width="3.6265092"
height="3.6265092"
x="29.934195"
y="-5.9868345"
transform="rotate(45)" />
<rect
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.33"
id="rect4"
width="3.6265092"
height="3.6265092"
x="32.259071"
y="8.3826094"
transform="rotate(45)" />
</g>
<g
id="g1-5"
transform="matrix(0.26458333,0,0,0.26458333,-190.26843,-380.00464)">
<text
id="netfox"
class="cls-1"
x="851.6261"
y="1516.0247"
style="font-weight:300;font-size:42.6667px;font-family:Oxanium;fill:#ff8100">net<tspan
class="cls-2"
id="tspan1"
style="font-size:42.6667px;fill:#000000;fill-opacity:1">fox</tspan></text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="272"
height="128"
viewBox="0 0 71.966666 33.866666"
version="1.1"
id="svg1"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
sodipodi:docname="netfox-banner-hor-black.svg"
inkscape:export-filename="netfox-banner.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xml:space="preserve"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview1"
pagecolor="#bfbfbf"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="2.8284272"
inkscape:cx="125.1579"
inkscape:cy="44.901279"
inkscape:window-width="2560"
inkscape:window-height="1048"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" /><defs
id="defs1" /><g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"><g
id="g1-5"
transform="matrix(0.26458333,0,0,0.26458333,-190.26843,-380.00464)"
style="fill:#000000;fill-opacity:1"><text
id="netfox"
class="cls-1"
x="851.6261"
y="1516.0247"
style="font-weight:300;font-size:42.6667px;font-family:Oxanium;fill:#000000;fill-opacity:1">net<tspan
class="cls-2"
id="tspan1"
style="font-size:42.6667px;fill:#000000;fill-opacity:1">fox</tspan></text></g><g
id="g2"><path
id="rect1-3"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.80983;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="M 0.3180025,0.21523374 V 16.933327 l 14.0952875,14.095287 2.524119,-2.524627 2.524118,2.524627 14.144631,-14.144631 h -8.285032 l 2.524119,2.52412 -2.524119,2.524627 -2.524118,-2.524627 2.524118,-2.52412 H 16.986751 L 25.321127,0.21523374 H 16.986752 L 8.6523775,16.883984 11.176497,19.408103 8.6523776,21.932731 6.1282584,19.408103 8.6523775,16.883984 Z m 25.0031245,0 8.318096,16.63568426 0.01628,-0.01628 z" /><path
style="fill:none;stroke:#000000;stroke-width:0.521026;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:6;stroke-opacity:1"
d="M 16.88398,33.606161 0.2605135,16.982693 V 0.26051574 H 25.269743 L 33.606158,16.883983 Z"
id="path3" /></g></g></svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="272"
height="128"
viewBox="0 0 71.966666 33.866666"
version="1.1"
id="svg1"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
sodipodi:docname="netfox-banner-hor-white.svg"
inkscape:export-filename="netfox-banner.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xml:space="preserve"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview1"
pagecolor="#404040"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="2.8284272"
inkscape:cx="125.1579"
inkscape:cy="44.901279"
inkscape:window-width="2560"
inkscape:window-height="1048"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" /><defs
id="defs1" /><g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"><g
id="g1-5"
transform="matrix(0.26458333,0,0,0.26458333,-190.26843,-380.00464)"
style="fill:#ffffff;fill-opacity:1"><text
id="netfox"
class="cls-1"
x="851.6261"
y="1516.0247"
style="font-weight:300;font-size:42.6667px;font-family:Oxanium;fill:#ffffff;fill-opacity:1">net<tspan
class="cls-2"
id="tspan1"
style="font-size:42.6667px;fill:#ffffff;fill-opacity:1">fox</tspan></text></g><g
id="g2"
transform="translate(-3.439584,27.781252)"><g
inkscape:label="Layer 1"
id="layer1-5"
transform="translate(3.4395835,-27.781249)"><path
id="rect1-3"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.80983;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="M 0.3180025,0.21523374 V 16.933327 l 14.0952875,14.095287 2.524119,-2.524627 2.524118,2.524627 14.144631,-14.144631 h -8.285032 l 2.524119,2.52412 -2.524119,2.524627 -2.524118,-2.524627 2.524118,-2.52412 H 16.986751 L 25.321127,0.21523374 H 16.986752 L 8.6523775,16.883984 11.176497,19.408103 8.6523776,21.932731 6.1282584,19.408103 8.6523775,16.883984 Z m 25.0031245,0 8.318096,16.63568426 0.01628,-0.01628 z" /><path
style="fill:none;stroke:#ffffff;stroke-width:0.521026;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:6;stroke-opacity:1"
d="M 16.88398,33.606161 0.2605135,16.982693 V 0.26051574 H 25.269743 L 33.606158,16.883983 Z"
id="path3" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

+101
View File
@@ -0,0 +1,101 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="272"
height="128"
viewBox="0 0 71.966666 33.866666"
version="1.1"
id="svg1"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
sodipodi:docname="netfox-banner-hor.svg"
inkscape:export-filename="netfox-banner.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#404040"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="2.8284272"
inkscape:cx="118.08683"
inkscape:cy="30.759144"
inkscape:window-width="2560"
inkscape:window-height="1048"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g1">
<path
id="rect1"
style="fill:#ff8100;fill-opacity:1;stroke:none;stroke-width:0.822685;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.33"
d="m 0,0 12.009119,12.009119 h 23.87646 v -24.018238 l -17.92507,-5.95139 z"
transform="rotate(45)"
sodipodi:nodetypes="cccccc" />
<path
d="M 16.93334,0 8.4666699,16.93334 0,0 Z"
fill="#5fff97"
id="path1"
style="stroke-width:4.23333" />
<path
d="M 33.866666,16.93334 25.399996,0 16.93334,16.93334 Z"
fill="#ff5f5f"
id="path2"
style="stroke-width:4.23333" />
<rect
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.33"
id="rect2"
width="3.6265092"
height="3.6265092"
x="17.96052"
y="5.9868398"
transform="rotate(45)" />
<rect
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.33"
id="rect3"
width="3.6265092"
height="3.6265092"
x="29.934195"
y="-5.9868345"
transform="rotate(45)" />
<rect
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.33"
id="rect4"
width="3.6265092"
height="3.6265092"
x="32.259071"
y="8.3826094"
transform="rotate(45)" />
</g>
<g
id="g1-5"
transform="matrix(0.26458333,0,0,0.26458333,-190.26843,-380.00464)">
<text
id="netfox"
class="cls-1"
x="851.6261"
y="1516.0247"
style="font-weight:300;font-size:42.6667px;font-family:Oxanium;fill:#ff8100">net<tspan
class="cls-2"
id="tspan1"
style="font-size:42.6667px;fill:#ffffff;fill-opacity:1">fox</tspan></text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

@@ -0,0 +1,93 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="256"
height="256"
viewBox="0 0 256 256"
version="1.1"
id="svg1"
sodipodi:docname="netfox-banner-ver-alt.svg"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
xml:space="preserve"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:x="adobe:ns:meta/"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><sodipodi:namedview
id="namedview1"
pagecolor="#bfbfbf"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="3.3046876"
inkscape:cx="102.27896"
inkscape:cy="132.8416"
inkscape:window-width="2560"
inkscape:window-height="1048"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" /><metadata
id="metadata1"><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?><x:xmpmeta
x:xmptk="Adobe XMP Core 5.6-c142 79.160924, 2017/07/13-01:06:39 "><rdf:RDF><rdf:Description
rdf:about="" /></rdf:RDF></x:xmpmeta><?xpacket end="w"?></metadata><defs
id="defs1"><style
id="style1">
.cls-1 {
font-size: 250px;
fill: #ff8100;
font-family: Oxanium;
font-weight: 300;
}
.cls-2 {
fill: #fff;
}
</style></defs><text
id="netfox"
class="cls-1"
x="62.911915"
y="211.78668"
style="font-size:42.6667px">net<tspan
style="font-size:42.6667px;fill:#000000;fill-opacity:1"
id="tspan2">fox</tspan></text><g
inkscape:label="Layer 1"
id="layer1"
transform="matrix(3.7795276,0,0,3.7795276,64,44.213318)"><path
id="rect1"
style="fill:#ff8100;fill-opacity:1;stroke:none;stroke-width:0.822685;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.33"
d="m 0,0 12.009119,12.009119 h 23.87646 v -24.018238 l -17.92507,-5.95139 z"
transform="rotate(45)"
sodipodi:nodetypes="cccccc" /><path
d="M 16.93334,0 8.4666699,16.93334 0,0 Z"
fill="#5fff97"
id="path1"
style="stroke-width:4.23333" /><path
d="M 33.866666,16.93334 25.399996,0 16.93334,16.93334 Z"
fill="#ff5f5f"
id="path2"
style="stroke-width:4.23333" /><rect
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.33"
id="rect2"
width="3.6265092"
height="3.6265092"
x="17.96052"
y="5.9868398"
transform="rotate(45)" /><rect
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.33"
id="rect3"
width="3.6265092"
height="3.6265092"
x="29.934195"
y="-5.9868345"
transform="rotate(45)" /><rect
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.33"
id="rect4"
width="3.6265092"
height="3.6265092"
x="32.259071"
y="8.3826094"
transform="rotate(45)" /></g></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="256"
height="256"
viewBox="0 0 256 256"
version="1.1"
id="svg1"
sodipodi:docname="netfox-banner-ver-black.svg"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
xml:space="preserve"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:x="adobe:ns:meta/"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><sodipodi:namedview
id="namedview1"
pagecolor="#bfbfbf"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="2.336767"
inkscape:cx="93.291287"
inkscape:cy="138.22516"
inkscape:window-width="2560"
inkscape:window-height="1048"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1-6" /><metadata
id="metadata1"><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?><x:xmpmeta
x:xmptk="Adobe XMP Core 5.6-c142 79.160924, 2017/07/13-01:06:39 "><rdf:RDF><rdf:Description
rdf:about="" /></rdf:RDF></x:xmpmeta><?xpacket end="w"?></metadata><defs
id="defs1"><style
id="style1">
.cls-1 {
font-size: 250px;
fill: #ff8100;
font-family: Oxanium;
font-weight: 300;
}
.cls-2 {
fill: #fff;
}
</style></defs><text
id="netfox"
class="cls-1"
x="62.911915"
y="211.78668"
style="font-size:42.6667px;fill:#000000;fill-opacity:1">net<tspan
style="font-size:42.6667px;fill:#000000;fill-opacity:1"
id="tspan2">fox</tspan></text><g
inkscape:label="Layer 1"
id="layer1-6"
transform="matrix(3.7795276,0,0,3.7795276,63.798132,44.399864)"><path
id="rect1-2"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.80983;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="M 0.3180025,0.21523374 V 16.933327 l 14.0952875,14.095287 2.524119,-2.524627 2.524118,2.524627 14.144631,-14.144631 h -8.285032 l 2.524119,2.52412 -2.524119,2.524627 -2.524118,-2.524627 2.524118,-2.52412 H 16.986751 L 25.321127,0.21523374 H 16.986752 L 8.6523775,16.883984 11.176497,19.408103 8.6523776,21.932731 6.1282584,19.408103 8.6523775,16.883984 Z m 25.0031245,0 8.318096,16.63568426 0.01628,-0.01628 z" /><path
style="fill:none;stroke:#000000;stroke-width:0.521026;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:6;stroke-opacity:1"
d="M 16.88398,33.606161 0.2605135,16.982693 V 0.26051574 H 25.269743 L 33.606158,16.883983 Z"
id="path3" /></g></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="256"
height="256"
viewBox="0 0 256 256"
version="1.1"
id="svg1"
sodipodi:docname="netfox-banner-ver-white.svg"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
xml:space="preserve"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:x="adobe:ns:meta/"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><sodipodi:namedview
id="namedview1"
pagecolor="#404040"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="2.336767"
inkscape:cx="93.291287"
inkscape:cy="138.22516"
inkscape:window-width="2560"
inkscape:window-height="1048"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" /><metadata
id="metadata1"><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?><x:xmpmeta
x:xmptk="Adobe XMP Core 5.6-c142 79.160924, 2017/07/13-01:06:39 "><rdf:RDF><rdf:Description
rdf:about="" /></rdf:RDF></x:xmpmeta><?xpacket end="w"?></metadata><defs
id="defs1"><style
id="style1">
.cls-1 {
font-size: 250px;
fill: #ff8100;
font-family: Oxanium;
font-weight: 300;
}
.cls-2 {
fill: #fff;
}
</style></defs><text
id="netfox"
class="cls-1"
x="62.911915"
y="211.78668"
style="font-size:42.6667px;fill:#ffffff;fill-opacity:1">net<tspan
style="font-size:42.6667px;fill:#ffffff;fill-opacity:1"
id="tspan2">fox</tspan></text><g
inkscape:label="Layer 1"
id="layer1-6"
transform="matrix(3.7795276,0,0,3.7795276,63.798132,44.399864)"><path
id="rect1-2"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.80983;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="M 0.3180025,0.21523374 V 16.933327 l 14.0952875,14.095287 2.524119,-2.524627 2.524118,2.524627 14.144631,-14.144631 h -8.285032 l 2.524119,2.52412 -2.524119,2.524627 -2.524118,-2.524627 2.524118,-2.52412 H 16.986751 L 25.321127,0.21523374 H 16.986752 L 8.6523775,16.883984 11.176497,19.408103 8.6523776,21.932731 6.1282584,19.408103 8.6523775,16.883984 Z m 25.0031245,0 8.318096,16.63568426 0.01628,-0.01628 z" /><path
style="fill:none;stroke:#ffffff;stroke-width:0.521026;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:6;stroke-opacity:1"
d="M 16.88398,33.606161 0.2605135,16.982693 V 0.26051574 H 25.269743 L 33.606158,16.883983 Z"
id="path3" /></g></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

@@ -0,0 +1,93 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="256"
height="256"
viewBox="0 0 256 256"
version="1.1"
id="svg1"
sodipodi:docname="netfox-banner-ver.svg"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
xml:space="preserve"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:x="adobe:ns:meta/"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><sodipodi:namedview
id="namedview1"
pagecolor="#404040"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="2.336767"
inkscape:cx="97.142762"
inkscape:cy="139.50899"
inkscape:window-width="2560"
inkscape:window-height="1048"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" /><metadata
id="metadata1"><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?><x:xmpmeta
x:xmptk="Adobe XMP Core 5.6-c142 79.160924, 2017/07/13-01:06:39 "><rdf:RDF><rdf:Description
rdf:about="" /></rdf:RDF></x:xmpmeta><?xpacket end="w"?></metadata><defs
id="defs1"><style
id="style1">
.cls-1 {
font-size: 250px;
fill: #ff8100;
font-family: Oxanium;
font-weight: 300;
}
.cls-2 {
fill: #fff;
}
</style></defs><text
id="netfox"
class="cls-1"
x="62.911915"
y="211.78668"
style="font-size:42.6667px">net<tspan
style="font-size:42.6667px;fill:#ffffff;fill-opacity:1"
id="tspan2">fox</tspan></text><g
inkscape:label="Layer 1"
id="layer1"
transform="matrix(3.7795276,0,0,3.7795276,64,44.213318)"><path
id="rect1"
style="fill:#ff8100;fill-opacity:1;stroke:none;stroke-width:0.822685;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.33"
d="m 0,0 12.009119,12.009119 h 23.87646 v -24.018238 l -17.92507,-5.95139 z"
transform="rotate(45)"
sodipodi:nodetypes="cccccc" /><path
d="M 16.93334,0 8.4666699,16.93334 0,0 Z"
fill="#5fff97"
id="path1"
style="stroke-width:4.23333" /><path
d="M 33.866666,16.93334 25.399996,0 16.93334,16.93334 Z"
fill="#ff5f5f"
id="path2"
style="stroke-width:4.23333" /><rect
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.33"
id="rect2"
width="3.6265092"
height="3.6265092"
x="17.96052"
y="5.9868398"
transform="rotate(45)" /><rect
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.33"
id="rect3"
width="3.6265092"
height="3.6265092"
x="29.934195"
y="-5.9868345"
transform="rotate(45)" /><rect
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.33"
id="rect4"
width="3.6265092"
height="3.6265092"
x="32.259071"
y="8.3826094"
transform="rotate(45)" /></g></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="128"
height="128"
viewBox="0 0 33.866666 33.866666"
version="1.1"
id="svg1"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
sodipodi:docname="netfox-icon-black.svg"
inkscape:export-filename="netfox.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#bfbfbf"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="1"
inkscape:cx="-262"
inkscape:cy="90"
inkscape:window-width="2560"
inkscape:window-height="1048"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="rect1"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.80983;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="M 0.3180025,0.21523374 V 16.933327 l 14.0952875,14.095287 2.524119,-2.524627 2.524118,2.524627 14.144631,-14.144631 h -8.285032 l 2.524119,2.52412 -2.524119,2.524627 -2.524118,-2.524627 2.524118,-2.52412 H 16.986751 L 25.321127,0.21523374 H 16.986752 L 8.6523775,16.883984 11.176497,19.408103 8.6523776,21.932731 6.1282584,19.408103 8.6523775,16.883984 Z m 25.0031245,0 8.318096,16.63568426 0.01628,-0.01628 z" />
<path
style="fill:none;stroke:#000000;stroke-width:0.521026;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:6;stroke-opacity:1"
d="M 16.88398,33.606161 0.2605135,16.982693 V 0.26051574 H 25.269743 L 33.606158,16.883983 Z"
id="path3" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="128"
height="128"
viewBox="0 0 33.866666 33.866666"
version="1.1"
id="svg1"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
sodipodi:docname="netfox-icon-white.svg"
inkscape:export-filename="netfox.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#404040"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="4"
inkscape:cx="72.75"
inkscape:cy="77"
inkscape:window-width="2560"
inkscape:window-height="1048"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="rect1"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.80983;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="M 0.3180025,0.21523374 V 16.933327 l 14.0952875,14.095287 2.524119,-2.524627 2.524118,2.524627 14.144631,-14.144631 h -8.285032 l 2.524119,2.52412 -2.524119,2.524627 -2.524118,-2.524627 2.524118,-2.52412 H 16.986751 L 25.321127,0.21523374 H 16.986752 L 8.6523775,16.883984 11.176497,19.408103 8.6523776,21.932731 6.1282584,19.408103 8.6523775,16.883984 Z m 25.0031245,0 8.318096,16.63568426 0.01628,-0.01628 z" />
<path
style="fill:none;stroke:#ffffff;stroke-width:0.521026;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:6;stroke-opacity:1"
d="M 16.88398,33.606161 0.2605135,16.982693 V 0.26051574 H 25.269743 L 33.606158,16.883983 Z"
id="path3" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

+85
View File
@@ -0,0 +1,85 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="128"
height="128"
viewBox="0 0 33.866666 33.866666"
version="1.1"
id="svg1"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
sodipodi:docname="netfox.svg"
inkscape:export-filename="netfox.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="1"
inkscape:cx="-30"
inkscape:cy="-3.5"
inkscape:window-width="2560"
inkscape:window-height="1048"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="rect1"
style="fill:#ff8100;fill-opacity:1;stroke:none;stroke-width:0.822685;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.33"
d="m 0,0 12.009119,12.009119 23.87646,0 0,-24.018238 -17.92507,-5.95139 z"
transform="rotate(45)"
sodipodi:nodetypes="cccccc" />
<path
d="M 16.93334,0 8.4666699,16.93334 0,0 Z"
fill="#5fff97"
id="path1"
style="stroke-width:4.23333" />
<path
d="M 33.866666,16.93334 25.399996,0 16.93334,16.93334 Z"
fill="#ff5f5f"
id="path2"
style="stroke-width:4.23333" />
<rect
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.33"
id="rect2"
width="3.6265092"
height="3.6265092"
x="17.96052"
y="5.9868398"
transform="rotate(45)" />
<rect
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.33"
id="rect3"
width="3.6265092"
height="3.6265092"
x="29.934195"
y="-5.9868345"
transform="rotate(45)" />
<rect
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.33"
id="rect4"
width="3.6265092"
height="3.6265092"
x="32.259071"
y="8.3826094"
transform="rotate(45)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.