From 63c8117de6dc6eec9980783c01b78643886ac282 Mon Sep 17 00:00:00 2001 From: "C.S. Melis" Date: Sat, 28 Oct 2023 00:02:13 +0200 Subject: [PATCH] Split up Restart.fl regenerate on launch patch into two parts --- docs/fl-binaries/limit-breaking/miscellaneous.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/fl-binaries/limit-breaking/miscellaneous.md b/docs/fl-binaries/limit-breaking/miscellaneous.md index 72f1c5e..c252891 100644 --- a/docs/fl-binaries/limit-breaking/miscellaneous.md +++ b/docs/fl-binaries/limit-breaking/miscellaneous.md @@ -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
->
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
->
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 <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 <legal notice goes here> placeholder text from getting filled with the Microsoft legal notice in the Server Configuration window. | \ No newline at end of file