Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
/ resourcemod Public archive

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 [email protected]: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.