Forums Index >> Modding >> power ups
Page : <1> :
With bullets for light tank, you type lightprojectile.CODE = "#";
With powerups, change lightprojectile to
Splashprojectile
Bounceprojectile
Or speedyprojectile.
Change them the same way as you would the default projectiles.
SpeedyProjectile.gravityscale = 0.3; <------ very little arc on projectile
Speedyprojectile.velocity = 190.0; <------ could be faster but this is pretty good
Speedyprojectile.inheritVelocity = 0.97; <------ if you are moving when you shoot the projectile will move in the same directions as you.
Speedyprojectile.count = 1000000; <------ a million shots is alot of ammo
Speedyprojectile.burstcount = 1000; <------ a thousands shot bursts per click is quite the spray.
SpeedyProjectile.burstdelay = 0; <------ no delay between bursts
SpeedyProjectile.reloadtime = 0; <------ no delay on reload
MAX
Last edited: Thursday, July 28, 2005 at 1:58:23 PM
Where would I put this?
MAX-CR what the name of the folder that I must Change it
and settings the Power-up
It's all about the mission file folks, it's all about the mission file.
I have know idea what information you are going on and that concerns me a little.
Both of you need look at the "Basics Section" of the Modding Resource before tryin g to mod this game. You will save yourself and everybody else alot of time.
MAX
Page : <1> :
I need to know how to get power ups to shoot fast and so that they are unlimited. I know how to do it with bullets but not power ups.
Last edited: Wednesday, July 27, 2005 at 12:24:04 PM