1

Topic: Create a Server -> Problem with map

Hey everyone
I've gotta Porblem with creating a server.
While i'm editing the server_config.cfg i can't use another map than dm1
i edited the configuration like this:

sv_name Teeworldstest
sv_maprotation ctf5
sv_scorelimit 500
sv_timelimit 10
sv_gametype ctf
sv_warmup 20
sv_port 6882
sv_rcon_password test
sv_motd
sv_max_clients 12
sv_spectator_slots 2

But if i want to go in i get a dm1. I dont get ctf5
BUT when i change the ctf5.map file at /maps to dm1.map
i get the ctf5
my question is if i always need to renname it?.
I can see some guys which dont change it :S how do they do it :S
PLS help
Thanks

wink

2

Re: Create a Server -> Problem with map

Just add sv_map [name_of_your_map] to the config.
Example:

sv_map ctf5

You also can change via rcon, write "change_map [map_name]" smile

Not Luck, Just Magic.

3

Re: Create a Server -> Problem with map

Thank you