1 (edited by xxSpikexx 2010-07-08 19:55:59)

Topic: [SOLVED] Server start? Help me please

hello

i want to start a ddrace server but i don´t know what i have to do
i have mod already :
sv_name LuckyStrike
sv_bindaddr
sv_port 8303
sv_external_port 0
sv_map ddrace 28
sv_map_reload 1
sv_max_clients 16
sv_high_bandwidth 0
sv_register 0
sv_rcon_password_admin *****
sv_rcon_password_moder ****
sv_rcon_password_helper *****
sv_motd dm
sv_tournament_mode 1
sv_spamprotection 1
sv_spectator_slots 0
sv_vote_kick 1
sv_vote_kick_bantime 15
sv_reserved_slots 0
sv_reserved_slots_pass
sv_broadcast made by xxSpikexx
sv_welcome Have lot of fun at my server !!
sv_votes 1
sv_hide_score 1
sv_hit 1
sv_endless_drag 0
sv_tunes 0
sv_phook 1
sv_npc 1
sv_cheats 0
sv_max_connection 
sv_allow_color_change 1
sv_rcon_tries_bantime 20
sv_rcon_tries 10
sv_gametyp dm
sv_pauseable 1
sv_cheattime 0

i can start the server but : "failed to open autoexec.cfg "
and i have already a .bat document

cd C:\Users\Lucky\Desktop\teeworlds\autoexec.cfg
teeworld_srv_ddrace -f server.cfg


pls help me smile
(sry bad english )


edit:

it dosen`t work
because
"failed to open autoexec.cfg "
it think something with the .bat documetn isn´t ok

~EPG~ search member (mapper; good player; ) send an e-mail if you  have interesse tongue

2 (edited by MassDestruction 2010-07-08 19:26:48)

Re: [SOLVED] Server start? Help me please

sv_broadcast must be sv_motd and sv_gametyp must be sv_gametype ddrace
and sv_register 1

How to compile on windows
~~~ You may NOT edit, or use my work without asking permission at the topic of my work ~~~
if(!game.players[massdestruction]->get_character()) { game.send_chat_target(massdestruction, "You ever gonna learn to aim?") }

3

Re: [SOLVED] Server start? Help me please

thx
are the other things right ??

~EPG~ search member (mapper; good player; ) send an e-mail if you  have interesse tongue

4

Re: [SOLVED] Server start? Help me please

there are some needless stuff between it, not existing variables or just no need to configure them tongue

How to compile on windows
~~~ You may NOT edit, or use my work without asking permission at the topic of my work ~~~
if(!game.players[massdestruction]->get_character()) { game.send_chat_target(massdestruction, "You ever gonna learn to aim?") }

5

Re: [SOLVED] Server start? Help me please

can you post me a right mod ??
and what must i do that it open autoexec.cfg ??

~EPG~ search member (mapper; good player; ) send an e-mail if you  have interesse tongue

6

Re: [SOLVED] Server start? Help me please

i dont know that much about .bat files, but it seem like your problem is here:

cd C:\Users\Lucky\Desktop\teeworlds\autoexec.cfg
teeworld_srv_ddrace -f server.cfg

shouldnt it be "teeworlds_srv_ddrace -f autoexec.cfg"?

7

Re: [SOLVED] Server start? Help me please

Slayer *gV* wrote:

i dont know that much about .bat files, but it seem like your problem is here:

cd C:\Users\Lucky\Desktop\teeworlds\autoexec.cfg
teeworld_srv_ddrace -f server.cfg

shouldnt it be "teeworlds_srv_ddrace -f autoexec.cfg"?

But you can also just put the autoexec.cfg in the folder where the mod is and start it... Or open the config_directory and put it there. Then you maybe dont need these -f parameters smile

8

Re: [SOLVED] Server start? Help me please

This is the rigth list i guess

sv_name LuckyStrike
sv_port 8303
sv_map ddrace 28
sv_max_clients 16
sv_register 1
sv_rcon_password *****
sv_vote_kick 1
sv_vote_kick_bantime 15
sv_reserved_slots 0
sv_motd made by xxSpikexx \n Have lot of fun at my server !! 
sv_gametype ddrace
How to compile on windows
~~~ You may NOT edit, or use my work without asking permission at the topic of my work ~~~
if(!game.players[massdestruction]->get_character()) { game.send_chat_target(massdestruction, "You ever gonna learn to aim?") }

9

Re: [SOLVED] Server start? Help me please

If you're using a map with spaces (what is strongly not recommended), add double quotes.

Not Luck, Just Magic.

10

Re: [SOLVED] Server start? Help me please

thx guys

~EPG~ search member (mapper; good player; ) send an e-mail if you  have interesse tongue