Skip to content

Commit

Permalink
Split up Restart.fl regenerate on launch patch into two parts
Browse files Browse the repository at this point in the history
  • Loading branch information
BC46 committed Oct 27, 2023
1 parent 2cc808e commit 63c8117
Showing 1 changed file with 2 additions and 1 deletion.
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 @@ -84,7 +84,8 @@ A value like "0F 85 -> 90 E9" means replace the original bytes on the left with
| 8A 50 2D -> EB 0C 90 | freelancer.exe | 05685F | BC46 | Skip story cinematics (excluding space cutscenes) with the Esc key, like in the FL Beta. |
| 74 -> EB | server.dll | 69003 | Laz | Regenerate restart.fl on every launch (Game will not load saves with this offset enabled). |
| 75 -> EB | server.dll | 69021 | BC46 | Regenerate Restart.fl on every launch while still being able to load saves. |
| 8B CD E8 3A FD FF FF 84 C0 74 25 84 DB C6 44 24 13 03 75 1C 8D 8C 24 54 01 00 00 51 8D 54 24 54 52 FF 15 48 4A D6 06 83 C4 08 85 C0 75<br/>-><br/>8D 8C 24 5C 01 00 00 51 8D 54 24 5C 52 EB 13 FF 11 83 C4 08 85 C0 74 11 8B CD E8 22 FD FF FF EB 0F 90 B9 48 4A D6 06 EB E6 83 C4 08 EB | server.dll | 6900F | BC46 | Regenerate Restart.fl on every launch (different approach to above). Also ensure Restart.fl only gets loaded after being regenerated. |
| 8B CD E8 3A FD FF FF 84 C0 74 25 84 DB C6 44 24 13 03 75 1C 8D 8C 24 54 01 00 00 51 8D 54 24 54 52 FF 15<br/>-><br/>8D 8C 24 5C 01 00 00 51 8D 54 24 5C 52 EB 13 FF 11 83 C4 08 85 C0 74 11 8B CD E8 22 FD FF FF EB 0F 90 B9 | server.dll | 6900F | BC46 | Regenerate Restart.fl on every launch. Also ensure Restart.fl only gets loaded after being regenerated. (Part 1). |
| 83 C4 08 85 C0 75 -> EB E6 83 C4 08 EB | server.dll | 69036 | BC46 | Regenerate Restart.fl on every launch. Also ensure Restart.fl only gets loaded after being regenerated. (Part 2). |
| 0A 48 10 -> 82 C9 11 | server.dll | 6B24D | 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 | 6AF9 | BC46 | String ID for the Microsoft legal notice, which fills the &lt;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 | 6AF4 | BC46 | Prevents the &lt;legal notice goes here&gt; placeholder text from getting filled with the Microsoft legal notice in the Server Configuration window. |

0 comments on commit 63c8117

Please sign in to comment.