@mcal9909 Losing all of the drugs, money, and weapons when you die seems a little harsh. Could you please add an option to select which item would be lost?
@brunodrl94 About to download but I'll wait until the feedback becomes better. I think the OIV approach would be more stable overall. Can I install by 4.7 OIV first then add the Criminal Enterprises vehicles later manually?
@Trancenath91 Good to hear. FYI, possible conflicts should only be the weapon(...).meta and pickups.meta files (extract uninstallation.OIV to a seperate folder to see all of them)
Hi guys, been real busy with things in life lately. But as v1.61 drops, I've also updated the mod to include the 3 new weapons: Metal Detector (barely usable, but still), Service Carbine, Precision Rifle. It'll be available soon once approval is done.
@deceasedbrain Yes, but you'll have to follow InfamousSabre's tutorial (designing and etc.). But I'm afraid I can't help any further though
@Maxy2007@Kyldriis@daniago This happens only for new, un-updated weapons. Should be good with upcoming
0.6.alpha
@wargasmic You need to add the config into GTAV/Pickups/pickups.xml, changing the xml tags to your corresponding weapons. For example, here is Stun Gun:
<Pickup>
<DisplayName>Stun Gun</DisplayName> # Your choice
<WeaponAsset>WEAPON_STUNGUN</WeaponAsset> # Can be found in weapon(...).meta
<PickupAsset>PICKUP_WEAPON_STUNGUN</PickupAsset> # Can be found in pickups.meta
<WheelIcon>ICON_STUNGUN</WheelIcon> # Need to design one yourself, put inside GTAV/Pickups/Icon/
<AmmoDisplayName>N/A</AmmoDisplayName> # See Dev Note.xlsx for list of ammo
<PickupSFX>HUD_CUSTOM_PICK_UP_PISTOL_MASTER</PickupSFX>
<AmmoPickupSFX>HUD_CUSTOM_PICK_UP_BULLETS_MASTER</AmmoPickupSFX>
<Offset x="0.0" y="0.0" z="0.0"/>
<Rotation x="0.0" y="0.0" z="0.0"/>
<Group>7</Group> # See Dev Note.xlsx for list of weapon groups
</Pickup>
Then in the weapon(...).meta files, you would like to change the content inside the following tags:
- FireType: INSTANT_HIT to DELAYED_HIT
- AmmoInfo: See Dev Note.xlsx for list of available ammo
- Speed: to your choice (in unit m/s)
@Opit_RM You go to Pickups\pickups.xml, look for Stun Gun and change the <Group></Group> tag it to the melee (7). Should look like this:
<Pickup>
<DisplayName>Stun Gun</DisplayName>
<WeaponAsset>WEAPON_STUNGUN</WeaponAsset>
<PickupAsset>PICKUP_WEAPON_STUNGUN</PickupAsset>
<WheelIcon>ICON_STUNGUN</WheelIcon>
<AmmoDisplayName>N/A</AmmoDisplayName>
<PickupSFX>HUD_CUSTOM_PICK_UP_PISTOL_MASTER</PickupSFX>
<AmmoPickupSFX>HUD_CUSTOM_PICK_UP_BULLETS_MASTER</AmmoPickupSFX>
<Offset x="0.0" y="0.0" z="0.0"/>
<Rotation x="0.0" y="0.0" z="0.0"/>
<Group>7</Group> (just changed from 6 to 7)
</Pickup>
@VileMaverick I went the extra mile and took a look at the latest DTAR build (from Discord). Supposedly, only Marksman Rifle should've been affected and the rest should've worked fine. I also tried install DTAR (with all required files) but it caused crashes to desktop. Sadly but there's not much I could do.
@mcal9909 Losing all of the drugs, money, and weapons when you die seems a little harsh. Could you please add an option to select which item would be lost?
@brunodrl94 I did as I mentioned previously. Currently running alright.
@brunodrl94 About to download but I'll wait until the feedback becomes better. I think the OIV approach would be more stable overall. Can I install by 4.7 OIV first then add the Criminal Enterprises vehicles later manually?
@Trancenath91 Good to hear. FYI, possible conflicts should only be the weapon(...).meta and pickups.meta files (extract uninstallation.OIV to a seperate folder to see all of them)
@enoyan I know, it's only a suggestion ^_^
Can you add iFruitAddon support? I installed too many mods and ran out of keys to assign to :) Thanks
@Trancenath91 That's weird. It works normally on my side. Have you installed InfamousSabre's Pickups beforehand?
Hi guys, been real busy with things in life lately. But as v1.61 drops, I've also updated the mod to include the 3 new weapons: Metal Detector (barely usable, but still), Service Carbine, Precision Rifle. It'll be available soon once approval is done.
@deceasedbrain Yes, but you'll have to follow InfamousSabre's tutorial (designing and etc.). But I'm afraid I can't help any further though
@Maxy2007 @Kyldriis @daniago This happens only for new, un-updated weapons. Should be good with upcoming
0.6.alpha
@wargasmic You need to add the config into GTAV/Pickups/pickups.xml, changing the xml tags to your corresponding weapons. For example, here is Stun Gun:
<Pickup>
<DisplayName>Stun Gun</DisplayName> # Your choice
<WeaponAsset>WEAPON_STUNGUN</WeaponAsset> # Can be found in weapon(...).meta
<PickupAsset>PICKUP_WEAPON_STUNGUN</PickupAsset> # Can be found in pickups.meta
<WheelIcon>ICON_STUNGUN</WheelIcon> # Need to design one yourself, put inside GTAV/Pickups/Icon/
<AmmoDisplayName>N/A</AmmoDisplayName> # See Dev Note.xlsx for list of ammo
<PickupSFX>HUD_CUSTOM_PICK_UP_PISTOL_MASTER</PickupSFX>
<AmmoPickupSFX>HUD_CUSTOM_PICK_UP_BULLETS_MASTER</AmmoPickupSFX>
<Offset x="0.0" y="0.0" z="0.0"/>
<Rotation x="0.0" y="0.0" z="0.0"/>
<Group>7</Group> # See Dev Note.xlsx for list of weapon groups
</Pickup>
Then in the weapon(...).meta files, you would like to change the content inside the following tags:
- FireType: INSTANT_HIT to DELAYED_HIT
- AmmoInfo: See Dev Note.xlsx for list of available ammo
- Speed: to your choice (in unit m/s)
@Opit_RM You go to Pickups\pickups.xml, look for Stun Gun and change the <Group></Group> tag it to the melee (7). Should look like this:
<Pickup>
<DisplayName>Stun Gun</DisplayName>
<WeaponAsset>WEAPON_STUNGUN</WeaponAsset>
<PickupAsset>PICKUP_WEAPON_STUNGUN</PickupAsset>
<WheelIcon>ICON_STUNGUN</WheelIcon>
<AmmoDisplayName>N/A</AmmoDisplayName>
<PickupSFX>HUD_CUSTOM_PICK_UP_PISTOL_MASTER</PickupSFX>
<AmmoPickupSFX>HUD_CUSTOM_PICK_UP_BULLETS_MASTER</AmmoPickupSFX>
<Offset x="0.0" y="0.0" z="0.0"/>
<Rotation x="0.0" y="0.0" z="0.0"/>
<Group>7</Group> (just changed from 6 to 7)
</Pickup>
@VileMaverick I went the extra mile and took a look at the latest DTAR build (from Discord). Supposedly, only Marksman Rifle should've been affected and the rest should've worked fine. I also tried install DTAR (with all required files) but it caused crashes to desktop. Sadly but there's not much I could do.