mirror of
https://github.com/BC46/freelancer-hd-edition
synced 2024-08-30 18:32:47 +00:00
Add format and sound edits
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
This .txt file documents the manual HEX edits that have been made to several binary files in Freelancer: HD Edition.
|
||||
|
||||
Format:
|
||||
Filename. Base: Origin
|
||||
Offset: Data type Original value -> New value. Explanation.
|
||||
|
||||
Common.dll. Base: Default from the official 1.1 Freelancer patch
|
||||
0E698E: Binary 7C -> EB. Allows many planets to continue spinning.
|
||||
13F48C: Single (float32) 10000 -> 50000. Increases the maximum docking initiation distance
|
||||
@ -34,4 +38,10 @@ rendcomp.dll. Base: Default from Freelancer 1.0
|
||||
00C499: Binary 02 -> 00. Enables high-quality sphere rendering; prevents planets from looking like soccer balls at great distances.
|
||||
|
||||
rp8.dll. Base: Default from Freelancer 1.0
|
||||
004467: Binary 7D -> EB. Prevents the D3DERR_INVALIDCALL error spam from occuring in FLSpew.txt.
|
||||
004467: Binary 7D -> EB. Prevents the D3DERR_INVALIDCALL error spam from occuring in FLSpew.txt.
|
||||
|
||||
soundmanager.dll. Base: Default from Freelancer 1.0
|
||||
00A021: Binary 00 -> 80. Allows Freelancer's audio to continue playing while Alt-Tabbed #1. This edit is applied by the installer.
|
||||
|
||||
soundstreamer.dll. Base: Default from Freelancer 1.0
|
||||
0018A9: Binary 00 -> 80. Allows Freelancer's audio to continue playing while Alt-Tabbed #2. This edit is applied by the installer.
|
Reference in New Issue
Block a user