#HYPERZ WEAPON MODS#
####################

SPECIFIC WEAPONS INFO BELOW THE INSTRUCTIONS!!!

BACKUP EVERY FILE YOU MODIFY!!


Install Weapon model
___________________________

1. Download OpenIV
2. Navigate to and open /models/cdimages/weapons.img
3. Turn into Edit mode
4. Drag the weapon files into the weapons.img (*.wtd and *.wdr)
5. DONE!


Install Sounds (optional)
___________________________
1. Download IVaud
2. Open OpenIV
3. Navigate to /audio/Sfx/resident.rpf
4. Extract the file WEAPONS
5. Edit the extension of the extracted file to WEAPONS.ivaud
6. Open IVaud
7. Open the file and replace the sound thats writen down in the Readme
8. Save the file
9. Remove the extension (.ivaud | NOT THE FILE!)
10. Insert the new WEAPONS sound file 

Modify WeaponInfo.xml
___________________________
1. navigate in windows to C:\Program Files (x86)\Rockstar Games\Grand Theft Auto IV\common\data
2. Edit the file with notepad
3. paste the give .xml code into it's right place!
4. Save


Sound to replace: EAGLE_SHOT1_L and EAGLE_SHOT1_R

XML WEAPON INFO:

	<weapon type="DEAGLE">
		<data slot="HANDGUN" firetype="INSTANT_HIT" damagetype="BULLET" group="PISTOL_LARGE" targetrange="45.0" weaponrange="50.0" clipsize="6" ammomax="1500" timebetweenshots="500">
			<damage base="80" networkplayermod="4.0" networkpedmod="2.0"/>
			<physics force="85.0"/>
			<reload time="2933" fasttime="2933" crouchtime="2933"/>

			<aiming accuracy="0.5">
				<offset         x="0.15" y="1.0" z="0.55"/>
				<crouchedoffset x="0.2"  y="1.0" z="0.05"/>
				<reticule standing="0.6" ducked="0.5" scale="0.3"/>
			</aiming>

			<pickup regentime="240000" ammoonstreet="30"/>

			<controller>
				<rumble duration="150" intensity="0.1"/>
			</controller>

			<flags>
				<flag>GUN</flag>
				<flag>CAN_AIM</flag>
				<flag>CAN_FREE_AIM</flag>
				<flag>ANIM_RELOAD</flag>
				<flag>ANIM_CROUCH_FIRE</flag>
			</flags>
		</data>

		<assets model="w_eagle">
			<anim group="gun@deagle" meleegroup1="firearm_core"/>

			<effects>
				<muzzle fx="muz_pistol_large"/>
				<shell fx="weap_ejected_pistol"/>
			</effects>
		</assets>
	</weapon>


