RatArena release
April 1, 2022 ยท View on GitHub
Tools to build and package Ratarena gamecode + assets into a mod PK3.
Building
git clone https://github.com/rdntcntrl/ratarena_release.git
cd ratarena_release
git submodule update --init --recursive
make distclean
make
Building a newer version
To update and build a newer version of the assets/gamecode, run:
cd ratoa_assets
git pull
cd ..
cd ratoa_gamecode
git pull
cd ..
make distclean
make