From 7d36c46011b40cff83fcb7764feeefae271c1296 Mon Sep 17 00:00:00 2001 From: "C.S. Melis" Date: Sun, 22 Oct 2023 23:46:44 +0200 Subject: [PATCH] Gamma ranges from 0.75 to 1.75, not 1.0 to 2.0 Resolves #162. --- EXE/Freelancer.exe | Bin 2220544 -> 2220544 bytes EXE/ReShadePreset.ini | 2 +- FLDOCS/BinaryEdits.txt | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/EXE/Freelancer.exe b/EXE/Freelancer.exe index 59226c09fe1c046a87fe2378c43657ed29ea347b..6d91c8fe9b815af6b852819824c1984df6d87623 100644 GIT binary patch delta 149 zcmWl|#|?up06Wf_?d^W&i|sc sFlo`|gAQGK^!a4KkP%}hOqnrf!IBkUtodfc4_kKZIdJ5(X)!zB3lWY)bpQYW delta 149 zcmWl|$q9o%06 2F. Allows Freelancer to use 4GB of virtual memory instead of 2GB #1. 000190: Hexadecimal 66 7B -> 20 3A. Allows Freelancer to use 4GB of virtual memory instead of 2GB #2. 01AD6F: Hexadecimal 80 00 -> 00 20. Fixes a bug that causes some textures to be shown in a low-quality state. +0244F7: Hexadecimal B8 89 5C -> F8 EB 5D. Gamma ranges from 0.75 to 1.75, not 1.0 to 2.0. 02477A: Hexadecimal CA 02 -> 00 00. Removes window borders when Freelancer is running in a window #1.* 02490D: Hexadecimal CA 02 -> 00 00. Removes window borders when Freelancer is running in a window #2.* 05685F: Hexadecimal 8A 50 2D -> EB 0C 90. Skip story cinematics (excluding space cutscenes) with the Esc key, like in the FL Beta.*