
Re: How do glows work exactly?
Glows are a separate image file that don't necessarily follow the palette. The code for them usually looks like this:
Code:
AddEffect = MOPixel
PresetName = Impulse Grenade Particle Large
Mass = 120
AirResistance = 0.01
GlobalAccScalar = 0
LifeTime = 800
RestThreshold = 500
HitsMOs = 0
GetsHitByMOs = 0
Color = Color
R = 255
G = 0
B = 255
Atom = Atom
Material = Material
CopyOf = Bullet Metal
TrailColor = Color
R = 255
G = 255
B = 255
TrailLength = 1
//////////////////////////////// GLOW CODE STARTS HERE //////////////////////////////////////
ScreenEffect = ContentFile
FilePath = Base.rte/Effects/Glows/YellowBig.bmp
EffectStartTime = 0
EffectStopTime = 700
EffectStartStrength = 1.0
EffectStopStrength = 0.0
EffectAlwaysShows = 1