Data Realms Fan Forums
http://45.55.195.193/

Buy time delay
http://45.55.195.193/viewtopic.php?f=1&t=17893
Page 1 of 1

Author:  anzezaf [ Sat Feb 20, 2010 9:52 am ]
Post subject:  Buy time delay

Is there a way to minimize the time from buying the things and the rocket actually coming (it's 4 seconds)
I appologize if there was a thread about it, i looked 5 pages back and i didn't see it.

Author:  Lizardheim [ Sat Feb 20, 2010 10:02 am ]
Post subject:  Re: Buy time delay

Nope, it's hardcoded.

Author:  anzezaf [ Sat Feb 20, 2010 3:48 pm ]
Post subject:  Re: Buy time delay

Thanks!

Another question: It doesn't seem to work when i change the r,g,b values in base.rte/devices/rifles/laserrifle.ini
I set it to 255, 1, 1 (in order) and the ''laser'' is still white?

Author:  whitty [ Sat Feb 20, 2010 5:19 pm ]
Post subject:  Re: Buy time delay

If you only changed the first set, it only changed the color for the laser bullet. What you want to do is change both sets of values. The second set is for the bullet's trail.

Author:  anzezaf [ Sat Feb 20, 2010 7:15 pm ]
Post subject:  Re: Buy time delay

I changed both sets to the same value, so what could be the problem :???:

Author:  Duh102 [ Sat Feb 20, 2010 7:23 pm ]
Post subject:  Re: Buy time delay

So
Code:
AddEffect = MOPixel
   PresetName = Bullet Laser Rifle
   Mass = 0.001
   GlobalAccScalar = 0
   RestThreshold = -500
   LifeTime = 500
   Sharpness = 280
   HitsMOs = 1
   GetsHitByMOs = 0
   Color = Color
      R = 255
      G = 255
      B = 255
   Atom = Atom
      Material = Material
         CopyOf = Wet Concrete
      TrailColor = Color
         R = 255
         G = 255
         B = 255
      TrailLength = 10000000

Was changed to
Code:
AddEffect = MOPixel
   PresetName = Bullet Laser Rifle
   Mass = 0.001
   GlobalAccScalar = 0
   RestThreshold = -500
   LifeTime = 500
   Sharpness = 280
   HitsMOs = 1
   GetsHitByMOs = 0
   Color = Color
      R = 255
      G = 1
      B = 1
   Atom = Atom
      Material = Material
         CopyOf = Wet Concrete
      TrailColor = Color
         R = 255
         G = 1
         B = 1
      TrailLength = 10000000

?
That should have worked...

Author:  CrazyMLC [ Sat Feb 20, 2010 9:29 pm ]
Post subject:  Re: Buy time delay

If you change it without restarting cortex command it will not work.
If you don't save it, it wont work.
You can always play it safe and change the 1s to 0s, you might be having some sort of odd bug.

Author:  anzezaf [ Sun Feb 21, 2010 10:50 am ]
Post subject:  Re: Buy time delay

Code:
AddEffect = MOPixel
   PresetName = Bullet Laser Rifle
   Mass = 0.001
   GlobalAccScalar = 0
   RestThreshold = -500
   LifeTime = 500
   Sharpness = 280
   HitsMOs = 1
   GetsHitByMOs = 0
   Color = Color
      R = 255
      G = 1
      B = 1
   Atom = Atom
      Material = Material
         CopyOf = Wet Concrete
      TrailColor = Color
         R = 255
         G = 1
         B = 1
      TrailLength = 10000000


My configuration, i saved it and restarted cortex command (i know it doesnt work if u dont restart), and no luck again.
Which value should i change to 0 ?

EDIT: I now changed the values of G,B to 0 in both sets and the trail/line is still white?

Author:  CrazyMLC [ Sun Feb 21, 2010 4:04 pm ]
Post subject:  Re: Buy time delay

anzezaf wrote:
Code:
   Atom = Atom
      Material = Material
         CopyOf = Wet Concrete

Well theres your problem!

Wet concrete is white and always uses its own color. It won't change color.

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