gunslinger23 / maniadminplugin

Automatically exported from code.google.com/p/maniadminplugin
1 stars 1 forks source link

Map doesnt change to selected map when using mani_mapcycle_mode 2 or 3 #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Install Map 1.2T & HlSW
2.Set in your mani_server.cfg

// The following cvar controls how the mapcycle is calculated
// 0 = standard Valve map cycle,
// 1 = if you don't want your mapcycle to reset to the first in the 
// list when moving to a map not in the cycle,
// 2 = random cycle (uses mani_vote_dont_show_last_maps cvar to exclude 
// last maps played)
// 3 = skip to the next unplayed map in the map cycle list until all maps 
// have been played when it is reset.
mani_mapcycle_mode 3

3.Change the map via HLSW

What is the expected output?
The map should change to the next unplayed map in the map cycle list

What do you see instead?
The map gets changed to a different map, seems like it gets randomly
choosen like option 2 offers

What version of the product are you using? On what operating system?
1.2T on Win7 SRCDS

Please provide any additional information below.
Link to forum topic:
http://www.mani-admin-plugin.com/forums/index.php?topic=20483.0

Original issue reported on code.google.com by farnhammer_manuel@web.de on 31 Dec 2009 at 9:05

GoogleCodeExporter commented 9 years ago
This is by design.  Use ma_map to choose a map you want to use rather than 
letting
the server choose it for you via the build in changelevel command.

Original comment by keeper....@gmail.com on 15 Jan 2010 at 5:09