dudeapocalypse Posted April 22, 2021 Share Posted April 22, 2021 (edited) So YUP changes 40mm ammo projectile from "None" to 40mmGrenadeProjectile, which overrides Frontier's grenade launchers custom projectiles (and of course their attached new explosions too) with vanilla ones. Apparently "None" allows variety, while any other projectile type just overrides every using this ammo weapon projectile with itself, despite the fact that weapon may have it's own custom projectile set.For example: let's say some mod adds a unique grenade rifle which uses 40mm grenades but is set to fire flame globs like Incinerator. If YUP is active, this weapon will just shoot basic vanilla 40mm grenade projectiles with ballistic explosions. Replacing 40mm ammo projectile through script works, but only with a concrete projectile name, like: SetAmmoProjectile Ammo40mmGrenade TFMB40mmGrenadeProjectileBut it's not a solution, because people may not want these Frontier overrides for the vanilla 40 mm grenade weapons. This command seems to be a better choice, because it should just return everything to vanilla settings: SetAmmoProjectile Ammo40mmGrenade ; (Sets the projectile to None)but it doesn't seem to have any effect in game, so my question is - is it maybe known to be bugged, or is it possibly me doing something wrong? Edited April 23, 2021 by dudeapocalypse Link to comment Share on other sites More sharing options...
Recommended Posts