Server binary for Urban Terror 4.1.1
For more details see the ioquake3 README and the ioUrbanTerror README.
- Customize server messages with prefixes
- Support of 64 player slots
- Bug fixing:
- Flood protection bugfixes
- DRDoS exploit bugfix
- Calculation of challenge ping bugfix
- Console flood bugfix
- ut_radio buffer overflow exploit bugfix
- RCON denial of service attack bugfix
- Callvote exploit bugfix
- Update of masterserver name
- Fixed code and removed compiler warnings
- Install gcc:
apt-get install gcc
- Change to the directory containing this readme
- Run
make
- Install ia32-libs:
apt-get install ia32-libs
- Add multi-architecture support:
dpkg --add-architecture i386
- Perform update:
apt-get update
- Install gcc:
apt-get install gcc
- Change to the directory containing this readme
- Run
make
- Download and install MinGW and MSys from http://www.mingw.org/
- Open the MSys terminal
- Change to the directory containing this readme
- Run
make
It is also possible to cross compile for Windows under Linux using MinGW.
- Install mingw32:
apt-get install mingw32
- Change to the directory containing this readme
- Run
sh cross-make-mingw.sh
ioUrTded is licensed under the GPLv2. For more details see COPYING.txt.