An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Snow Wars](images/demo.gif)

## ❄ Snow Wars πŸ‡ΊπŸ‡¦
![GitHub package.json version](https://img.shields.io/github/package-json/v/hedgefog/cs-snow-wars)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/hedgefog/cs-snow-wars/build.yml?branch=release)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/hedgefog/cs-snow-wars)
![GitHub all releases](https://img.shields.io/github/downloads/hedgefog/cs-snow-wars/total)

*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
```