Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 829 Bytes

File metadata and controls

13 lines (9 loc) · 829 Bytes

Teippi

Bw modhack thingy which removes several limits from the game and makes it run faster

Building

Python 3 is required to run the build script, and either gcc 4.9.2, clang 3.5 or visual studio 2015 is required to compile the code.

Run py -3 waf configure followed by py -3 waf to build the plugin. The resulting file will be in build\teippi.qdp, which can be renamed to teippi.bwl to use it in Chaoslauncher. If the automatic compiler detection is selecting a compiler you do not want, add --check-cxx-compiler=<compiler> to the configure command, where <compiler> can be msvc, g++, or clang++.

There is a visual studio project available which wraps around the build script. You will have to run the configuration command before the project can build, though.

For compile options, see py -3 waf --help