1

Topic: [SOLVED] Problem DDRACE server

Hi, i have create a ddrace server but i have some problems:

-How have many maps in my server? (change with voting)
-How can I have more than one server?
-The blackboard is obligate to be open for my server fonction?? Because if I close it, my server is not online:s
-The rcon password fonction but i cant play with powers! (super_me, weapons_me .....)

Please Help me!

2

Re: [SOLVED] Problem DDRACE server

loveyou wrote:

Hi, i have create a ddrace server but i have some problems:

-How have many maps in my server? (change with voting)
-How can I have more than one server?
-The blackboard is obligate to be open for my server fonction?? Because if I close it, my server is not online:s
-The rcon password fonction but i cant play with powers! (super_me, weapons_me .....)

Please Help me!

We don't support mods but well, many function are vanilla so I wanna try to help you:
1)put in your config (and replace firstmap and secondmap with map names)
sv_map firstmap
addvote change_map firstmap
addvote change_map secondmap
etc...
2)in the first server config:
sv_port 8303
in the second server config:
sv_port 8304
3) don't understand what u mean by blackboard. MOTD?
4) that's a mod support request, simply don't know.
etc...

Support Staff - ESL.eu Teeworlds Admin

3

Re: [SOLVED] Problem DDRACE server

Wow rapid answer! Thanks!
Im not very good in english you porbably see it... but the black board its the server where there is all the information.... If i want to open my server i click on it and it appear a black board.

4

Re: [SOLVED] Problem DDRACE server

loveyou wrote:

Wow rapid answer! Thanks!
Im not very good in english you porbably see it... but the black board its the server where there is all the information.... If i want to open my server i click on it and it appear a black board.

Alright, it's the MOTD as Lanta said.
Remember if you want open multiple server to port forward 8303 and 8394

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

5

Re: [SOLVED] Problem DDRACE server

But i don't enderstand, If i want many servers i need many Motd? With different port?

6 (edited by Lanta 2010-07-05 17:16:26)

Re: [SOLVED] Problem DDRACE server

Wait wait, loveyou is making too much confusion.

A teeworlds server, for working, need to listen for client on a UDP port. If you want more than one server you need to have one port each server. For example
SERVER 1: sv_port 8303
SERVER 2: sv_port 8304
By the way sometimes your modem/router is not configured to accept incoming connections and you can't host a server. In that case you will read in the console a text saying you "CAN'T CONTACT THE MASTERSERVER". If you are expreriencing that problem you need to portforward your router and I suggest you to read the modem manual or to google it.

The MOTD, or Message of the Game, is a Teeworlds feature and got nothing related to the netcode we discussed until now. It's a message that appears to the client and display informations on the server. I understood only now, after this:

loveyou wrote:

Wow rapid answer! Thanks!
but the black board its the server where there is all the information.... If i want to open my server i click on it and it appear a black board.

That with "blackboard" you mean the DOS or console window, not the MOTD. Sorry for the mistake. The answer to your question is YES, you need to leave it opened to host a server. If you close it the server die.

Support Staff - ESL.eu Teeworlds Admin

7

Re: [SOLVED] Problem DDRACE server

Ok! Thanks!

But for my other problems: -How have many maps in my server? (change with voting)
I do wath you tell me:
sv_map firstmap
addvote change_map firstmap
addvote change_map secondmap
But when i go play, i call vote to change map, and it write:<<vote pass>> but nothing apen!?

8

Re: [SOLVED] Problem DDRACE server

The maps need to be at the right place, like teeworlds/data/maps/*.* for windows. And ofc replace "firstmap", "secondmap" in the config with the maps you want, like dm1.

void ..

9

Re: [SOLVED] Problem DDRACE server

Last thing:
sv_reload 1
maybe I forgot it big_smile

Support Staff - ESL.eu Teeworlds Admin

10

Re: [SOLVED] Problem DDRACE server

Thanks but I already have it and it dosent work sad

11 (edited by Lanta 2010-07-05 18:03:57)

Re: [SOLVED] Problem DDRACE server

Try to replace
addvote change_map firstmap
with
addvote sv_map firstmap
Seems strange but it should work

Support Staff - ESL.eu Teeworlds Admin

12

Re: [SOLVED] Problem DDRACE server

It work! Thanks a lot big_smile