Author Topic: An arrow and spear projectile that lasts longer than the vanilla ones.  (Read 728 times)

Yes, I need a spear and arrow projectile just like the vanilla ones, although the lifetime of the arrows and spear projectiles is way longer than the normal game's ones. Please help me! Thanks in advance! Even telling me how to do this in the Spear.server in the addon is useful!

I think this is the relevant bit in Weapon_Bow.cs
Code: [Select]
datablock ProjectileData(arrowProjectile)
{
   [...]
   fadeDelay           = 4000;
   [...]
}

not just that, also lifetime

so if an arrow travels longer, it doesn't stick as long?
I've never actually tested that

Thank you and bump
It would be nice to have an addon like this, sorry if I ask for too much.