Sat Apr 17, 2004 9:52 pm by kaegogi
Never tried it myself but I think you could probably just copy the trail effect down to the player trail effect in engine_equip.ini in your equipment folder.
Example:
[Engine
nickname = ge_gf1_engine_01
ids_name = 263671
ids_info = 264671
volume = 0.000000
mass = 10
max_force = 48000
linear_drag = 599
power_usage = 0
reverse_fraction = 0.200000
flame_effect = gf_li_smallengine01_fire
trail_effect = gf_li_smallengine01_trail
trail_effect_player = gf_li_smallengine01_playtrail
The two lines in bold are what you would normally find just make them look like this:
[Engine
nickname = ge_gf1_engine_01
ids_name = 263671
ids_info = 264671
volume = 0.000000
mass = 10
max_force = 48000
linear_drag = 599
power_usage = 0
reverse_fraction = 0.200000
flame_effect = gf_li_smallengine01_fire
trail_effect = gf_li_smallengine01_trail
trail_effect_player = gf_li_smallengine01_trail
Note the change in bold. Let me know if it works for you.
Edited by - kaegogi on 4/17/2004 10:53:43 PM