[Mapping] Adding elu's to a map.

Results 1 to 4 of 4
  1. #1
    Account Upgraded | Title Enabled! exercitus is offline
    MemberRank
    Jul 2008 Join Date
    247Posts

    [Mapping] Adding elu's to a map.

    I'm trying to add elu's to a map I made, but whenever I go ingame i get the 'Cannot create game' error.

    This is the Map XML :
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <XML>
    	<MATERIALLIST>
    		<MATERIAL name="colors_white">
    			<DIFFUSE>1.00000000 1.00000000 1.00000000</DIFFUSE>
    			<AMBIENT>1.00000000 1.00000000 1.00000000</AMBIENT>
    			<SPECULAR>1.00000000 1.00000000 1.00000000</SPECULAR>
    			<DIFFUSEMAP>colors/white.jpg</DIFFUSEMAP>
    		</MATERIAL>
    	</MATERIALLIST>
    	<OBJECTLIST>
    		<OBJECT name="Highrise.elu">
    		</OBJECT>
    	</OBJECTLIST>
    	<DUMMYLIST>
    		<DUMMY name="spawn_solo_101">
    			<POSITION>-2496.00000000 320.00000000 0.00000000</POSITION>
    			<DIRECTION>-1.00000000 0.00000000 0.00000000</DIRECTION>
    		</DUMMY>
    		<DUMMY name="spawn_solo_102">
    			<POSITION>3136.00000000 -1280.00000000 0.00000000</POSITION>
    			<DIRECTION>-1.00000000 0.00000000 0.00000000</DIRECTION>
    		</DUMMY>
    		<DUMMY name="spawn_solo_103">
    			<POSITION>-3136.00000000 -3648.00000000 0.00000000</POSITION>
    			<DIRECTION>-1.00000000 0.00000000 0.00000000</DIRECTION>
    		</DUMMY>
    		<DUMMY name="spawn_solo_104">
    			<POSITION>-960.00000000 -4096.00000000 0.00000000</POSITION>
    			<DIRECTION>-1.00000000 0.00000000 0.00000000</DIRECTION>
    		</DUMMY>
    		<DUMMY name="Highrise">
    			<POSITION>1.0000000 1.0000000 1.0000000</POSITION>
    			<DIRECTION>0.0000000 0.0000000 0.0000000</DIRECTION>
    		</DUMMY>
    	</DUMMYLIST>
    </XML>


  2. #2
    Ninja Goblin HellSniper is offline
    MemberRank
    Feb 2009 Join Date
    GermanyLocation
    1,791Posts

    Re: [Mapping] Adding elu's to a map.

    Gunz cannot load Models that exceed the Vert/Poly limit.
    You know for a fact that the Map loads without the Model set to load it?

  3. #3
    Account Upgraded | Title Enabled! exercitus is offline
    MemberRank
    Jul 2008 Join Date
    247Posts

    Re: [Mapping] Adding elu's to a map.

    What's the limit? Can I go over it by seperating the models in different elu's?

  4. #4
    Ninja Goblin HellSniper is offline
    MemberRank
    Feb 2009 Join Date
    GermanyLocation
    1,791Posts

    Re: [Mapping] Adding elu's to a map.

    I limit myself to use only a certain amount of models / verts.
    I never reached the Limit and therefor dont know the limit.
    I have no Crystal Ball that tells me the Specs of your Map and from the Model.



Advertisement