Page 1 of 1

Nonsense settings

Posted: Tue Jun 17, 2014 1:55 pm
by itDUST
I recently learned about your client, I advised his players and he is really good, but I have a problem with the server configuration.
:?:
Good afternoon. Please help me, I downloaded your client and the server, I want it to work like everyone else, but I do not work for some reason, the team (or vote for the next map), just not the type of game "XXLDrace", not "DDRace", and what that " testDDraceNetwo ".

Help me configure those server or explain what I'm doing wrong? Previously, I had a regular server, and everything worked. There was no problems with the teams and the console.

Likewise, I wrote that the number of players 1/16, and where the name of the server 1/64 and I think the number of players and is only 16.
:!:
I ask help, Sorry if I created the theme is not there or even broke the rule creating such a question, but I Russian-language player and I find it difficult to focus on your foreign website.
Sincerely. :idea:

Re: Nonsense settings

Posted: Tue Jun 17, 2014 7:14 pm
by deen
Take a look at the autoexec.cfg DDNet comes with:

Code: Select all

sv_name "Testserver with DDraceNetwork Features"
sv_port 8303
sv_map "gravity"
sv_test_cmds 1 # set to 0 for DDraceNetwork game type
sv_rcon_password "rcon"
sv_register 1
sv_test_cmds 0 is what you need for the game type.

What problems do you have with teams and console?
Player number is 64 by default if you don't set anything.
Maybe you can post your config.

Re: Nonsense settings

Posted: Tue Jun 17, 2014 11:03 pm
by itDUST
sv_welcome ...
sv_motd ...
sv_name ...
sv_port ...
sv_map "XXLDefault"
sv_rcon_password ...
sv_register 1
sv_rescue 1
sv_rescue_effect 0
sv_helper 1
sv_test_cmds 0
sv_max_clients 64
sv_vote_kick 1
sv_vote_kick_bantime 999
sv_spamprotection 1
sv_checkpoint_save 1
sv_map_vote 1
add_vote "map: XXLDefault.map" "sv_map XXLDefault.map"
1. Image
2. Can I include "sv_rescue"? (/r)
3. How to create a helper on the server? (/ helper)

type game figured out, thanks

Re: Nonsense settings

Posted: Tue Jun 17, 2014 11:25 pm
by deen
1. 64 players are only properly shown when you use DDNet client, not with other clients. But you seem to use DDNet client. When you have a bad connection to the server sometimes it shows only /16 instead of /64.

2. & 3. No rescue and helper on ddnet. We believe that playing is more fun when players help each other, instead of relying on /r. There are some Novice maps on DDNet where failing is nearly impossible though.

Also XXLDDRace maps don't work probably. We use maps made with DDRace or DDNet Client only.

Re: Nonsense settings

Posted: Wed Jun 18, 2014 1:54 am
by itDUST
clear why I can not switch cards?
map cobra is ddnet but writes (vote pass)

Re: Nonsense settings

Posted: Wed Jun 18, 2014 2:04 am
by deen
The map has to be in the maps or data/maps directory. Also it is called "Kobra", not "cobra". Make the vote like this:

Code: Select all

add_vote "map: Kobra" "change_map Kobra"

Re: Nonsense settings

Posted: Wed Jun 18, 2014 1:08 pm
by itDUST
m you change the command in the console?
"change_map" оО
Okay, thank you for addressing my questions. :idea:

Re: Nonsense settings

Posted: Wed Jun 18, 2014 1:45 pm
by deen
I think sv_map and change_map do the same.