Boosted Posted June 28, 2015 Share Posted June 28, 2015 Hey there.I have setup a silent Server, but i cannot get Mapvote to work. I have set: exec mapvotecycle.cfg set g_gametype 6set g_mapVoteFlags 13set g_maxMapsVotedFor 30set g_minMapAge 5 But it wont work.Server keeps running Objective.No idea what im doing wrong.Any help appreciated Quote Link to comment Share on other sites More sharing options...
Solution Tweek Posted June 29, 2015 Solution Share Posted June 29, 2015 Have you changed your mapvotecycle.cfg? It has to be changed to gametype 6 as well. I have just six in my rotation but 32 can be voted on. This is what mine looks like. // silEnT mod - Sample MapVote cycle file// Each map in this map order is executed whenever there are no votes for a map,// otherwise, the map that gets the most votes for is playedset d1 "set g_gametype 6 ; map oasis_winter ; set nextmap vstr d2"set d2 "set g_gametype 6 ; map battery_recharged ; set nextmap vstr d3"set d3 "set g_gametype 6 ; map goldrush-ga ; set nextmap vstr d4"set d4 "set g_gametype 6 ; map radar ; set nextmap vstr d5"set d5 "set g_gametype 6 ; map railgun ; set nextmap vstr d6"set d6 "set g_gametype 6 ; map fueldump_revenge ; set nextmap vstr d1"vstr d1 Quote Link to comment Share on other sites More sharing options...
Boosted Posted June 29, 2015 Author Share Posted June 29, 2015 Got it fixed!Ive just used +set g_gametype 6 in my start script, now it works!Thanks either way 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.