diff --git a/CHANGELOG.md b/CHANGELOG.md index 056f1fc..ffac0a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,7 +61,7 @@ - Fixed black space backdrops in Kensington and Waterloo station bars - Applied general fixes to the space backgrounds in numerous bar scripts to ensure they represent an accurate view of the space the bases are in - Prevented the Valkyrie from landing on the same position as the Anubis in one of the Planet Toledo mission cutscenes -- Fixed a bug that caused player ships to not be able to collide with some asteroids +- Reverted a change regarding asteroid draw distances that caused player ships to not be able to collide with some asteroids - Decreased saturation and darkness for the ice white blue planet - Corrected Frankfurt's nebula color on the nav map - Ensure Juni will always say her last voice line in New York during mission 4 @@ -83,7 +83,7 @@ - Ensure the user sees some explanations about ReShade on first launch - Check "Inherit Color Profile" option in the default dgVoodoo config - Reduced time between weapon list refreshes to 0.1 seconds -- Increased time between contact list refreshes to 1 second +- Increased time between contact list refreshes to 1.5 seconds - Added a Tonemap shader which will be used when the fullscreen windowed option is enabled - Renamed "GMG Station Glorious" to "Mining Station Glorious" - Added an ambient sound to the lab on Planet Toledo diff --git a/EXE/Freelancer.exe b/EXE/Freelancer.exe index d6728b8..635f880 100644 Binary files a/EXE/Freelancer.exe and b/EXE/Freelancer.exe differ diff --git a/FLDOCS/BinaryEdits.txt b/FLDOCS/BinaryEdits.txt index 1baba1c..1312997 100644 --- a/FLDOCS/BinaryEdits.txt +++ b/FLDOCS/BinaryEdits.txt @@ -30,7 +30,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 -> 1. Reduces the time between contact list refreshes. +1D7964: Single (float32) 3 -> 1,5. 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. diff --git a/README.md b/README.md index 16d5516..7856f4d 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Join our Discord server to stay up to date with the latest news and information! - HD Starspheres - Maximized Draw Distances - Anti-Aliasing and Anisotropic Filtering support +- ReShade - HQ Music - Windows 10 & 11 compatibility fixes - Jason's Freelancer Patch