Skip to content

EnzoGehlen/ratarena_release

 
 

Repository files navigation

RatArena release

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

About

Tools to package Ratarena (gamecode + assets) into a PK3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 79.6%
  • Shell 20.4%