Increase time between contact list refreshes

This commit is contained in:
C.S. Melis 2022-05-30 23:45:03 +02:00
parent 4f8f797f2c
commit 674ad822ad
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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.