Some problem

Results 1 to 7 of 7
  1. #1
    Account Upgraded | Title Enabled! Bartjehh is offline
    MemberRank
    Oct 2008 Join Date
    The netherlandsLocation
    448Posts

    Some problem

    I've added three body's (GameMaster, Developer, Administrator)

    Code:
    Woman.mrs
    
    -gm.dds
    -gm.elu
    -dev.dds
    -dev.elu
    -admin.dds
    -admin.elu
    
    <AddParts name="GameMaster Body" filename="woman-gm.elu"> </AddParts>
    <AddParts name="Developer Body" filename="woman-dev.elu"> </AddParts>
    <AddParts name="Administrator Body" filename="woman-admin.elu"> </AddParts>

    Code:
    Man.mrs
    
    -gm.dds
    -gm.elu
    -dev.dds
    -dev.elu
    -admin.dds
    -admin.elu
    <AddParts name="GameMaster Body" filename="man-gm.elu"> </AddParts>
    <AddParts name="Developer Body" filename="man-dev.elu"> </AddParts>
    <AddParts name="Administrator Body" filename="man-admin.elu"> </AddParts>
    Code:
    	<ITEM id="200000" 
    		name="GameMaster Body" 
    		mesh_name="gm" 
    		totalpoint="0" 
    		type="equip"	
    		res_sex="f" 
    		res_level="0" 
    		slot="chest" 
    		weight="0" 
    		bt_price="0" 
    		hp="10" 
    		ap="30" 
    		maxwt="0"	
    		sf="0" 
    		fr="0" 
    		cr="0" 
    		pr="0" 
    		lr="0" 
    		color="#FFFFFFFF" 
    		desc="Don't break the rules, Or you will lose this one! [UGrade 254]" />
    
    
    	<ITEM id="200001" 
    		name="Developer Body" 
    		mesh_name="dev" 
    		totalpoint="0" 
    		type="equip"	
    		res_sex="f" 
    		res_level="0" 
    		slot="chest" 
    		weight="0" 
    		bt_price="0" 
    		hp="10" 
    		ap="30" 
    		maxwt="0"	
    		sf="0" 
    		fr="0" 
    		cr="0" 
    		pr="0" 
    		lr="0" 
    		color="#FFFFFFFF" 
    		desc="Don't break the rules, Or you will lose this one! [UGrade 254]" />
    
    	<ITEM id="200002" 
    		name="Administrator Body" 
    		mesh_name="admin" 
    		totalpoint="0" 
    		type="equip"	
    		res_sex="f" 
    		res_level="0" 
    		slot="chest" 
    		weight="0" 
    		bt_price="0" 
    		hp="15" 
    		ap="35" 
    		maxwt="0"	
    		sf="0" 
    		fr="0" 
    		cr="0" 
    		pr="0" 
    		lr="0" 
    		color="#FFFFFFFF" 
    		desc="Don't break the rules, Or you will lose this one! [UGrade 255]" />
    
    	<ITEM id="200003" 
    		name="GameMaster Body" 
    		mesh_name="gm" 
    		totalpoint="0" 
    		type="equip"	
    		res_sex="m" 
    		res_level="0" 
    		slot="chest" 
    		weight="0" 
    		bt_price="0" 
    		hp="10" 
    		ap="30" 
    		maxwt="0"	
    		sf="0" 
    		fr="0" 
    		cr="0" 
    		pr="0" 
    		lr="0" 
    		color="#FFFFFFFF" 
    		desc="Don't break the rules, Or you will lose this one! [UGrade 254]" />
    
    
    	<ITEM id="200004" 
    		name="Developer Body" 
    		mesh_name="dev" 
    		totalpoint="0" 
    		type="equip"	
    		res_sex="m" 
    		res_level="0" 
    		slot="chest" 
    		weight="0" 
    		bt_price="0" 
    		hp="10" 
    		ap="30" 
    		maxwt="0"	
    		sf="0" 
    		fr="0" 
    		cr="0" 
    		pr="0" 
    		lr="0" 
    		color="#FFFFFFFF" 
    		desc="Don't break the rules, Or you will lose this one! [UGrade 254]" />
    
    	<ITEM id="200005" 
    		name="Administrator Body" 
    		mesh_name="admin" 
    		totalpoint="0" 
    		type="equip"	
    		res_sex="m" 
    		res_level="0" 
    		slot="chest" 
    		weight="0" 
    		bt_price="0" 
    		hp="15" 
    		ap="35" 
    		maxwt="0"	
    		sf="0" 
    		fr="0" 
    		cr="0" 
    		pr="0" 
    		lr="0" 
    		color="#FFFFFFFF" 
    		desc="Don't break the rules, Or you will lose this one! [UGrade 255]" />

    Code:
    Mlog:
    ----------> in zip ( model/man/man-gm.elu ) file not found!! 
     elu model/man/man-gm.elu file loading failure !!!
    xml model/man/man01.xml file loading failure !!!
    I really need help, Did i made a mistake in .xml? Did i forget something?


  2. #2
    Account Upgraded | Title Enabled! Bartjehh is offline
    MemberRank
    Oct 2008 Join Date
    The netherlandsLocation
    448Posts

    Re: Some problem

    bump

    C'mon guys..

  3. #3
    Account Upgraded | Title Enabled! randy1234 is offline
    MemberRank
    Mar 2009 Join Date
    SingaporeLocation
    1,196Posts

    Re: Some problem

    when u start the game dose the game crash?

  4. #4
    Account Upgraded | Title Enabled! Bartjehh is offline
    MemberRank
    Oct 2008 Join Date
    The netherlandsLocation
    448Posts

    Re: Some problem

    Quote Originally Posted by randy1234 View Post
    when u start the game dose the game crash?
    Ah, yes at loading_mesh

  5. #5
    Member mustafa45 is offline
    MemberRank
    Feb 2009 Join Date
    69Posts

    Re: Some problem

    Add screens? :P

  6. #6
    Account Upgraded | Title Enabled! Bartjehh is offline
    MemberRank
    Oct 2008 Join Date
    The netherlandsLocation
    448Posts

    Re: Some problem

    Quote Originally Posted by mustafa45 View Post
    Add screens? :P
    ????

    I don't think you know what you're talking about

  7. #7
    Account Upgraded | Title Enabled! sayuta is offline
    MemberRank
    Jan 2007 Join Date
    The NetherlandsLocation
    205Posts

    Re: Some problem

    Woman.xml ;
    Code:
    <AddParts name="GameMaster Body" filename="gm.elu"> </AddParts>
    <AddParts name="Developer Body" filename="dev.elu"> </AddParts>
    <AddParts name="Administrator Body" filename="admin.elu"> </AddParts>
    Man.xml ;
    Code:
    <AddParts name="GameMaster Body" filename="gm.elu"> </AddParts>
    <AddParts name="Developer Body" filename="dev.elu"> </AddParts>
    <AddParts name="Administrator Body" filename="admin.elu"> </AddParts>
    Since the ELU files are just 'gm.elu,dev.elu,admin.elu' INSTEAD Of What u wanted : 'man-gm.elu,man-dev.elu,man-admin.elu'



Advertisement