ETrun is a Wolfenstein: Enemy Territory game modification based on ET-GPL. The objective of this mod is to bring timeruns support to it.
Visit https://timeruns.net for more information.
Game modules require Microsoft Visual C++ 2013 Redistributable Package to run properly.
Works (tested) on Windows 7, 8, 8.1, 10
with ET 2.60b
.
Requires GLIBC >= 2.7
.
Works (tested) on Debian 6
, Linux Mint 12
with ET 2.60b
and ET: Legacy
.
Not compatible with ET 2.60d
.
Works (tested) on MacOS 10.13
with ET: Legacy
.
Get ETrun source code with its submodule:
$ git clone --recursive [email protected]:ETrun/ETrun.git
Then run the build script:
$ ./make.sh -h
$ ./make.sh [OPTIONS]
Alternatively you can point the CMake GUI tool to the CMakeLists.txt file and generate platform specific build project or IDE workspace.
Docker can be used to build the mod for Linux:
$ docker build -f Dockerfile.build -t etrun-build .
$ docker run --rm -v "$PWD":/code -w /code etrun-build ./make.sh [OPTIONS]
There are test scripts for Windows and Linux / MacOS located in test
directory.
Before using them you need to setup your config file. Make a copy of the *.config.example
file corresponding to your OS and run the following command to know all available options:
$ ./test/unix/test.sh -h
- TJMod developers
- Racesow project
- ETLegacy project
- iodfe project