Ok, I know that this question is repetitive, but ...
About change of projectile:
Example:
This works
ObjectTemplate.Active bar1918
ObjectTemplate.projectileTemplate M10Projectile
But it does not work for Flak38
ObjectTemplate.Active Flak38
ObjectTemplate.projectileTemplate M10Projectile
Why?
Change of projectile
- Apache Thunder
- Posts: 1213
- Joined: Mon Oct 19, 2009 2:48 am
- Location: Levelland Texas, USA
- Contact:
Re: Change of projectile
That doesn't work because the handweapons are also firearms that fire projectiles. You attempted to active the PCO instaed of it's firearm. Which is why for the flak, it didn't work. You need active the firearm and NOT the main PCO!
Try that. It should work then. Remember that handweapons are not PCOs. They are a different type of firearm used on soldier kits, thus modifing them directly works. But with PCOs, they always have separate bundles that handle the projectiles. 
Code: Select all
ObjectTemplate.active flak38_gun_fire
ObjectTemplate.projectileTemplate M10Projectile




I have cameras in your head!
Re: Change of projectile
Again thanks for the explanation.