1

Topic: [SOLVED] How to run two servers simultaniously?

I've tried to start 2 server's at the same time but it didn't work -.-'
can someone post a tutorial please?

2

Re: [SOLVED] How to run two servers simultaniously?

You need to start the servers on diffrent ports.

Try this:

1. Make two files, called serv1.cfg and serv2.cfg.

serv1.cfg:
sv_name My Server
sv_map ctf5
sv_scorelimit 500
sv_gametype ctf
sv_rcon_password don't look
sv_port 8303


serv2.cfg:
serv1.cfg:
sv_name My Server
sv_map ctf5
sv_scorelimit 500
sv_gametype ctf
sv_rcon_password don't look
sv_port 8304


Then make two more files, called "start1.bat" and "start2.bat".

start.bat:
teeworlds_srv.exe -f serv1.cfg


start2.bat:
teeworlds_srv.exe -f serv2.cfg


When you make your files, use Notepad. When you save them, select "All files" in the scrolldown just behind the name-box.

There are easier ways, but this works. smile

3

Re: [SOLVED] How to run two servers simultaniously?

Oh thanks big_smile