Posts: 1,655
Threads: 38
Joined: Apr 2008
Reputation:
20
I know I set it up in DODS and Sourcemod to make a vote at the end of every map to decide where the server goes. However, I can't seem to get that to work on my Arena TF2 Server.
Does anyone know of the config or plugin that can get this working?
Posts: 1,655
Threads: 38
Joined: Apr 2008
Reputation:
20
I know a lot about Sourcemod and SRCDS, I was merely asking whether or not it was possible for a random map vote to take place with 3 minutes or so left in the map, so the most popular map is always on the server.
Posts: 1,655
Threads: 38
Joined: Apr 2008
Reputation:
20
I set sm_mapvote_endvote to 1, but it won't do a vote at the end of the map. I put that line in sourcemod.cfg.
Posts: 100
Threads: 4
Joined: Feb 2008
Reputation:
0
For clarity, our server uses the following plugins: rtv, nextmap, and mapchooser.
rtv and mapchooser generate their own cfg files in /cfg/sourcemod
I see you put that one cvar into sourcemod.cfg. The default (0) for that is in the mapchooser.cfg file. I do not know the execution order of the files, but I suspect it is sourcemod.cfg, followed by the other files, which would mean your cvar would change back to the default.
To do a map vote w/ 3 minutes remaining, there is a cvar for that in mapchooser.cfg file.
Posts: 1,655
Threads: 38
Joined: Apr 2008
Reputation:
20
I thought I moved mapchooser from disabked. Apparently not.
Thanks very much!