Increase time between contact list refreshes to 1.5 seconds

This commit is contained in:
C.S. Melis 2022-08-08 22:49:20 +02:00
parent 15c3755178
commit be537ed72b
4 changed files with 4 additions and 3 deletions

View File

@ -61,7 +61,7 @@
- Fixed black space backdrops in Kensington and Waterloo station bars - 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 - 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 - 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 - Decreased saturation and darkness for the ice white blue planet
- Corrected Frankfurt's nebula color on the nav map - Corrected Frankfurt's nebula color on the nav map
- Ensure Juni will always say her last voice line in New York during mission 4 - 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 - Ensure the user sees some explanations about ReShade on first launch
- Check "Inherit Color Profile" option in the default dgVoodoo config - Check "Inherit Color Profile" option in the default dgVoodoo config
- Reduced time between weapon list refreshes to 0.1 seconds - 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 - Added a Tonemap shader which will be used when the fullscreen windowed option is enabled
- Renamed "GMG Station Glorious" to "Mining Station Glorious" - Renamed "GMG Station Glorious" to "Mining Station Glorious"
- Added an ambient sound to the lab on Planet Toledo - Added an ambient sound to the lab on Planet Toledo

Binary file not shown.

View File

@ -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. 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. 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. 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. 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. 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. 1E6DCC: AnsiChar / char8_t 'F' -> ''. Breaks the CreateMutex IpName, allowing multiple instances of Freelancer to run simultaneously.

View File

@ -33,6 +33,7 @@ Join our Discord server to stay up to date with the latest news and information!
- HD Starspheres - HD Starspheres
- Maximized Draw Distances - Maximized Draw Distances
- Anti-Aliasing and Anisotropic Filtering support - Anti-Aliasing and Anisotropic Filtering support
- ReShade
- HQ Music - HQ Music
- Windows 10 & 11 compatibility fixes - Windows 10 & 11 compatibility fixes
- Jason's Freelancer Patch - Jason's Freelancer Patch