View unanswered posts | View active topics It is currently Thu Apr 25, 2024 7:41 am



Reply to topic  [ 9 posts ] 
 Buy time delay 
Author Message

Joined: Sat Dec 26, 2009 4:10 pm
Posts: 6
Reply with quote
Post 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
Profile
DRL Developer
DRL Developer

Joined: Fri May 15, 2009 10:29 am
Posts: 4107
Location: Russia
Reply with quote
Post Re: Buy time delay
Nope, it's hardcoded.


Sat Feb 20, 2010 10:02 am
Profile

Joined: Sat Dec 26, 2009 4:10 pm
Posts: 6
Reply with quote
Post 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
Profile
User avatar

Joined: Sat Jun 16, 2007 2:31 am
Posts: 2982
Location: Texas
Reply with quote
Post 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
Profile

Joined: Sat Dec 26, 2009 4:10 pm
Posts: 6
Reply with quote
Post 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
Profile
happy carebear mom
User avatar

Joined: Tue Mar 04, 2008 1:40 am
Posts: 7096
Location: b8bbd5
Reply with quote
Post 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
Profile
User avatar

Joined: Fri Dec 22, 2006 4:20 am
Posts: 4772
Location: Good news everyone!
Reply with quote
Post 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
Profile WWW

Joined: Sat Dec 26, 2009 4:10 pm
Posts: 6
Reply with quote
Post 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
Profile
User avatar

Joined: Fri Dec 22, 2006 4:20 am
Posts: 4772
Location: Good news everyone!
Reply with quote
Post 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
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 9 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:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.078s | 17 Queries | GZIP : Off ]