1 (edited by THE HERETIC 2009-06-19 04:08:10)

Topic: help to create correctly a server please!!

hi

When I put this in console to create a server:

./teeworlds_srv -f config.cfg


appear this:

[4a3aff7c][engine]: running on unix-linux-ia32
[4a3aff7c][engine]: arch is little endian
[4a3aff7c][engine/datadir]: paths used:
[4a3aff7c][engine/datadir]:     .
[4a3aff7c][engine/datadir]:     /home/fernando/.teeworlds
[4a3aff7c][engine/datadir]:     data
[4a3aff7c][engine/datadir]: saving files to: /home/fernando/.teeworlds
[4a3aff7c][console]: executing 'config.cfg'
[4a3aff7c][console]: failed to open 'autoexec.cfg'
[4a3aff7c][datafile]: datafile loading. filename='maps/dm3 .map'
[4a3aff7c][server]: failed to load map. mapname='dm3 '


how can I fix what those messages say??
(" failed to open 'autoexec.cfg' " & " failed to load map. mapname='dm3 ' ")

I have a folder (the name is "data"), inside of this there's another folder (the name is "maps") and inside of this last one there's the maps: dm1, dm2, dm3, etc.  so, for this reason, I don't understand why don't load any map that I put...

sorry if this same theme already exist, but I'm from "Chile" and I don't speak or read or write very well the english....=P


thanks for your time smile

and, if somebody know the answer and know how to write in spanish...I'll be extremely grateful smile

2

Re: help to create correctly a server please!!

failed to open 'autoexec.cfg'
This is normal. Don't worry about it.

failed to load map. mapname='dm3 '
There seems to be an extra whitespace at the end of the name. Try removing it.
Also, I don't have a dm3.map in my maps folder. I have just dm1 + dm2 and dm6 to dm9. However, there is a ctf3.map. Are you sure you didn't mix that up?

aka cheesy

3 (edited by THE HERETIC 2009-06-20 04:32:29)

Re: help to create correctly a server please!!

ups!!...thank you very much!!

yeah, there's no a dm3.map xD it was a mistake....

and it's true, removing the whitespace at the end of the name, it works!

thank you very much!!

big_smile

_________________________________-

another question:

I created a server with 16 max clients (sv_max_clients 16) and can't in to play more than 6 players

appear a message similar to:  "can't be more than 6 players playing"  (is not exactly what it say, but is similar)

and I don't know how to fix this

any idea?

4

Re: help to create correctly a server please!!

if cant be more than 6 players playing set sv_spectator_slots 0
cause maybe you activated it to 10
try..

5

Re: help to create correctly a server please!!

sv_teambalanace_time 0

Bye.