1

Topic: [QUESTION] can some ony say how to great server with pic?

cuz i didnot know what do on iT "To configure the server you need to create a .cfg-file so that the server knows what to do. Use your favorite text editor to create a config that uses the following syntax:

setting value
setting2 value2

To find the available settings, read the Server Settings doc. "

thanx all

2

Re: [QUESTION] can some ony say how to great server with pic?

I don't understand what you are asking due to your bad grammar. Fix that and maybe people could help you, since we know what you want help with.

Give others the respect you wish to be respected with. In the mean time, enjoy the website!

3

Re: [QUESTION] can some ony say how to great server with pic?

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

4

Re: [QUESTION] can some ony say how to great server with pic?

Hi!
Here you are a small screehsot about what you need to do for the config step:
http://img820.imageshack.us/img820/7119/pickd.jpg

Support Staff - ESL.eu Teeworlds Admin

5 (edited by Apmox 2010-06-28 08:24:45)

Re: [QUESTION] can some ony say how to great server with pic?

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:
http://img820.imageshack.us/img820/7119/pickd.jpg

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 wink

» Albert Einsteein: I have no special talent. I am only passionately curious.

6

Re: [QUESTION] can some ony say how to great server with pic?

thanx all for this work but i have an quez i open port in firewall and i type it on .....cfg file
but now its only on lan why?

and thanx for this work

7

Re: [QUESTION] can some ony say how to great server with pic?

*magoda* wrote:

thanx all for this work but i have an quez i open port in firewall and i type it on .....cfg file
but now its only on lan why?

and thanx for this work

How can you say it's only on LAN? There is the text "Can't contact the masterserver" in the console window?

If yes, you've not opened the port in your firewall or you haven't specified it in the config writing sv_port n (where n is the port, default is 8303).

If no, you've probably set up your server with a "lan only" option in the config. Make sure the parameter "sv_register" is 1.

Support Staff - ESL.eu Teeworlds Admin

8

Re: [QUESTION] can some ony say how to great server with pic?

By the way if you check all Lanta's tips you'll see your server not in the servers list but in Lan tab. Because this server it's yours.

» Albert Einsteein: I have no special talent. I am only passionately curious.