System Encounter Errors
-
I have fixed these errors except a few… What the hell is this?
This part is a check to see if all of your encounter’s faction percentages equal to 1.0. It is not a requirement that they add up to 1.0 but you may have problems with NPCs not appearing if they don’t add up.
****************************************************************************************** System ‘C:\Program Files\Freelancer Mod Manager\mods\….\DATA\UNIVERSE\SYSTEMS\LI02\Li02.ini’ Line 1193 : Encounter - area_trade_transport : Total 1.000 ****************************************************************************************** System ‘C:\Program Files\Freelancer Mod Manager\mods\….\DATA\UNIVERSE\SYSTEMS\LI04\Li04.ini’ Line 1764 : Encounter - area_trade_transport : Total 1.000 ****************************************************************************************** System ‘C:\Program Files\Freelancer Mod Manager\mods\…\DATA\UNIVERSE\SYSTEMS\RH01\Rh01.ini’ Line 2406 : Encounter - area_trade_trader : Total 1.000 ****************************************************************************************** System ‘C:\Program Files\Freelancer Mod Manager\mods\…\DATA\UNIVERSE\SYSTEMS\RH04\Rh04.ini’ Line 1074 : Encounter - area_trade_transport : Total 1.000
Found 4 encounters not equaling 1.0
1.000 doesnt equal with 1.0 ?!
Prog: FL_Error_Chkr 1_011
-
The last version of FLEC shouldn’t have that issue of 1.000 showing up as wrong. The previous versions did have that problem and it was due to a floating point rounding error so I changed it to make it a string then check the value. I ran into the same issue with my game engine (money amounts) so I switched to a 64 bit integer system.
-
LancerSolurus wrote:
The last version of FLEC shouldn’t have that issue of 1.000 showing up as wrong. The previous versions did have that problem and it was due to a floating point rounding error so I changed it to make it a string then check the value. I ran into the same issue with my game engine (money amounts) so I switched to a 64 bit integer system.What version of error checker is the latest?
-
1.012 full version
http://digitalbrilliance.org/LS/FL_Error_CheckerV1_012.zip1.013a updated exe, simply put in the root 1.012 folder
http://digitalbrilliance.org/LS/FL_Error_Chkr_1013a.exe