-
Notifications
You must be signed in to change notification settings - Fork 15
Installation
Vasya edited this page May 25, 2021
·
8 revisions
Download the latest remod version from the releases page, unzip it, rename the server-init.cfg.default
file to server-init.cfg
and run remod.exe
.
To configure your server just edit the server-init.cfg and restart the remod.exe.
In order to build remod you will the need to install the following depencies
- GCC/Clang and make
- zlib1 development library
- automake & autotools
- libtool
It is recommed to fetch the newest git version of remod. (You need to have the newest git version installed) If you want to do a new server,simply type in:
git clone https://github.com/vasyahuyasa/remod-sauerbraten.git
Compile it:
cd src
make
If you want to update your old server,do it like this:
cd remod-rXXX/
git pull
cd src
make
After this, copy server-init.cfg.default
to server-init.cfg
and you can run the server: (You ma have to change the file(s) attribute)
chmod u+x remod
./remod
If you want to run server in daemon mode start it with follow command line parameters:
./remod -d