1

Topic: More Servers at same computer

How can i set more server at the same computer? Anyone knows?

2

Re: More Servers at same computer

For each server use another port

For example 8303, 8304, 8305

Qi - high level gaming
qi.m0g.net

3

Re: More Servers at same computer

When i change my autoexec.cfg in the one Folder he change the same in the other Folder. How can i fix this?

4 (edited by Roen 2009-03-23 23:43:55)

Re: More Servers at same computer

You can start the server with many separate config files from the command line; Terminal in OS X.  Open your Macintosh HD, go to Applications and then Utilities.  The Terminal is there.

First, create a separate config file for each server, like Stephanator said, referring to a separate port for each server. All the servers can't talk on the same port, they'll get very confused.  Then, in the Terminal command line, type:

cd /[location of your server]/teeworlds_srv -f config1.cfg &

(& tells it you want to type more commands after the one you just entered)

Then, repeat the last line with config2.cfg, etc, etc.

For a sample, my username is Brad.  On my MacBook, I type:
/Brad/Desktop/teeworlds/teeworlds_srv -f bhop1.cfg & [Return / Enter]
/Brad/Desktop/teeworlds/teeworlds_srv -f bhop2.cfg &

You can also streamline this process by creating a script that will start all the servers at once.  I can go into further detail, if you'd like.

The alternative is to copy the Teeworlds server and libraries into separate folders, all with their own autoexec.cfg file, each referring to separate ports.  That will begin to eat up your hard drive space.

I'm an instant addict of Teeworlds. I'm currently hosting "Brad's House of Pain (bHOP)," a New England based server.

5

Re: More Servers at same computer

Thanks for that but my problem is ( i have now my 4 Configs with other ports, i hope with other ports. I have "sv_external_port" with 8301-8304. Is that right so? ) where can i change my command line...

6

Re: More Servers at same computer

It´s only "sv_port 8301"

Qi - high level gaming
qi.m0g.net

7 (edited by reCon 2009-03-27 15:33:35)

Re: More Servers at same computer

Ok but where i can change my "Command line" from my srv.exe?

I use Windows XP on my Server Machine!