Skip to content

Create unique game modes in Counter-Strike 2 using a full-fledged Go runtime.

License

Notifications You must be signed in to change notification settings

resourcemod/resourcemod

Repository files navigation

ResourceMod

How to build

  1. git clone --recurse-submodules git@github.com:resourcemod/resourcemod.git
  2. Set environment variables HL2SDK and MMS_PATH (full paths)
  3. Open AMBuildScript file and replace values in additional_includes with your full paths
  4. make configure
  5. make build

How to use

Check out our documentation

License

Current project is under GPL-3.0 license.