diff --git a/EXE/Freelancer.exe b/EXE/Freelancer.exe index 7d9d9be..d6728b8 100644 Binary files a/EXE/Freelancer.exe and b/EXE/Freelancer.exe differ diff --git a/FLDOCS/BinaryEdits.txt b/FLDOCS/BinaryEdits.txt index 58b9163..72ef7c0 100644 --- a/FLDOCS/BinaryEdits.txt +++ b/FLDOCS/BinaryEdits.txt @@ -23,7 +23,7 @@ Freelancer.exe. Base: Default No-CD EXE 1B264C: Binary 83 FF 01 0F 94 C2 -> BA 01 00 00 00 90. Keeps Freelancer and its window running when Alt-Tabbed. This edit is applied by the installer. 1B2665: Binary 74 -> EB. Keeps Freelancer running when Alt-Tabbed. This edit is applied by the installer. 1C8910: Single (float32) 20000 -> 40000. Increases the poly flipping distance, which allows jumpholes to be seen from further away. -1D7964: Single (float32) 3 -> 0,5. Reduces the time between contact list refreshes. +1D7964: Single (float32) 3 -> 1. Reduces the time between contact list refreshes. 1D8484: Single (float32) 1 -> 0,1. Reduces the time between weapon list refreshes. 1D7E50: Double (float64) 0,8 -> 0,85. Increases the width of the gauge bars. 1E6DCC: AnsiChar / char8_t 'F' -> ''. Breaks the CreateMutex IpName, allowing multiple instances of Freelancer to run simultaneously.