Jump to content

Cant get mapvote to work >_>


Boosted
Go to solution Solved by Tweek,

Recommended Posts

Hey there.

I have setup a silent Server, but i cannot get Mapvote to work.

 

I have set:

 

exec mapvotecycle.cfg

 

set g_gametype 6
set g_mapVoteFlags 13
set g_maxMapsVotedFor 30
set g_minMapAge 5
 
But it wont work.
Server  keeps running Objective.
No idea what im doing wrong.
Any help appreciated :)
Link to comment
Share on other sites

  • Solution

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 played
set 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

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...