Hi I'm trying to build an alien plane and I want to change the fire that get out of the engine and also change the ammo color from the machine gun. How am I suppose to do that ?
Thank !
Hi I'm trying to build an alien plane and I want to change the fire that get out of the engine and also change the ammo color from the machine gun. How am I suppose to do that ?
Thank !
@hpgbproductions lol thx it worked for me on iOS XDD
@AstleyIndustries hay can you find a blue orange color code
@Dzeta8 yeah but i bought SP on app store
nope without modding is impossible and btw im also on mac@breitling
does anyone know how to do that without modding? i have a mac
@Dzeta8
Engine: not easy. Like I said earlier, the color you put in is mixed with another color, If you want green exhaust, I have some in here (you can save the nozzles as sub-assembly or copy the RGB code and paste it in another engine)
Gun: use a website or program with a RGB color picker. When you find a color you like, copy the hex code and paste it into the gun's code
Ok example I want my engine to make green fire and same for my gun what did I write ?@AstleyIndustries
@Dzeta8 remember to confirm your edits. If in Overload, press the tick at the bottom right of the interface to close the menu and save your changes. If using a file editor just save when you exit
When I write something in tracer Color or on the engine it don’t register and suppress the color i have put ? What did I do ?@AstleyIndustries
Engine:
Under the
Engine
section, change theoverrideExhaustColor
parameter. It uses the alpha-RGB format, but the color you put is not the actual resultant color, as it is mixed with another color first.Gun:
Under
Gun
, change thetracerColor
parameter. This uses a normal RGB format. The color of the projectiles will be directly changed if you edit thetracerColor
parameter.