View unanswered posts | View active topics It is currently Mon Dec 30, 2024 10:09 pm



Reply to topic  [ 12 posts ] 
 Halp with glows. 
Author Message
User avatar

Joined: Tue Jul 03, 2007 12:33 am
Posts: 1275
Location: Elsewhere.
Reply with quote
Post Halp with glows.
I wanna make a TDExplosive glow, how duz I do this?


Tue Jan 15, 2008 11:26 am
Profile
Banned
User avatar

Joined: Tue Feb 27, 2007 4:05 pm
Posts: 2527
Reply with quote
Post Re: Halp with glows.
viewtopic.php?p=152500#p152500

We have a nice fancy search function for a reason.


Tue Jan 15, 2008 3:18 pm
Profile YIM
User avatar

Joined: Tue Jul 03, 2007 12:33 am
Posts: 1275
Location: Elsewhere.
Reply with quote
Post Re: Halp with glows.
Ok, point taken, but that actually didn't help at all.


Tue Jan 15, 2008 3:29 pm
Profile
Banned
User avatar

Joined: Tue Feb 27, 2007 4:05 pm
Posts: 2527
Reply with quote
Post Re: Halp with glows.
How did that not help?

Put
Code:
      ScreenEffect = ContentFile
      FilePath = Base.rte/Effects/Glows/YellowBig.bmp
next to whatever you want to glow


Tue Jan 15, 2008 3:31 pm
Profile YIM
User avatar

Joined: Tue Jul 03, 2007 12:33 am
Posts: 1275
Location: Elsewhere.
Reply with quote
Post Re: Halp with glows.
Didn't help, how, pre tell, am I supposed to use that code?


Tue Jan 15, 2008 3:44 pm
Profile
User avatar

Joined: Fri Dec 29, 2006 7:42 pm
Posts: 1871
Location: UK
Reply with quote
Post Re: Halp with glows.
Put it next to whatever you want to glow.


Tue Jan 15, 2008 5:58 pm
Profile
User avatar

Joined: Sat Jun 16, 2007 2:31 am
Posts: 2982
Location: Texas
Reply with quote
Post Re: Halp with glows.
I AM THE GLOW GOD. SEND ME THE FILE/CODE AND I WILL WORK MY MAGIC.

Sorry for all caps, but i just had to.


Tue Jan 15, 2008 10:29 pm
Profile
User avatar

Joined: Sun Apr 15, 2007 5:56 am
Posts: 1191
Location: outside the shithole called the University in the Forest
Reply with quote
Post Re: Halp with glows.
whitty wrote:
I AM THE GLOW GOD. SEND ME THE FILE/CODE AND I WILL WORK MY MAGIC.

*shudders*
Please, have a soul. Stop the rape.
And @OP- poke around in base.rte, figure it out for yourself.


Tue Jan 15, 2008 10:33 pm
Profile
User avatar

Joined: Sat Jun 16, 2007 2:31 am
Posts: 2982
Location: Texas
Reply with quote
Post Re: Halp with glows.
Ok, here is an example of how to add glows.

Take the MOPixel code used for the blast:

Code:
AddEffect = MOPixel
   InstanceName = MinerJP1
   Mass = 1.25
   LifeTime = 100
   Sharpness = 0.3
   HitsMOs = 1
   GetsHitByMOs = 0
   Color = Color
      R = 5
      G = 75
      B = 255
   Atom = Atom
      Material = Material
         CopyOf = Air
      TrailColor = Color
         R = 5
         G = 75
         B = 255
      TrailLength = 5


Ok, so you found this code. Now, you want to add this code at the very bottom of the code for the MOPixel:

Code:
   ScreenEffect = ContentFile
      FilePath = Base.rte/Effects/Glows/YellowBig.bmp
   EffectStartTime = 25
   EffectStopTime = 100
   EffectStartStrength = 1.0
   EffectStopStrength = 0.5


So in the end, it should look like this:

Code:
AddEffect = MOPixel
   InstanceName = MinerJP1
   Mass = 1.25
   LifeTime = 100
   Sharpness = 0.3
   HitsMOs = 1
   GetsHitByMOs = 0
   Color = Color
      R = 5
      G = 75
      B = 255
   Atom = Atom
      Material = Material
         CopyOf = Air
      TrailColor = Color
         R = 5
         G = 75
         B = 255
      TrailLength = 5
   ScreenEffect = ContentFile
      FilePath = Base.rte/Effects/Glows/YellowBig.bmp
   EffectStartTime = 25
   EffectStopTime = 100
   EffectStartStrength = 1.0
   EffectStopStrength = 0.5


And, of course you can play around with the timing, strength, lifetime, and filepath for the glow.


Tue Jan 15, 2008 10:37 pm
Profile
User avatar

Joined: Tue Jul 03, 2007 12:33 am
Posts: 1275
Location: Elsewhere.
Reply with quote
Post Re: Halp with glows.
Ok whitty, here it is.
I want to make the TDExplosive glow.


Attachments:
Plasma gun.rte.rar [844.17 KiB]
Downloaded 163 times
Wed Jan 16, 2008 5:33 am
Profile
User avatar

Joined: Sat Jun 16, 2007 2:31 am
Posts: 2982
Location: Texas
Reply with quote
Post Re: Halp with glows.
ok, what color, how long, how bright?


Wed Jan 16, 2008 5:48 am
Profile
User avatar

Joined: Tue Jul 03, 2007 12:33 am
Posts: 1275
Location: Elsewhere.
Reply with quote
Post Re: Halp with glows.
Well, I effectively want a shining ball of white that floats through the air, so, for as long as the projectile lasts, white, and really bight.


Wed Jan 16, 2008 6:12 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 12 posts ] 

Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.039s | 16 Queries | GZIP : Off ]