mirror of
https://github.com/BC46/freelancer-hd-edition
synced 2024-08-30 18:32:47 +00:00
Increase time between contact list refreshes to 1.5 seconds
This commit is contained in:
parent
15c3755178
commit
be537ed72b
@ -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
|
||||
|
Binary file not shown.
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user