Skip to content

Commit

Permalink
Add new patches by BC46
Browse files Browse the repository at this point in the history
Probably my last patches for now. If you encounter any issues with them, please send me a message.
  • Loading branch information
BC46 committed Dec 20, 2023
1 parent c2d5903 commit 90ef5c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/fl-binaries/limit-breaking/hud.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,7 @@ A value like "0F 85 -> 90 E9" means replace the original bytes on the left with
| 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). |
| 88 46 1A 88 5E 1B -> 66 C7 46 1A 05 00 | common.dll | 0C782C | BC46 | Always use anti-aliased fonts (Part 2). |
| DF 6C -> EB 02 | freelancer.exe | 1745D9 | BC46 | Fixes a bug that causes the clickable area height of the main menu buttons to be incorrect on higher resolutions (Part 1). |
| D8 0D 54 25 -> D9 05 7C 20 | freelancer.exe | 1745E6 | BC46 | Fixes a bug that causes the clickable area height of the main menu buttons to be incorrect on higher resolutions (Part 2). |
| E8 A6 23 EA FF D8 86 7C 03 00 00 D8 15 DC 75 5C 00 D9 96 7C 03 00 00 DF E0 F6<br/>-><br/>60 8B 86 85 03 00 00 8D 9E 5E 03 00 00 50 53 E8 37 6C FD FF 83 C4 08 61 EB 63 | freelancer.exe | 18B2D5 | BC46 | Updates the mouse-hover blinking animation of the load-save menu buttons (after loading a game) such that the colors transition smoothly, like with all other menu-style buttons. |
| 0.089f | freelancer.exe | 085D5D | BC46 | Clickable area width of the load-save menu buttons (after loading a game). It's recommended to set this value to `0.13` so the property matches with all other menu-style buttons. |
3 changes: 2 additions & 1 deletion docs/fl-binaries/limit-breaking/miscellaneous.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ A value like "0F 85 -> 90 E9" means replace the original bytes on the left with
| 3D 39 44 39 63 39 7A 39 81 39 BA 39 D1 39 D8 39 12 3A 29 3A<br/>-><br/>3F 39 55 39 76 39 8F 39 96 39 BC 39 C0 39 C4 39 C8 39 CC 39 | server.dll | 0B2174 | adoxa | Save costume accessories (Part 3). |
| 00 -> 01 | ebueula.dll | 00217D | Laz | Don't show the EULA on first run (see note below). |
| 83 EC 08 -> 89 F0 C3 | ebueula.dll | 0019E0 | BC46 | Never show the EULA when launching the game by bypassing the registry key check. NOTE: this patch will only work after deleting the `EBUEula.dll` file in the root Freelancer folder, because the game will attempt to load this dll first. Alternatively, apply the patch directly to the root `EBUEula.dll` file. |
| 84 C0 75 12 -> 90 90 90 90 | Freelancer.exe | 1B16FC | Laz | Don't show the unknown graphics card warning. |
| 68 80 -> EB 0F | freelancer.exe | 1B2D72 | BC46 | Never load EBUEula.dll from the root Freelancer folder. |
| 84 C0 75 12 -> 90 90 90 90 | freelancer.exe | 1B16FC | Laz | Don't show the unknown graphics card warning. |
| Freelancer | common.dll | 142684 | Laz | Name of the folder inside AppData where FLSpew.txt is stored. |
| Freelancer | common.dll | 142684 | BC46 | Name of the folder inside My Games in which the save files and user preferences are stored.<br/> NOTE: Same offset as above! |
| My Games | common.dll | 142690 | BC46 | Name of the folder inside Documents in which the folder from offset 142684 (see above) is stored. |
Expand Down

0 comments on commit 90ef5c9

Please sign in to comment.