diff --git a/EXE/Freelancer.exe b/EXE/Freelancer.exe index 635f880..2ee19d7 100644 Binary files a/EXE/Freelancer.exe and b/EXE/Freelancer.exe differ diff --git a/EXE/controls.dll b/EXE/controls.dll index e78ce50..096f463 100644 Binary files a/EXE/controls.dll and b/EXE/controls.dll differ diff --git a/EXE/freelancer.ini b/EXE/freelancer.ini index cec75c0..9a402ef 100644 --- a/EXE/freelancer.ini +++ b/EXE/freelancer.ini @@ -62,7 +62,7 @@ DLL = NameResources.dll ; Contains names of things, primarily. DLL = EquipResources.dll ;Contains names of equipment (in string table) and infocards for equipment (in HTML resources) DLL = OfferBribeResources.dll ; Contains random mission offers and bribes DLL = MiscTextInfo2.dll ;Contains MP UI elements as well as other misc. text -DLL = Controls.dll ;Contains the names of some additional controls in the options menu +DLL = Controls.dll ; Contains the names and descriptions of some additional controls in the options menu and the custom version number [Data] diff --git a/EXE/resources_tsr.dll b/EXE/resources_tsr.dll index d061d5f..fcd6ef8 100644 Binary files a/EXE/resources_tsr.dll and b/EXE/resources_tsr.dll differ diff --git a/FLDOCS/BinaryEdits.txt b/FLDOCS/BinaryEdits.txt index 1961fa5..571608b 100644 --- a/FLDOCS/BinaryEdits.txt +++ b/FLDOCS/BinaryEdits.txt @@ -25,6 +25,7 @@ Freelancer.exe. Base: Default No-CD EXE. 0D5984: Hexadecimal 7E -> EB. Removes the general speed display limit (999), which can be seen when using a trade lane. 158A14: Hexadecimal D9 1D 0C 0A 61 00 -> 90 90 90 90 90 90. Prevents intentional framerate drops to 25 from occuring. 166C2B: Hexadecimal 75 -> EB. Bypasses the ESRB notice when entering the Multiplayer menu. +174890: Int32 1271 -> 458775. Changes the "VER. 1.0" text to a custom version number in controls.dll. This patch essentially changes the string ID it referes to. 1ACF6A: Hexadecimal 51 8D 4C 24 20 51 8D 8C 24 C8 00 00 00 -> 40 74 63 48 51 8D 54 E4 20 52 83 E9 08. Prevents IPv6 adresses from being displayed in the server list. 1B16CC: Hexadecimal 01 -> 00. Forces Freelancer to run in windowed mode. This edit is applied by the installer. 1B264C: Hexadecimal 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.