Forums Index >> Modding >> power ups



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

Wednesday, July 27, 2005 at 12:23:41 PM

With bullets for light tank, you type lightprojectile.CODE = "#";

With powerups, change lightprojectile to

Splashprojectile

Bounceprojectile

Or speedyprojectile.

Thursday, July 28, 2005 at 12:56:34 AM

Power-up settings

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

Thursday, July 28, 2005 at 1:47:32 PM

Where would I put this?

Saturday, July 30, 2005 at 11:39:36 PM

MAX-CR what the name of the folder that I must Change it
and settings the Power-up

 

Monday, August 01, 2005 at 10:20:31 AM

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

Monday, August 01, 2005 at 12:14:41 PM

Page : <1> :

insert quote insert url insert email insert image bold italic underline superscript subscript horizontal rule : : Help on using forum codes

Add comment:

HTML is disabled within comments, but ZBB Code is enabled.

Back to the top

Web site designed, maintained and funded by -z- and Dan MacDonald