[WEAPON] Paintball Gun
-
So there's this mod https://www.gta5-mods.com/weapons/paintball-gun but it doesn't work like a paintball gun. Can someone edit the files to do that or tell me how? I want to make it non-lethal and make it shoot snowballs instead of bullets. If i change the snowball color to say blue or green and scale it down it will look like a paintball and the splat from the snowball is close enough, it would be cool to add the effect the paintcan makes when you shoot it in game (A blue splash of paint) if we can combine all those things and silence the gun it would be a really fun mod
-
@westcoastsosa I could take a look tomorrow after school if you'd like.
-
@TheLoneWolf293 that'd be awesome
-
@westcoastsosa Ok, I made it nonlethal as of rn, trying to figure out the snowball issue.
-
@TheLoneWolf293 under weapons.meta you could change the ammo section to say snowball id try that first.
<AmmoInfo ref="AMMO_PISTOL" /> change to
<AmmoInfo ref="AMMO_SNOWBALL" /> or this would work
<AmmoInfo ref="AMMO_BALL" />
<DamageType>BULLET</DamageType> change to
<DamageType>SNOWBALL</DamageType>this works
<DamageType>NONE</DamageType>not sure if damagetype snowball is correct since i dont know which meta file the snowball info is in.
-
@Willief23 sweet, yeah ill figure it out tomorrow. off to bed
-
@Willief23 So I tried what you said, I found out that it was called ammo_snowball from the christmas 2 dlc. I had some issues though. The gun wouldn't fire it anything, like it had no ammo accept it was doing a shooting motion. Then I changed something like ammo type from bullets to projectiles, since thats what the snowball is under, and it crashed my game, so now I'm a bit lost.
-
@TheLoneWolf293 try this
<Audio>AUDIO_ITEM_SNOWBALL</Audio>
<DamageType>NONE</DamageType>
<FireType>PROJECTILE</FireType>
<AmmoInfo ref="AMMO_SNOWBALL" />
<AimingInfo ref="PISTOL_2H_BASE_STRAFE" />
<Fx>
<EffectGroup>WEAPON_EFFECT_GROUP_PUNCH_KICK</EffectGroup>
<FlashFx />
<FlashFxAlt />
<MuzzleSmokeFx />
<MuzzleSmokeFxMinLevel value="0.000000" />
<MuzzleSmokeFxIncPerShot value="0.000000" />
<MuzzleSmokeFxDecPerSec value="0.000000" />
<ShellFx />
<TracerFx />
-
@Willief23 said in [WEAPON] Paintball Gun:
Did that, it keeps crashing and I'm doing everything right... ill keep trying other stuff.
-
@TheLoneWolf293 if it crashes the only other thing i can think of is to go under weaponsanimations.meta and change the paintball gun animations to all the ones from the snowball from dlc mpchristmas2
-
@Willief23 wouldn't that make it a throwing animation tho? @TheLoneWolf293 i know in menyoo theres an option to shoot snowballs, maybe if you figure out how they did it?
-
@westcoastsosa Yeah you are right, it would just throw snowballs. As for menyoo, I've only used it once, and I hated it. I could take a look at it tomorrow though.
-
@TheLoneWolf293 i actually dont like it either because it still throws it with an arc to it
-
@TheLoneWolf293 Did you ever get anywhere with this?
-
Shitt Woulddd Bee Litt
-
@westcoastsosa No, the times I messed with it, it crashed my game. Srry
-
@TheLoneWolf293 No worries, thanks for trying tho
-
@westcoastsosa maybe I can.