1

Topic: Start server with commands

Can i start a server under linux or windows start with commands.

Also like

./teeworlds_srv -f server.cfg -sv_name test_something -port 2222

Thy

2

Re: Start server with commands

Add the commands to your server.cfg instead. You can have server1.cfg server2.cfg etc. if you have different configurations.

Official Teeworlds map developer and community moderator
Administrator for the Teeworlds community Teesites

3 (edited by Mave 2009-03-12 16:31:15)

Re: Start server with commands

Yes, but i will host the server to friends. The user can edit the serverconfig by themself but i dont wont that they edit the port.


Edit: English grammar

4

Re: Start server with commands

But when it doesnt go can someone write a mod for this?!

5

Re: Start server with commands

You can give commands to the server by commandline like this

./teeworlds_srv "sv_name My Server" "sv_port 31337" [...]

All my servers are managed like this. I don't have a single serversetup.cfg

Used to be very active waay back

6

Re: Start server with commands

Thy this is this what i meen