Skip to content

SourceMod extension with Detours & Natives for Day of Defeat: Source

License

Notifications You must be signed in to change notification settings

DODSLeague/dodhooks

 
 

Repository files navigation

dodhooks

SourceMod extension with Detours & Natives for Day of Defeat: Source

Original written and maintained by Joakim Andersson "Andersso". Fixed by ChesterSmitty, ci template based on the work of Dasister.

⚠️ currently only the linux build works, if you can fix the windows build, let me know! :)

Compiling

Compiling this version of DoDHooks requires Python with the AMBuild module available.

On Windows, this should be done at a VS command prompt or after having manually run vsvars32.bat

Configure

mkdir build
cd build
python ../configure.py --hl2sdk-root=<path to dir containing hl2sdk-dods dir> --sm-path=<path to clone of sourcemod repo> --mms-path=<path to clone of metamod-source repo> --enable-optimize

Compile

cd build
ambuild

(output will be in build/package/ directory)

Creating a VS project file (Windows)

mkdir build
cd build
python ../configure.py --hl2sdk-root=<path to dir containing hl2sdk-dods dir> --sm-path=<path to clone of sourcemod repo> --mms-path=<path to clone of metamod-source repo> --enable-optimize --gen=vs

About

SourceMod extension with Detours & Natives for Day of Defeat: Source

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 47.9%
  • Python 28.0%
  • SourcePawn 14.7%
  • C 9.4%