Skip to content

Commit

Permalink
Add BC46's offset to disable CMs firing when Right Click is pressed
Browse files Browse the repository at this point in the history
  • Loading branch information
erikroe committed Feb 2, 2024
1 parent 804ef65 commit eb64ba3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/fl-binaries/limit-breaking/miscellaneous.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ A value like "0F 85 -> 90 E9" means replace the original bytes on the left with
| 1B -> 00 | freelancer.exe | 0B948E | adoxa | Need level to buy ships/equipment in MP (Part 3). |
| 90 90 90 90 90 90 90 90 -> 89 35 8C 33 67 00 EB 47 | freelancer.exe | 13E1F8 | adoxa | Need level to buy ships/equipment in MP (Part 4). |
| 09 -> BA | freelancer.exe | 13E23D | adoxa | Need level to buy ships/equipment in MP (Part 5). |
| 90 90 90 90 90 90 90 -> 39 F1 74 03 30 C0 C3 | freelancer.exe | 12D279 | BC46 | Prevent Countermeasures being fired by Right Click (Part 1). |
| 80 -> 79 | freelancer.exe | 1DD5A8 | BC46 | Prevent Countermeasures being fired by Right Click (Part 2). |
| 1D -> 00 | freelancer.exe | 11D281 | adoxa | Missiles continuously fire when holding button. |
| 0.02f | freelancer.exe | 11DB5C | w0dk4 | Screen shake when hull is hit. |
| 0.005f | freelancer.exe | 11DB89 | w0dk4 | Screen shake when shield is hit. |
Expand Down Expand Up @@ -90,4 +92,4 @@ A value like "0F 85 -> 90 E9" means replace the original bytes on the left with
| 0A 48 10 -> 82 C9 11 | server.dll | 06B24D | BC46 | When a wreck gets shot, do not test if it has already been looted during a previous session. This allows looted wrecks to be looted another time after loading a saved game. NOTE: This patch only works in Single Player! |
| 61485i | flserver.exe | 006AF9 | BC46 | String ID for the Microsoft legal notice, which fills the <legal notice goes here&t; placeholder in the Server Configuration window. Change this value to another string ID in `serverresources.dll` to display different text. |
| 8D 54 -> EB 3F | flserver.exe | 006AF4 | BC46 | Prevents the <legal notice goes here> placeholder text from getting filled with the Microsoft legal notice in the Server Configuration window. |
| FF -> 00 | dalib.dll | 004BF4 | BC46 | Prevents Freelancer from running in the background after exiting the game in some cases. This occurred because Freelancer would wait for an indefinitely running thread to finish. |
| FF -> 00 | dalib.dll | 004BF4 | BC46 | Prevents Freelancer from running in the background after exiting the game in some cases. This occurred because Freelancer would wait for an indefinitely running thread to finish. |

0 comments on commit eb64ba3

Please sign in to comment.