GTA 4 Weapon Mod: China Lake

Requested By: Naruto 607
Model and Textures: Bethesda Softworks
Converted to GTA 4: 9SYcH0

You need to change the names of the files according to your game
GTA IV:
           China lake.wdr/wtd ----> w_shotgun.wdr/wtd
           Grenade.wdr/wtd ----> w_grenade.wdr/wtd
TLAD:
         China lake.wdr/wtd ----> w_e1_glauncher.wdr.wtd
         Grenade.wdr/wtd ----> w_e1_grenade.wdr/wtd
TBOGT:
         China lake.wdr/wtd ----> w_e2_glauncher.wdr.wtd
         Grenade.wdr/wtd ----> w_e2_grenade.wdr/wtd

Weapon Info for GTA IV

<weapon type="SHOTGUN">
		<data slot="SHOTGUN" firetype="PROJECTILE" damagetype="EXPLOSIVE" group="GRENADE" targetrange="25.0" weaponrange="27.5" clipsize="4" ammomax="20" timebetweenshots="800">
			<damage networkplayermod="2.0" networkpedmod="1.0"/>
			<reload time="2066" fasttime="2066" crouchtime="2066"/>

			<aiming accuracy="0.08">
				<offset         x="0.16" y="1.0" z="0.44"/>
				<crouchedoffset x="0.16" y="1.0" z="0.0"/>
				<reticule standing="1.0" ducked="1.0" scale="0.0"/>
			</aiming>

			<pickup regentime="600000" ammoonstreet="4"/>

			<controller>
				<rumble duration="100" intensity="0.8"/>
			</controller>

			<flags>
				<flag>GUN</flag>
				<flag>CAN_FREE_AIM</flag>
				<flag>ANIM_RELOAD</flag>
				<flag>ANIM_CROUCH_FIRE</flag>
				<!--<flag>CREATE_VISIBLE_ORDNANCE</flag>-->
				<flag>2HANDED</flag>
			</flags>

			<projectile>
				<typetocreate type="GRENADE"/>
				<offset 	 x="0.55" y="0.0" z="0.08"/>
				<rotoffset x="0.0"	y="0.0" z="0.0"/>
			</projectile>
		</data>

		<assets model="w_shotgun">
			<anim group="gun@shotgun"/>

			<effects>
				<shell fx="weap_ejected_shotgun"/>
			</effects>
		</assets>
	</weapon>



<weapon type="GRENADE">
		<data slot="THROWN" firetype="PROJECTILE" damagetype="EXPLOSIVE" group="GRENADE" targetrange="35.0" clipsize="1" ammomax="25">
			<damage networkplayermod="2.0" networkpedmod="1.0"/>

			<aiming accuracy="1.0">
				<offset         x="0.0" y="1.0" z="0.0"/>
				<crouchedoffset x="0.0" y="1.0" z="0.0"/>
			</aiming>

			<pickup regentime="360000" ammoonstreet="8"/>

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

			<flags>
				<flag>THROWN</flag>
				<flag>CAN_AIM</flag>
				<flag>CAN_FREE_AIM</flag>
				<flag>ANIM_RELOAD</flag>
				<flag>ANIM_CROUCH_FIRE</flag>
				<flag>ADD_SMOKE_ON_EXPLOSION</flag>
				<flag>SILENCED</flag>
			</flags>

			<projectile type="IMPACT" fusetime="99999">
				<explosion type="GRENADE"/>
				<physics force="40.0" vehiclevelocity="10.0"/>
			</projectile>
		</data>

		<assets model="w_grenade">
			<anim group="grenade"/>
		</assets>
	</weapon>
---------------------------------------------------------------------------------------------------------------------------------------------

TLAD

