https://github.com/hedgefog/cs-snow-wars
πΊπ¦ βοΈ Mod for Counter-Strike based on snowballs fights with original game modes
https://github.com/hedgefog/cs-snow-wars
amxx amxxmodx amxxpack christmas counter-strike cs cstrike fun game mod pawn plugin snow snowwars sw wars winter
Last synced: 4 months ago
JSON representation
πΊπ¦ βοΈ Mod for Counter-Strike based on snowballs fights with original game modes
- Host: GitHub
- URL: https://github.com/hedgefog/cs-snow-wars
- Owner: Hedgefog
- License: mit
- Created: 2022-05-09T18:33:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2026-03-01T08:06:03.000Z (4 months ago)
- Last Synced: 2026-03-01T11:18:54.402Z (4 months ago)
- Topics: amxx, amxxmodx, amxxpack, christmas, counter-strike, cs, cstrike, fun, game, mod, pawn, plugin, snow, snowwars, sw, wars, winter
- Language: Pawn
- Homepage:
- Size: 4.26 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

## β Snow Wars πΊπ¦




*Built with [π¦ AMXXPack](https://github.com/Hedgefog/node-amxxpack) and [π οΈ AMXX Modding Kit](https://github.com/Hedgefog/amxx-modding-kit)*
### π About
__Snow Wars__ is a __Counter-Strike__ server-side modification that brings snowball fights to classic Counter-Strike modes with atmospheric and fun gameplay.
### π½ Download latest:
- [Releases](../../releases)
### π Requirements
- [Metamod-R](https://github.com/theAsmodai/metamod-r) + [ReHLDS](https://github.com/dreamstalker/rehlds) or [Metamod-P](https://github.com/Bots-United/metamod-p)
- [RegameDLL](https://github.com/s1lentq/ReGameDLL_CS)
- [Amx Mod X 1.9.0+](https://www.amxmodx.org/downloads-new.php)
- [ReAPI](https://github.com/s1lentq/reapi)
### π§ Deployment
- Clone repository.
- Install dependencies `npm i`
#### Customize builder
Use `.amxxpack.json` configuration file
#### Build project
```bash
npm run build
```
#### Watch project
```bash
npm run watch
```
#### Create bundle
```bash
npm run pack
```