Uni Posted April 26, 2011 Share Posted April 26, 2011 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. Quote Link to comment Share on other sites More sharing options...
Management gaoesa Posted April 26, 2011 Management Share Posted April 26, 2011 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. Quote Link to comment Share on other sites More sharing options...
Uni Posted April 26, 2011 Author Share Posted April 26, 2011 (edited) 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 April 26, 2011 by R+D Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.