Jump to content

TDM mode?


Uni

Recommended Posts

Hi once again. I have setup my server with the sILent MOD version 0.3.1 and it's working a treat! Just need a couple of things cleared up.... I have setup the TDM mode but not sure if it's working??

 

This is how I set it up in the server.cfg

 

//----------------------------------------

// TDM settings.

//----------------------------------------

 

set g_TDMType "2" // Map ends when the target score is reached or the time limit hits.

set g_TDMOptions "6" // 2 + 4 = 6.

set g_TDMScore "1000" // Score to reach for a win.

set g_TDMObjBonus "50" // Bonus to the winning team.

 

While playing the server you can complete the map but it's just like normal with the player ranks / kills / deaths etc.... I'm not sure if I'm doing this right and any help would be great at this point. :) Also do you have to have the TDM features client side enabled to make this work or once it's set server side it applies to all?

 

Cheers,

 

R+D.

Link to comment
Share on other sites

  • Management

Only server needs to be set up for the TDM to be used. The clients can configure only the possibility to hide the score seen on top of the screen. Optionally clients can bind any key and the score is displayed in a similar way as topshots for an example.

 

One thing that didn't come apparent in the post above is that do you have the g_gametype set to 7?

 

To use the TDM game type you need to set the TDM gametype in the map rotation cfg:

set d1 "set g_gametype 7 ; map baserace ; set nextmap vstr d2"
set d2 "set g_gametype 7 ; map bremen_final ; set nextmap vstr d3"
set d3 "set g_gametype 7 ; map radar ; set nextmap vstr d4"
set d4 "set g_gametype 7 ; map frostbite ; set nextmap vstr d5"
set d5 "set g_gametype 7 ; map goldrush ; set nextmap vstr d6"
set d6 "set g_gametype 7 ; map warbell ; set nextmap vstr d7"
set d7 "set g_gametype 7 ; map oasis ; set nextmap vstr d8"
set d8 "set g_gametype 7 ; map battery ; set nextmap vstr d1"
vstr d1

 

That is an example. You can then enable map voting with the TDM gametype using the g_TDMOptions flag 1.

Link to comment
Share on other sites

Ahhhh now I see. :) I have the stock objectivecycle.cfg running. I just thought that setting the TDM server side would over-right the stock objectivecycle.cfg.

 

set d1 "set g_gametype 2 ; map oasis ; set nextmap vstr d2" 
set d2 "set g_gametype 2 ; map battery ; set nextmap vstr d3" 
set d3 "set g_gametype 2 ; map goldrush ; set nextmap vstr d4" 
set d4 "set g_gametype 2 ; map radar ; set nextmap vstr d5" 
set d5 "set g_gametype 2 ; map railgun ; set nextmap vstr d6" 
set d6 "set g_gametype 2 ; map fueldump ; set nextmap vstr d1" 
vstr d1

 

So all I have to do is this....

 

set d1 "set g_gametype 7 ; map oasis ; set nextmap vstr d2" 
set d2 "set g_gametype 7 ; map battery ; set nextmap vstr d3" 
set d3 "set g_gametype 7 ; map goldrush ; set nextmap vstr d4" 
set d4 "set g_gametype 7 ; map radar ; set nextmap vstr d5" 
set d5 "set g_gametype 7 ; map railgun ; set nextmap vstr d6" 
set d6 "set g_gametype 7 ; map fueldump ; set nextmap vstr d1" 
vstr d1 

 

Now this should work. That's what I was after a # for the gametype. There is no # for the TDM to be set in the readme for the server.cfg. Thanks for that.

 

Cheers,

 

R+D.

Edited by R+D
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...