Files
shawn b0c83af092 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>
2026-07-02 20:55:20 -04:00

5.0 KiB

Press kit

Attribution when using netfox is optional, but very much appreciated! We love seeing games and projects built with netfox in the wild!

If you decide to give us a shout-out, here are some guidelines and assets to represent netfox.

When to use

Feel free to use netfox brand assets in your video games, videos, art, images, and other mediums when the project relates to netfox.

For example:

  • Adding a logo to your credits screen in your game using netfox
  • Adding a banner to your video thumbnail discussing netfox
  • Adding the banner to your article as illustration when discussing netfox

The list above is not exhaustive.

Refrain from using netfox brand assets in content involving hate speech, politically charged content, or in unauthorized, commercially sold merch ( T-shirts, mugs, stationery, etc. ).

!!!tip When in doubt, reach out to us in the comments on the bottom of this page, start new discussion, or ask over on our Discord.

Brand assets

The netfox brand assets use the Oxanium font family under the SIL Open Font License.

Each asset comes in multiple variants, so they can be used on light or dark backgrounds, with or without colors.

Icon

Vertical banner

Horizontal banner

<style> div.card { display: inline-block; margin: 0.5em; } div.card img { background-color: #e0e0e0; border-radius: 1em; padding: 1em; } </style>