Recompiling code

From Fortress Blast
Revision as of 20:56, 24 November 2019 by Jack5 (talk | contribs) (/slashes/)
Jump to navigationJump to search

Before continuing, make sure that Fortress Blast is installed and working on your test server.

The tf/addons/sourcemod/scripting/fortress_blast.sp file contains the uncompiled code that you can freely edit. To edit it, you need to have an understanding of SourcePawn (similar to C++).

Note that any changes you make to the uncompiled code will not be reflected in-game. Before you compile any changes to the code, you first need Fortress Blast's dependencies:

  • Download More Colors and place the .inc file into tf/addons/sourcemod/scripting/include.
  • Download Advanced MOTD and place the .inc file into the same directory as above.

Once the dependencies are installed, you can compile your changes by dragging the uncompiled code file into compile.exe or compile.sh in the same directory. The compiler will create the file tf/addons/sourcemod/scripting/compiled/fortress_blast.smx. Move this into the tf/addons/sourcemod/plugins directory.

If the changed code compiles successfully and runs as expected in-game, you can fork the main repository and submit a pull request with a detailed description of what your changes do.