View the documentation docs.5stack.gg
This repo holds the CS2 game server images and the tooling that keeps them honest.
| App | What it is | Image |
|---|---|---|
apps/counterstrikesharp |
CS2 server + 5stack plugin on CounterStrikeSharp | ghcr.io/5stackgg/game-server-css |
apps/swiftly |
the same plugin on SwiftlyS2 | ghcr.io/5stackgg/game-server-sw |
apps/gamedata-validator |
checks our byte-pattern signatures still resolve after a CS2 update | ghcr.io/5stackgg/gamedata-validator |
shared/ holds what the two plugins have in common: the server cfg/, the setup scripts/,
the signature gamedata/, and the framework-agnostic C# (entities, enums, utilities) that both
FiveStack.csproj files pull in with a Compile glob. It compiles into each plugin assembly —
nothing extra ships in the plugin zip.
Both plugins are published to releases. They version independently and share one tag namespace, so pick by prefix:
- CounterStrikeSharp —
css-v0.0.N, assetFiveStack-css-v0.0.N.zip - SwiftlyS2 —
sw-v0.0.N, assetFiveStack-sw-v0.0.N.zip