Author |
Message |
anzezaf
Joined: Sat Dec 26, 2009 4:10 pm Posts: 6
|
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.
|
Sat Feb 20, 2010 9:52 am |
|
|
Lizardheim
DRL Developer
Joined: Fri May 15, 2009 10:29 am Posts: 4107 Location: Russia
|
Re: Buy time delay
Nope, it's hardcoded.
|
Sat Feb 20, 2010 10:02 am |
|
|
anzezaf
Joined: Sat Dec 26, 2009 4:10 pm Posts: 6
|
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?
|
Sat Feb 20, 2010 3:48 pm |
|
|
whitty
Joined: Sat Jun 16, 2007 2:31 am Posts: 2982 Location: Texas
|
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.
|
Sat Feb 20, 2010 5:19 pm |
|
|
anzezaf
Joined: Sat Dec 26, 2009 4:10 pm Posts: 6
|
Re: Buy time delay
I changed both sets to the same value, so what could be the problem
|
Sat Feb 20, 2010 7:15 pm |
|
|
Duh102
happy carebear mom
Joined: Tue Mar 04, 2008 1:40 am Posts: 7096 Location: b8bbd5
|
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...
|
Sat Feb 20, 2010 7:23 pm |
|
|
CrazyMLC
Joined: Fri Dec 22, 2006 4:20 am Posts: 4772 Location: Good news everyone!
|
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.
|
Sat Feb 20, 2010 9:29 pm |
|
|
anzezaf
Joined: Sat Dec 26, 2009 4:10 pm Posts: 6
|
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?
|
Sun Feb 21, 2010 10:50 am |
|
|
CrazyMLC
Joined: Fri Dec 22, 2006 4:20 am Posts: 4772 Location: Good news everyone!
|
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.
|
Sun Feb 21, 2010 4:04 pm |
|
|
|