PDA

View Full Version : mapcycle question


Clipper
21st October, 2002, 10:40 PM
Well....its cycling fine, but its going in random order. ITs a CTF server, and sometimes it loads 1 map twice in three games, sometimes its twice in a row. Any Ideas?

Slack
21st October, 2002, 11:06 PM
check case of all map names, ensure they match the windoze file names.

also look for any noprintable characters on the end of the line.

Clipper
21st October, 2002, 11:12 PM
Everything seems to be in order. And Like I said, there is no problem loading the maps....It just does it in random order.

parmie
21st October, 2002, 11:31 PM
open your user.ini and paste this lines is the forum

[code:1:3c815bbdd8]
[XInterface.MapListDeathMatch]
MapNum=1
Maps=DM-Antalus
Maps=DM-Asbestos
Maps=DM-Curse3
Maps=DM-Inferno
Maps=DM-Compressed
Maps=DM-Phobos2
Maps=DM-Plunge
Maps=DM-TokaraForest

[XInterface.MapListTeamDeathMatch]
MapNum=1
Maps=DM-Antalus
Maps=DM-Asbestos
Maps=DM-Curse3
Maps=DM-Inferno
Maps=DM-Compressed
Maps=DM-Phobos2
Maps=DM-Plunge
Maps=DM-TokaraForest

[XInterface.MapListCaptureTheFlag]
MapNum=4
Maps=CTF-Chrome
Maps=CTF-Citadel
Maps=CTF-December
Maps=CTF-Face3
Maps=CTF-Geothermal
Maps=CTF-LostFaith
Maps=CTF-Magma
Maps=CTF-Orbital2

[XInterface.MapListDoubleDomination]
MapNum=1
Maps=DOM-Core
Maps=DOM-OutRigger
Maps=DOM-Ruination
Maps=DOM-ScorchedEarth
Maps=DOM-SepukkuGorge
Maps=DOM-SunTemple

[XInterface.MapListBombingRun]
MapNum=3
Maps=BR-Anubis
Maps=BR-Disclosure
Maps=BR-Bifrost
Maps=BR-IceFields
Maps=BR-SkyLine
Maps=BR-Slaughterhouse
Maps=BR-TwinTombs
[/code:1:3c815bbdd8]

this is a working version