Mapcycle.txt

EmanonEmanon Join Date: 2003-05-13 Member: 16254Members, Constellation
edited June 2004 in Win32 Server Support
<div class="IPBDescription">Noob server op question</div> Need help, I cannot seem to get the server mapcycle.txt to work correctly.
This is the current content of the file that is located in the nsp folder.
<!--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-->co_ulysses "\minplayers\0\maxplayers\10\"
//ns_agora  "\minplayers\11\maxplayers\15\"
co_angst                 "\minplayers\0\maxplayers\10\"
ns_caged                  "\minplayers\11\maxplayers\15\"
co_faceoff                  "\minplayers\0\maxplayers\10\"
ns_origin                 "\minplayers\11\maxplayers\15\"
ns_hera  "\minplayers\11\maxplayers\15\"
//ns_lost                 "\minplayers\11\maxplayers\15\"
ns_nothing                 "\minplayers\11\maxplayers\15\"
ns_mineshaft "\minplayers\11\maxplayers\15\"
ns_tanith                 "\minplayers\11\maxplayers\15\"
co_daimos                 "\minplayers\0\maxplayers\10\"
ns_nancy                 "\minplayers\11\maxplayers\15\"
co_kestrel                 "\minplayers\0\maxplayers\10\"
ns_veil                 "\minplayers\11\maxplayers\15\"
co_rebirth                 "\minplayers\0\maxplayers\10\"
ns_eclipse                 "\minplayers\11\maxplayers\15\"
co_core                 "\minplayers\0\maxplayers\10\"
ns_ayumi                 "\minplayers\11\maxplayers\15\"
co_pulse                 "\minplayers\0\maxplayers\10\"
ns_metal                "\minplayers\11\maxplayers\15\" <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->

The server is currently running cheezypoof's amx plugin for nextmap (nextmap.amx) compiled with the latest version of ns2amx(1.0.0.5) and metamod version (1.17a)
It is also running amx v 0.9.6j (0.9.7) and have mapchangecfgfile "server.cfg" in my server.cfg if it makes any difference.

It doesnt seem to work as intended. Am I missing a cvar?

Thanks for the Help.
Emanon

Comments

  • CheesyPetezaCheesyPeteza Join Date: 2002-11-24 Member: 9784Members, NS1 Playtester, Constellation
    I didn't code into the plugin the ability to handle the minplayers maxplayers thing as it was too complicated. I'm now redoing this plugin from scratch for AMXModX so that it works perfectly. Its trickier than it looks.

    You can just use the default nextmap plugin if you wish. You need to comment out #define OBEY_MAPCYCLE in it and recompile. The problems with it are that it can't handle the same map being in the mapcycle twice and the mapchooser plugin will no longer work, but minplayers/maxplayers will work.
  • EmanonEmanon Join Date: 2003-05-13 Member: 16254Members, Constellation
    edited June 2004
    Is there other ways: ie not using amx pluggins (nextmap) to fix the nextmap bug.

    I would find having the map rotation to work far better than having the nextmap command to work.
  • CheesyPetezaCheesyPeteza Join Date: 2002-11-24 Member: 9784Members, NS1 Playtester, Constellation
    Just comment nextmap.amx in plugins.ini.
  • EmanonEmanon Join Date: 2003-05-13 Member: 16254Members, Constellation
    Thanks for the answers, it works now.

    Thanks again,
    Emanon
Sign In or Register to comment.