**Tutorial** Secret to engine colors
Open up engine_equip.ini
Find whatever engine part/your ships engine you want to modify.
You can change the flame color or "FLAME EFFECT" by
finding the line "flame_effect=" (Note most engine effects have "_fire" after the
effect reference if the effect doesn't it should work but some of the large
transport and capship engines don't.)
In the equals you can copy and insert the effect from any other engine.
(Note cruise engine color/trailcolor gives a different affect then the "FLAME EFFECT" You can mix two different effects to make a multicolor engine and cruise of your own preference.)
To change the cruise engine color/trailcolor
find the line "trail_effect=" and insert the trail affect of your choice (note this effects your Cruise Engine affect even though it says trail effect also all effects of this type must end with "_trail"
To change the engine trail itself find the line "trail_effect_player="
and insert the effect you want must end with "_trail" not "_flame" or nothing.
(Note also the "trail_effect_player=" must match the "trail_effect=" above it.)
an example of edited engine effects for my liberty cruiser
[Engine
nickname = cruiser_engine_01
ids_name = 263887
ids_info = 264887
volume = 400.000000
mass = 10
max_force = 300000
linear_drag = 3125
reverse_fraction = 0.100000
flame_effect=gf_br_largeengine02 <"these are the modified flame effects"
trail_effect=gf_br_atransport_engine01_trail <"modified cruise effect"
trail_effect_player=gf_br_atransport_engine01_trail < "cruise effect and engine trail effect not in all freelancer game"
cruise_charge_time = 5
cruise_power_usage = 20
rumble_sound = rumble_cruiser
rumble_atten_range = -5, 0
rumble_pitch_range = -25, 25
cruise_start_sound = engine_li_cruise_start
cruise_loop_sound = engine_li_cruise_loop
cruise_stop_sound = engine_li_cruise_stop
indestructible = false
outside_cone_attenuation = -3
inside_sound_cone = 90
outside_sound_cone = 270
I hope this info helps people creating mods or just making there game more customised
Pls answer on the forum if you have any problems or questons