I'm having a small glow problem
Alright, so I want to add a glow on my weapon.
Just a small glow that's there all the time.
Here's my attachment with the glow.
Code:
AddEffect = Attachable
InstanceName = Red Glow
Mass = 0.0001
HitsMOs = 0
GetsHitByMOs = 0
SpriteFile = ContentFile
FilePath = Base.rte/Null.bmp
SpriteAnimMode = 0
FrameCount = 1
SpriteOffset = Vector
X = -1
Y = -1
AtomGroup = AtomGroup
AutoGenerate = 1
Material = Material
CopyOf = Air
Resolution = 2
Depth = 100
DeepGroup = AtomGroup
AutoGenerate = 1
Material = Material
CopyOf = Air
Resolution = 3
Depth = 100
DeepCheck = 0
JointStrength = 10000
JointStiffness = 1
ScreenEffect = ContentFile
FilePath = Base.rte/Effects/Glows/BlueSmall.bmp
DrawAfterParent = 1
I know it's saying BlueSmall and it's actually a 'Red Glow', but I thought that maybe RedTiny was so small you couldn't see it.
That wasn't the case.
Here's my weapon
Code:
Weapon yadda yadda
AddAttachable = Attachable
CopyOf = Red Glow
ParentOffset = Vector
X = -50 [ -50 just to test if I could see it if it was placed outside where the weapon was drawn]
Y = 2
Weapon yadda yadda
What's wrong with it? Why isn't my glow showing up?