Data Realms Fan Forums
http://45.55.195.193/

I'm having a small glow problem
http://45.55.195.193/viewtopic.php?f=1&t=14449
Page 1 of 1

Author:  war_man333 [ Tue Apr 28, 2009 8:48 pm ]
Post subject:  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?

Author:  Mind [ Tue Apr 28, 2009 11:39 pm ]
Post subject:  Re: I'm having a small glow problem

May be because it has no start or stop time.......and you might need to make start 0 and stop 999999999 with startstrength 1 and endstrength 1

Page 1 of 1 All times are UTC [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/