Client crashes

Results 1 to 5 of 5
  1. #1
    Member Ricobob is offline
    MemberRank
    Apr 2009 Join Date
    89Posts

    Client crashes

    Hi I need help, my client crashes whenever I install new items.

    I followed these steps correctly but still, the client crashes after the launcher.

    Code:
    Tut:
    -Zitem.xml:
    1.open zitem with notepad and copy all whats inside
    2.extract system.mrs and open the zitem with notepad.
    3.past all what u copy from the first zitem here
    -Weapon.xml:
    1.open with notepad and copy whats inside
    2.extract model.mrs
    3.open weapon.xml and past there what u copyed from the first weapon.xml
    -pistol_cru.elu and eq_cru.dds
    1.copy this 2 files and past them in model\weapon\pistol
    -copy your new zitem in your match server
    -convert to mrs you new files and put them back to client
    -shop.xml
    1.open shop with notepad and copy all whats inside
    2.go to c:\GunzServer\matchserver\ and open shop.xml with notepad
    3.past there all u copyed from the first shop.xml
    Any solutions for this?


  2. #2

    Re: Client crashes

    Show all your xml files with code tags.

  3. #3
    Member Ricobob is offline
    MemberRank
    Apr 2009 Join Date
    89Posts

    Re: Client crashes

    Which one? from the server or from system.mrs/model.mrs?

  4. #4
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: Client crashes

    Just show all. Of the items u add

  5. #5
    Member Ricobob is offline
    MemberRank
    Apr 2009 Join Date
    89Posts

    Re: Client crashes

    These are what I added.

    To zitem.xml from the system.mrs and then repacked.
    Code:
    <ITEM id="99984" 
    		name="CRUZ-FX177 " 
    		mesh_name="pistol_cru" 
    		totalpoint="0" 
    		type="range"	
    		res_sex="a" 
    		res_level="25" 
    		slot="range" 
    		weapon="pistol" 
    		weight="7" 
    		bt_price="0" 
    		delay="340"	
    		damage="46" 
    		ctrl_ability="30" 
    		magazine="8" 
    		maxbullet="40" 
    		reloadtime="4" 
    		slug_output="true"	
    		gadget_id="0" 
    		hp="0" 
    		ap="0" 
    		maxwt="0" 
    		sf="0" 
    		fr="0" 
    		cr="0" 
    		pr="0" 
    		lr="0" 
    		color="#FFFFFFFF"	
    		image_id="1" 
    		bullet_image_id="0" 
    		magazine_image_id="0" 
    		snd_reload="we_pistol_reload"	
    		snd_fire="we_pistol_fire" 
    		snd_dryfire="357magrevolver_dryfire" 
    		desc="STR:ZITEM_DESC_4001"	
    		effect_id="3" />
    <ITEM id="99983" 
    		name="CRUZ-FX177 x2 " 
    		mesh_name="pistol_crux2" 
    		totalpoint="0" 
    		type="range"	
    		res_sex="a" 
    		res_level="40" 
    		slot="range" 
    		weapon="pistol" 
    		weight="7" 
    		bt_price="0" 
    		delay="350"	
    		damage="58" 
    		ctrl_ability="30" 
    		magazine="8" 
    		maxbullet="40" 
    		reloadtime="4" 
    		slug_output="true"	
    		gadget_id="0" 
    		hp="0" 
    		ap="0" 
    		maxwt="0" 
    		sf="0" 
    		fr="0" 
    		cr="0" 
    		pr="0" 
    		lr="0" 
    		color="#FFFFFFFF"	
    		image_id="1" 
    		bullet_image_id="0" 
    		magazine_image_id="0" 
    		snd_reload="we_pistol_reload"	
    		snd_fire="we_pistol_fire" 
    		snd_dryfire="357magrevolver_dryfire" 
    		desc="STR:ZITEM_DESC_4001"	
    		effect_id="3" />
    To weapon.xml from model.mrs and then repacked.
    Code:
    	<AddWeaponElu name="pistol_cru" weapon_motion_type = "2" weapon_type = "2" >
    		<AddBaseModel name="pistol_cru" filename="model/weapon/pistol/pistol_cru.elu" />
    	</AddWeaponElu>
    
    	<AddWeaponElu name="pistol_crux2" weapon_motion_type = "3" weapon_type = "3" >
    		<AddBaseModel name="pistol_crux2" filename="model/weapon/pistol/pistol_cru.elu" />
    	</AddWeaponElu>
    Copied the elu and tga files to model\weapon\pistol
    Copied the new zitem in my match server folder
    Copied the new mrs files to my Gunz Client folder

    To shop.xml in match server folder.
    Code:
    <SELL itemid="99984"/>
    <SELL itemid="99983"/>



Advertisement