Error in Mod Script
I created a script for the FLMM.
Now, every time I want to activate the mod, this error message is displayed in the log:
-------------------------------------------------
Error: FLMM has determined that 'engine_without_volume' won't properly activate.
Error: Unable to find dest 'volume = 400.000000'(...) in 'C:\Programme\Microsoft Games\Freelancer\DATA\EQUIPMENT\engine_equip.ini'
--------------------------------------------------
Now, my script looks like this:
--------------------------------------------------
<data file="DATA\EQUIPMENT\engine_equip.ini" method="sectionreplace">
<section>
[Engine
nickname = ge_kg_engine_01
</section>
<dest>
volume = 400.000000
</dest>
<source>
volume = 0
</source>
</data>
<data file="DATA\EQUIPMENT\engine_equip.ini" method="sectionreplace">
<section>
[Engine
nickname = ge_rg_engine_01
</section>
<dest>
volume = 400.000000
mass = 10
max_force = 360000
linear_drag = 3000
reverse_fraction = 0.100000
flame_effect = gf_rh_largeengine01
</dest>
<source>
volume = 0
mass = 10
max_force = 360000
linear_drag = 3000
reverse_fraction = 0.100000
flame_effect = gf_rh_largeengine01
trail_effect = gf_rh_smallengine02_trail
trail_effect_player = gf_rh_smallengine02_playtrail
</source>
</data>
-----------------------------------------------------------
I can't help. The entry is definitely there, i looked it up. Where's the problem?
Please help me, I have to get this mod finished quickly!
Now, every time I want to activate the mod, this error message is displayed in the log:
-------------------------------------------------
Error: FLMM has determined that 'engine_without_volume' won't properly activate.
Error: Unable to find dest 'volume = 400.000000'(...) in 'C:\Programme\Microsoft Games\Freelancer\DATA\EQUIPMENT\engine_equip.ini'
--------------------------------------------------
Now, my script looks like this:
--------------------------------------------------
<data file="DATA\EQUIPMENT\engine_equip.ini" method="sectionreplace">
<section>
[Engine
nickname = ge_kg_engine_01
</section>
<dest>
volume = 400.000000
</dest>
<source>
volume = 0
</source>
</data>
<data file="DATA\EQUIPMENT\engine_equip.ini" method="sectionreplace">
<section>
[Engine
nickname = ge_rg_engine_01
</section>
<dest>
volume = 400.000000
mass = 10
max_force = 360000
linear_drag = 3000
reverse_fraction = 0.100000
flame_effect = gf_rh_largeengine01
</dest>
<source>
volume = 0
mass = 10
max_force = 360000
linear_drag = 3000
reverse_fraction = 0.100000
flame_effect = gf_rh_largeengine01
trail_effect = gf_rh_smallengine02_trail
trail_effect_player = gf_rh_smallengine02_playtrail
</source>
</data>
-----------------------------------------------------------
I can't help. The entry is definitely there, i looked it up. Where's the problem?
Please help me, I have to get this mod finished quickly!