Repulser shield bug?

Repulser shield bug?

Discuss your problems with the latest release of the engine here. Problems with games, maps or other utilities belong in their respective forums.

Moderator: Moderators

Post Reply
Hunter0000
Posts: 197
Joined: 04 Nov 2004, 00:33

Repulser shield bug?

Post by Hunter0000 »

I have been fooling around with the shields, especialy negitive repulsers, and have come across what seems to be a bug. I set a shield to attract, and set its intercept type to 7 (plasma,lasers, and missles correct?) but it attracts only plasma while it repluses the others...

Here is the weapon

Code: Select all

[SHIELD1]
{
ID=133;
name=Plasmashield;
IsShield=1;
ShieldRepulser=1;
SmartShield=0;
ExteriorShield=0;
VisibleShield=0;
VisibleShieldRepulse=0;
ShieldEnergyUse=0;
ShieldForce=-1.5;
ShieldRadius=500;
ShieldMaxSpeed=500;
ShieldPower=20000;
ShieldPowerRegen=500;
ShieldPowerRegenEnergy=1;
ShieldInterceptType=7;
ShieldGoodColor=0.95 1 0.75;
ShieldBadColor=0.7 0.55 0.45;
ShieldAlpha=0.35;
[DAMAGE]
{
default=0;
}
}
Post Reply

Return to “Help & Bugs”