Map Cycle/change Level Problem

Grimm_SpectorGrimm_Spector Join Date: 2002-11-01 Member: 3309Members, Constellation
ok...this is pretty simple, when the server is assigned a next map from AMX mod X by the voting, or by the change level command itself, the server does not change to the correct map, nor does it go to the next one in the cycle, but it goes to a different map, incorrect map, most often co_sava, I can't figure out why, I even tried reordering maps.ini to match the mapcycle's order, but to no avail...why is my server doin this and how do I make it go to the map I tell it to go to?! HELP!!! <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad-fix.gif' border='0' style='vertical-align:middle' alt='sad-fix.gif' /><!--endemo-->

Comments

  • VadakillVadakill The Almighty BSO Join Date: 2002-04-02 Member: 373Members, NS1 Playtester
    edited March 2005
    In your mapcycle.txt file, remove the min and max numbers so it shows as just a plain maplist. For example, change this:

    <!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->
    ns_eon "\minplayers\16\maxplayers\32\"
    ns_metal "\minplayers\16\maxplayers\32\"
    ns_caged "\minplayers\16\maxplayers\32\"
    co_sava "\minplayers\6\maxplayers\20\"
    co_angst "\minplayers\4\maxplayers\20\"
    ns_hera "\minplayers\16\maxplayers\24\"
    ns_lost "\minplayers\16\maxplayers\32\"
    ns_nothing "\minplayers\16\maxplayers\32\"
    co_niveus "\minplayers\4\maxplayers\20\"
    co_faceoff "\minplayers\0\maxplayers\18\"
    co_daimos "\minplayers\8\maxplayers\20\"
    ns_bast "\minplayers\14\maxplayers\28\"
    ns_origin "\minplayers\16\maxplayers\32\"
    co_kestrel "\minplayers\8\maxplayers\20\"
    ns_tanith "\minplayers\16\maxplayers\32\"
    ns_nancy "\minplayers\14\maxplayers\32\"
    ns_veil "\minplayers\16\maxplayers\32\"
    co_core "\minplayers\0\maxplayers\20\"
    co_ulysses "\minplayers\4\maxplayers\20\"
    ns_eclipse "\minplayers\14\maxplayers\32\"
    co_pulse "\minplayers\0\maxplayers\20\"
    ns_ayumi "\minplayers\16\maxplayers\32\"
    ns_altair "\minplayers\16\maxplayers\32\"
    <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->

    to this:

    <!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->
    ns_eon
    ns_metal
    ns_caged
    co_sava
    co_angst
    ns_hera
    ns_lost
    ns_nothing
    co_niveus
    co_faceoff
    co_daimos
    ns_bast
    ns_origin
    co_kestrel
    ns_tanith
    ns_nancy
    ns_veil
    co_core
    co_ulysses
    ns_eclipse
    co_pulse
    ns_ayumi
    ns_altair
    <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    Although Vadakill's solution may fix your problem, if you're running AMX Mod X I have to recommend the Crabmapmanager plugin. You can get it <a href='http://nsmod.ugleague.org/forums1/index.php?showtopic=23' target='_blank'>here</a>.
Sign In or Register to comment.