Data Realms Fan Forums
http://45.55.195.193/

help. where do i find the muzzle flashes and how change glow
http://45.55.195.193/viewtopic.php?f=1&t=9581
Page 1 of 1

Author:  avery [ Sun Jan 06, 2008 10:42 pm ]
Post subject:  help. where do i find the muzzle flashes and how change glow

i cant find where the coding for the muzzle flashes are and i've searched everything. i also can not find where the coding is for the various glows around things. help?

Author:  Metal Chao [ Sun Jan 06, 2008 10:45 pm ]
Post subject:  Re: help. where do i find the muzzle flashes and how change glow

If you had searched everything then you would have found it.
Muzzle flashes, I think, are in effects. Probably under pyro.

Glows are hardcoded, unless you mean screeneffects.

Author:  Grif [ Sun Jan 06, 2008 10:47 pm ]
Post subject:  Re: help. where do i find the muzzle flashes and how change glow

C:\Program Files\Data Realms\Cortex Command\Base.rte\Effects\Glows
C:\Program Files\Data Realms\Cortex Command\Base.rte\Effects\Pyro\Pyro.ini

Muzzle Flash:
Code:
AddEffect = Attachable
   InstanceName = Muzzle Flash SMG
   Mass = 0.0001
   HitsMOs = 0
   GetsHitByMOs = 0
   SpriteFile = ContentFile
      FilePath = Base.rte/Effects/Pyro/MuzzleFlash01.bmp
   FrameCount = 4
   SpriteOffset = Vector
      X = -4
      Y = -6
   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/YellowSmall.bmp
   DrawAfterParent = 1


Glow:
Code:
   ScreenEffect = ContentFile
      FilePath = Base.rte/Effects/Glows/YellowBig.bmp
   EffectStartTime = 0
   EffectStopTime = 50
   EffectStartStrength = 1.0
   EffectStopStrength = 0
   EffectAlwaysShows = 1


For someone who searched "everything" you appear to have missed a rather obvious organization choice.

EDIT: In other news, next time, use the Ultimate Modding Tutorial

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