From 674ad822ad4425d98c7c4e04ea4f98332a002adf Mon Sep 17 00:00:00 2001 From: "C.S. Melis" Date: Mon, 30 May 2022 23:45:03 +0200 Subject: [PATCH] Increase time between contact list refreshes --- EXE/Freelancer.exe | Bin 2220544 -> 2220544 bytes FLDOCS/BinaryEdits.txt | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/EXE/Freelancer.exe b/EXE/Freelancer.exe index 7d9d9bec6b2a8801ec7ce3412be56a5b483d62dc..d6728b85dff56526ffcabf5e9c799f282734506b 100644 GIT binary patch delta 93 zcmWl|$qj=r002RmE8Kx3+z>)@m=^r=VA4oKi!Z0I^{u`n12pn8Id;%VXM8qVd kWaK<4D0%VbLq$zPOGnSZcucDj+DJ9oUwgKHr&POV delta 93 zcmWl|#|?up06O!~zV4dD2@?E!H~%8wVE;pMa1D5l>#k jB&1~I6qHodG`#un 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.