Loading maps? o.o

Results 1 to 6 of 6
  1. #1
    Proficient Member V_o_o_d_o_o is offline
    MemberRank
    Jun 2008 Join Date
    152Posts

    Loading maps? o.o

    How can I make it so I can choose any map without it being in chanelrule.xml in system.mrs?

    Code:
    <?xml version="1.0" ?>
    <!--
    	GAMETYPE_DEATHMATCH_SOLO	= 0
     	GAMETYPE_DEATHMATCH_TEAM	= 1
    	GAMETYPE_GLADIATOR_SOLO		= 2
    	GAMETYPE_GLADIATOR_TEAM		= 3
    	GAMETYPE_ASSASSINATE		= 4
    	GAMETYPE_TRAINING		= 5
    	GAMETYPE_SURVIVAL		= 6
    	GAMETYPE_QUEST			= 7
    	GAMETYPE_BERSERKER		= 8 
    	GAMETYPE_DEATHMATCH_TEAM2	= 9
    	GAMETYPE_DEATHMATCH_DUEL	= 10
    -->
    
    	<XML id="channelrule">
            		<CHANNELRULE id="0" name="novice">
            		<GAMETYPE id="0" />			<!-- GAMETYPE_DEATHMATCH_SOLO -->
    		<GAMETYPE id="8" />			<!-- GAMETYPE_BERSERKER -->
            		<GAMETYPE id="1" />			<!-- GAMETYPE_DEATHMATCH_TEAM -->
            		<GAMETYPE id="9" />			<!-- GAMETYPE_DEATHMATCH_TEAM2 -->
            		<GAMETYPE id="2" />			<!-- GAMETYPE_GLADIATOR_SOLO -->
            		<GAMETYPE id="3" />			<!-- GAMETYPE_GLADIATOR_TEAM -->
    		<GAMETYPE id="10" />			<!-- GAMETYPE_DEATHMATCH_DUEL -->
            		<GAMETYPE id="4" />			<!-- GAMETYPE_ASSASSINATE -->
            		<GAMETYPE id="5" />			<!-- GAMETYPE_TRAINING -->
            		<GAMETYPE id="7" />			<!-- GAMETYPE_QUEST -->
    		<!-- <MAP name="Mansion" />
    		<MAP name="Prison" />
    		<MAP name="Prison II" />
    		<MAP name="Island" />
    		<MAP name="Garden" />
    		<MAP name="Station" />
    		<MAP name="Battle Arena" />
    		<MAP name="Factory" />
    		<MAP name="Town" />
    		<MAP name="Ruin" />
    		<MAP name="Port" />
    		<MAP name="Castle" />
    		<MAP name="Dungeon" />
    		<MAP name="Lost Shrine" />
    		<MAP name="Stairway" /> 
    		<MAP name="Snow_Town" /> -->
    	</CHANNELRULE>
    </XML>
    Note that I have the maps commented out.


  2. #2

    Re: Loading maps? o.o

    Xiao's Runnable has custom maps enabled.

    Use the Search button before posting a question. The questions you are asking have already been answered.

  3. #3
    Proficient Member V_o_o_d_o_o is offline
    MemberRank
    Jun 2008 Join Date
    152Posts

    Re: Loading maps? o.o

    Quote Originally Posted by Linear88 View Post
    Xiao's Runnable has custom maps enabled.

    Use the Search button before posting a question. The questions you are asking have already been answered.
    I wonder if anyone has asked why the maps aren't loading even with Xiao's runnable.

    If not, then I just did.

  4. #4
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: Loading maps? o.o

    Custom maps should be enabled with the exe that im making for you jake.

  5. #5
    Proficient Member V_o_o_d_o_o is offline
    MemberRank
    Jun 2008 Join Date
    152Posts

    Re: Loading maps? o.o

    Quote Originally Posted by forean View Post
    Custom maps should be enabled with the exe that im making for you jake.
    You're making an EXE for me? o.o

  6. #6
    Proficient Member V_o_o_d_o_o is offline
    MemberRank
    Jun 2008 Join Date
    152Posts

    Re: Loading maps? o.o


    Sorry, I thought it would be better to double post rather than making a completely new topic.

    Anyways, my maps don't load unless they're in the channelrule.xml, the only solution I've seen is using a filelist disabled runnable, but I am using one and it's not working.

    Edit: I did use search, btw. Might have looked for the wrong keywords.



Advertisement