DAZZLE'S UPGRADE PACK

If you haven't already done so, upgrade your game by downloading Dazzle's all-in-one upgrade pack. It comes with everything you need for today's servers. Does your blue bar freeze when joining servers? Do you lag in games? Do you get an annoying siren in Phobik's Servers? This is what you need. CLICK HERE TO DOWNLOAD.

Can powerups be controlled?

Modding questions, answers, help.....

Moderators: Warfare, Admin, Moderator

Post Reply
User avatar
Major
Veteran Heavy
Veteran Heavy
Posts: 250
Joined: Sun Jan 07, 2007 9:00 am
Location: Phoenix Arizona

Can powerups be controlled?

Post by Major »

Can you control powerups to the point of having just one kind? Can powerups be controlled at all? :?
Image
User avatar
Warfare
Moderator
Moderator
Posts: 741
Joined: Thu Dec 28, 2006 2:21 pm
Location: Austin, Texas

Post by Warfare »

yes you can, unfortunately before I can explain anything at all you must download the special.cs file...
Original files that bravetree released open source is availible for download in the modding resource

after you download that, post here and I will tell you what you need to know
User avatar
Major
Veteran Heavy
Veteran Heavy
Posts: 250
Joined: Sun Jan 07, 2007 9:00 am
Location: Phoenix Arizona

Post by Major »

Yes, I have the original special cs. file from PTT. :roll:
Image
User avatar
Warfare
Moderator
Moderator
Posts: 741
Joined: Thu Dec 28, 2006 2:21 pm
Location: Austin, Texas

Post by Warfare »

ok find this in your special.cs file

$NumPupTypes = 3;
$pupTypes[0] = "SpeedyProjectile";
$pupTypes[1] = "BounceProjectile";
$pupTypes[2] = "SplashProjectile";

$pupSnds[0] = "ActivateSpeedy";
$pupSnds[1] = "ActivateBounce";
$pupSnds[2] = "ActivateSplash";

this is used to determine the type of powerup when one is created... if you want just one, replace the above with this:

$NumPupTypes = 1;
$pupTypes[0] = "SpeedyProjectile";

$pupSnds[0] = "ActivateSpeedy";

now every weapon powerup in your server will be a speedy powerup, there will still be health powerups
User avatar
Major
Veteran Heavy
Veteran Heavy
Posts: 250
Joined: Sun Jan 07, 2007 9:00 am
Location: Phoenix Arizona

Post by Major »

Thank you. :)
Image
Post Reply