Source code for the Jump'it jump mod. Currently live on the Jump'it Server.
- Code by Cato
- Some 'fun' admin commands based on Cheese's admin commands
- Some 'fun' admin commands based on PowerServer's commands
- json2gsc tool by Cheese
Huepfer, Hehu, Regis, and all the Jump'it team who worked on the project.
New contributions are welcome! Please be sure to follow the STYLE guide when submitting pull requests with changes.
- Linux distro
- C++ compiler w/ C++20 support
- CMake 3.19 or higher
apt install zip g++ cmake
pacman -S zip gcc cmake
Clone repository and submodules:
git clone --recurse-submodules https://github.com/cato-a/zzz_jumpmod
Run build script:
./compile.sh json2gsc
If process succeeded, it should produce a new zzz_jumpmod.pk3
for you.
Note: On subsequent runs, if you have not changed any of the .json
config files in the json2gsc/Assets
folder, you can simply run:
./compile.sh