Mortarprojectile2
Posted: Thu Apr 11, 2013 3:20 am
Hello all! I was just looking at the mortar projectile and I was wondering what made it explode like it does. if you look at this, there are not even Endeffecttemplates or anything. what makes it explode like that?
Thanks!
EDIT: Also, How do I modify in game credits?
Thanks!

Code: Select all
rem *** MortarProjectile ***
ObjectTemplate.create Projectile mortarprojectile2
ObjectTemplate.createNotInGrid 1
rem *** tan made this ***
rem ObjectTemplate.loadSoundScript ../Vehicles/air/common/Sounds/Bomb.ssc
ObjectTemplate.loadSoundScript ../../Stationary_Weapons/common/Sounds/mortar.ssc
ObjectTemplate.geometry projectile_m1
ObjectTemplate.hasMobilePhysics 1
ObjectTemplate.hasCollisionPhysics 1
ObjectTemplate.hasResponsePhysics 1
ObjectTemplate.timeToLive CRD_NONE/15/0/0
ObjectTemplate.damageType 1
ObjectTemplate.material 706
ObjectTemplate.material2 705
ObjectTemplate.Radius 10
ObjectTemplate.hasCollisionEffect 1
ObjectTemplate.addTemplate e_PanzShootTrail