Skip to content

Commit

Permalink
Apply various fixes to existing patches
Browse files Browse the repository at this point in the history
  • Loading branch information
BC46 committed Dec 20, 2023
1 parent 49d72dc commit c2d5903
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 20 deletions.
6 changes: 3 additions & 3 deletions docs/fl-binaries/limit-breaking/hud.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A value like "0F 85 -> 90 E9" means replace the original bytes on the left with

| Default Value | File | Offset | By | Description |
| -------------------- | -------------- | ------ | ------ | --------------------------------------------------------------------------------- |
| 20b | freelancer.exe | 0691D1 | M0tah | Maximum number of chat lines in chat history window (signed byte, so max of 127). |
| 32b | freelancer.exe | 0691D1 | M0tah | Maximum number of chat lines in chat history window (signed byte, so max of 127). |
| 10000i | freelancer.exe | 0691CA | M0tah | Time in milliseconds chat text is displayed before disappearing. |
| 20b | freelancer.exe | 0691CF | M0tah | Maximum number of chat lines displayed at once -1. |
| 8B 44 24 -> C2 10 00 | freelancer.exe | 1A6250 | M0tah | Prevent chat from being displayed (but not new/departing player messages). |
Expand All @@ -29,7 +29,7 @@ A value like "0F 85 -> 90 E9" means replace the original bytes on the left with
| 0.46f | freelancer.exe | 1CEEDC | M0tah | Width of chat input box. |
| -0.05f | freelancer.exe | 1CEF00 | BC46 | X-position of the chat history section in the Chat window. |
| 0.215f | freelancer.exe | 1CEF04 | BC46 | Y-position of the chat history section in the Chat window. |
| 50b | freelancer.exe | 06A440 | M0tah | Maximum number of characters in chat input box. |
| 80b | freelancer.exe | 06A440 | M0tah | Maximum number of characters in chat input box (signed byte, so max of 127). |
| BF1D1D | freelancer.exe | 05E01B | Viper | RGB color as Hex value of the messages "New Player" etc. |
| 0F 84 -> 90 E9 | freelancer.exe | 06AAF8 | Cannon | Disable new player messages. |
| 0F 84 -> 90 E9 | freelancer.exe | 06AF1E | Cannon | Disable departing player messages. |
Expand Down Expand Up @@ -225,7 +225,7 @@ A value like "0F 85 -> 90 E9" means replace the original bytes on the left with
| 80 3E -> 00 00 | freelancer.exe | 174707 | adoxa | Remove the "NEW GAME" and "LOAD GAME" buttons on the main menu. (Part 3). |
| 1271i | freelancer.exe | 16DDEC<br/>174890 | BC46 | String ID for the "VER. 1.0" text in the bottom-right of the main menu. Change this number to another string ID to make the element display different text. Both offsets must be changed! |
| 393286i | freelancer.exe | 0AB1C5 | BC46 | String ID for the final section of the in-game credits. Change this number to another string ID to make the element display different text. |
| 32i | freelancer.exe | 0B1375 | adoxa | Maximum value for the "TOTAL SOUND ELEMENTS" slider in the audio options menu. |
| 32b | freelancer.exe | 0B1375 | adoxa | Maximum value for the "TOTAL SOUND ELEMENTS" slider in the audio options menu. |
| 04 -> 00 | freelancer.exe | 015B85 | BC46 | Use anti-aliased fonts if the user has "Smooth edges of screen fonts" enabled in their Windows settings (Part 1). |
| 46 -> 5E | common.dll | 0C782D | BC46 | Use anti-aliased fonts if the user has "Smooth edges of screen fonts" enabled in their Windows settings (Part 2). |
| 04 -> 05 | freelancer.exe | 015B85 | BC46 | Always use anti-aliased fonts (Part 1). |
Expand Down
Loading

0 comments on commit c2d5903

Please sign in to comment.