Re: Making a gold particle
Is the color of gold always yellow? I tried making darker tracers, and it stayed yellow. I have confirmed my tracer is firing. I temporarily changed the color of the tracer to black, just to see if it works or not, and it isn't yet. Is there no way to make golf other colors, like orange?
This is my bullet code:
Code:
AddAmmo = Round
PresetName = Gold Drop Light
ParticleCount = 30
Particle = MOPixel
CopyOf = Gold Particle
Mass = 0.0283495
HitsMOs = 1
GetsHitByMOs = 0
Color = Color
R = 255
G = 247
B = 0
Atom = Atom
Material = Material
CopyOf = Gold
TrailColor = Color
R = 255
G = 247
B = 35
TrailLength = 3
Shell = None
FireVelocity = 15
ShellVelocity = 0
Separation = 8
AddAmmo = Round
PresetName = Gold Drop Dark
ParticleCount = 30
Particle = MOPixel
CopyOf = Gold Particle
Mass = 0.0283495
HitsMOs = 1
GetsHitByMOs = 0
Color = Color
R = 0//255
G = 0//220
B = 0
Atom = Atom
Material = Material
CopyOf = Gold
TrailColor = Color
R = 0//255
G = 0//220
B = 0//35
TrailLength = 3
Shell = None
FireVelocity = 15
ShellVelocity = 0
Separation = 8