Adjust ranges for total sound elements slider

This commit is contained in:
C.S. Melis 2024-08-26 14:19:09 +02:00
parent e46f0ebbe5
commit e0250c8412
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -55,7 +55,8 @@ Freelancer.exe. Base: Default No-CD EXE.
0B948D: Hex 74 -> EB = Allows the purchase of ships below the required level.* 0B948D: Hex 74 -> EB = Allows the purchase of ships below the required level.*
0A8004: Hex 05 -> 1A = Shows the current worth in Multiplayer. 0A8004: Hex 05 -> 1A = Shows the current worth in Multiplayer.
0AB1C5: Int32 393286 -> 459752 = Changes the final section in the game credits to an extended section in controls.dll, which also contains the HDE credits. This patch essentially changes the string ID it refers to. 0AB1C5: Int32 393286 -> 459752 = Changes the final section in the game credits to an extended section in controls.dll, which also contains the HDE credits. This patch essentially changes the string ID it refers to.
0B1375: Int8 32 -> 100 = Increases the maximum value for the "TOTAL SOUND ELEMENTS" slider in the audio options menu. 0B1375: Int8 32 -> 120 = Increases the maximum value for the "TOTAL SOUND ELEMENTS" slider in the audio options menu.
0B1377: Int8 8 -> 32 = Increases the minimum value for the "TOTAL SOUND ELEMENTS" slider in the audio options menu.
0D094B: Hex 0F 85 2A 05 00 00 -> 74 04 FE C8 75 C4 = Includes player ships in the contact list's ship filter. 0D094B: Hex 0F 85 2A 05 00 00 -> 74 04 FE C8 75 C4 = Includes player ships in the contact list's ship filter.
0D2C94: Int32 99999 -> 999999 = Increases the distance at which "Far" is displayed rather than the actual distance for entries in the contact list. 0D2C94: Int32 99999 -> 999999 = Increases the distance at which "Far" is displayed rather than the actual distance for entries in the contact list.
0D5936: Hex 0F 85 -> 90 E9 = Removes the cruise speed display limit (300). 0D5936: Hex 0F 85 -> 90 E9 = Removes the cruise speed display limit (300).