<!-- GRENADE LAUNCHER -->
	<weapon type="EPISODIC_1">
		<data slot="HEAVY" firetype="PROJECTILE" damagetype="EXPLOSIVE" group="GRENADE" targetrange="30.0" weaponrange="32" clipsize="4" ammomax="12" timebetweenshots="800">
			<damage networkplayermod="2.0" networkpedmod="1.0"/>
			<reload time="2066" fasttime="2066" crouchtime="2066"/>

			<aiming accuracy="1.0">
				<offset 				x="0.15" y="1.0" z="0.53"/>
				<crouchedoffset x="0.12" y="1.0" z="0.05"/>
				<reticule standing="1.0" ducked="1.0" scale="0.0"/>
				<ordnanceoffset pitch="0.1"/>
			</aiming>

			<pickup regentime="600000" ammoonstreet="3"/>

			<controller>
				<rumble duration="100" intensity="0.8"/>
			</controller>

			<flags>
				<flag>GUN</flag>
				<flag>HEAVY</flag>
				<flag>CAN_FREE_AIM</flag>
				<flag>ANIM_RELOAD</flag>
				<flag>ANIM_CROUCH_FIRE</flag>
				<!--<flag>CREATE_VISIBLE_ORDNANCE</flag>-->
				<flag>2HANDED</flag>
				<flag>HEAVY_WEAPON_USES_RIFLE_ANIMS</flag>
			</flags>

			<projectile>
				<typetocreate type="EPISODIC_5"/>
				<offset 	 x="0.55" y="0.0" z="0.08"/>
				<rotoffset x="0.0"	y="0.0" z="0.0"/>
			</projectile>
		</data>

		<assets model="w_e1_glauncher">
			<anim group="gun@shotgun"/>

			<!--	<effects> -->
				<!--	<muzzle fx="muz_grenade_launcher"/> -->
			<!--	</effects> -->
		</assets>
	</weapon>

	<!-- GRENADE for GRENADE LAUNCHER (not usable as a thrown weapon on its own) -->
	<weapon type="EPISODIC_5">
		<data slot="THROWN" firetype="PROJECTILE" damagetype="EXPLOSIVE" group="GRENADE" targetrange="1000.0" clipsize="1" stattype="EPISODIC_1">
			<damage networkplayermod="2.0" networkpedmod="1.0"/>

			<projectile type="IMPACT" fusetime="9999">
				<explosion type="EPISODIC_1"/>
				<physics force="33.0"/>
			</projectile>
		</data>

		<assets model="w_e1_grenade">
			<effects>
				<trail fx="weap_pipe_bomb_trail"/>
			</effects>
		</assets>
	</weapon>

---------------------------------------------------------------------------------------------------------------------------

TBOGT

<!-- GRENADE LAUNCHER -->
	<weapon type="EPISODIC_1">
		<data slot="HEAVY" firetype="PROJECTILE" damagetype="EXPLOSIVE" group="GRENADE" targetrange="30.0" weaponrange="32" clipsize="4" ammomax="12" timebetweenshots="800">
			<damage networkplayermod="2.0" networkpedmod="1.0"/>
			<reload time="2066" fasttime="2066" crouchtime="2066"/>

			<aiming accuracy="1.0">
				<offset 				x="0.15" y="1.0" z="0.53"/>
				<crouchedoffset x="0.12" y="1.0" z="0.05"/>
				<reticule standing="1.0" ducked="1.0" scale="0.0"/>
				<ordnanceoffset pitch="0.1"/>
			</aiming>

			<pickup regentime="600000" ammoonstreet="3"/>

			<controller>
				<rumble duration="100" intensity="0.8"/>
			</controller>

			<flags>
				<flag>GUN</flag>
				<flag>HEAVY</flag>
				<flag>CAN_FREE_AIM</flag>
				<flag>ANIM_RELOAD</flag>
				<flag>ANIM_CROUCH_FIRE</flag>
				<!--<flag>CREATE_VISIBLE_ORDNANCE</flag>-->
				<flag>2HANDED</flag>
				<flag>HEAVY_WEAPON_USES_RIFLE_ANIMS</flag>
			</flags>

			<projectile>
				<typetocreate type="EPISODIC_5"/>
				<offset 	 x="0.55" y="0.0" z="0.08"/>
				<rotoffset x="0.0"	y="0.0" z="0.0"/>
			</projectile>
		</data>

		<assets model="w_e2_glauncher">
			<anim group="gun@shotgun"/>

			<!--	<effects> -->
				<!--	<muzzle fx="muz_grenade_launcher"/> -->
			<!--	</effects> -->
		</assets>
	</weapon>

	<!-- GRENADE for GRENADE LAUNCHER (not usable as a thrown weapon on its own) -->
	<weapon type="EPISODIC_5">
		<data slot="THROWN" firetype="PROJECTILE" damagetype="EXPLOSIVE" group="GRENADE" targetrange="1000.0" clipsize="1" stattype="EPISODIC_1">
			<damage networkplayermod="2.0" networkpedmod="1.0"/>

			<projectile type="IMPACT" fusetime="9999">
				<explosion type="EPISODIC_1"/>
				<physics force="33.0"/>
			</projectile>
		</data>

		<assets model="w_e2_grenade">
			<effects>
				<trail fx="weap_pipe_bomb_trail"/>
			</effects>
		</assets>
	</weapon>