Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1023 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 1023 Bytes

Alt Text

Halloween Mod for Counter-Strike 1.6

Version: 6.2.0

What is Halloween Mod?

Halloween mod is a powerful Halloween-themed core for your server with completely new game modes, NPCs, bosses, spells, cosmetics, and more.

Download latest:

Documentation

Special Thanks:

Deployment

  • Clone repository.
  • Extract compiler executable and includes to "compiler" folder of project.
  • Extract RoundControl module to "thirdparty/round-control" folder of project (example: "thirdparty/round-control/addons").
  • Extract ReAPI module to "thirdparty/reapi" folder of project (example: "thirdparty/reapi/addons").
  • Install dependencies npm i

Customize builder

Use config.user.js file (Generated automatically on dependencies install)

Build project

npm run build

Watch project

npm run watch

Create bundle

npm run pack