1

Topic: [HELP] as easy to run multiple servers?

as easy to run multiple servers?
without rewriting configs

my operating system windows 7

2

Re: [HELP] as easy to run multiple servers?

If you want to run multiple servers you just had to change the port...
Example:
123.45.678.9:8303 -> 123.45.678.9:8304
But you need to edit your config.
If you mean something else i dunno what you want. Oo

3

Re: [HELP] as easy to run multiple servers?

Khan, I know how to do it, but I need another...

inconvenient to keep changing the port
is it possible to create multiple konfgs and attach them to the modes?

4 (edited by Niki49 2011-08-20 12:59:41)

Re: [HELP] as easy to run multiple servers?

sasha8213 wrote:

Khan, I know how to do it, but I need another...

inconvenient to keep changing the port
is it possible to create multiple konfgs and attach them to the modes?

Sure it is, just start your servers with the following command:

teeworlds_srv1.exe -f server1.cfg

if you now want another server with another config write:

teeworlds_srv2.exe -f server2.cfg, etc

5

Re: [HELP] as easy to run multiple servers?

But he still has to change ports, otherwise you can only run one server at the same time.

» Use the Search Function before opening multiple topics...
» Member of: JsA - Just stay Alloha! (since 2009)

6

Re: [HELP] as easy to run multiple servers?

You could also try

teeworlds_srv.exe -f <config> "sv_port <port>"

if you want to run multiple servers with one config.

7

Re: [HELP] as easy to run multiple servers?

Thank you all. I knew how to do it.