Default configuration is to save your server settings in a "autoexec.cfg" file but i don't answer you this way.
ghost91 wrote:You need to create a file named server.cfg for example, simply a file with .cfg as extension(I would put that file in the teeworlds folder), so in my example the file is located there). In this file you need to write all the different configurations for your server. A list of the different server settings can be found here. After that you need to start your teeworlds_srv with parameter -f followed by the configuration filename (in my example server.cfg).
Assuming you are using windows that should look like this:
teeworlds_srv.exe -f server.cfg
I hope this helps a bit.
ghost
Lanta wrote:Hi!
Here you are a small screehsot about what you need to do for the config step:
They're totally right. Just one thing:
teeworlds_srv.exe -f server.cfg
You can include this in a Batch file. What do i mean? Open Notepad > Write this code and save it as Run Server.bat.
You can do multiple server settings and multiple batch file to choose which configuration you like to open.
Example
CtfServer.cfg
sv_name Magoda Ctf
password my server
sv_map ctf5
sv_scorelimit 1000
sv_scorelimit 0
. . .
And
RunCtfServer.bat
teeworlds_srv.exe -f CtfServer.cfg
Hope it's clear.
Bye
» Albert Einsteein: I have no special talent. I am only passionately curious.