SuperMarioOdysseyOnline/include/game
Amethyst-szs 7fa8c659e1
new: custom boot screen before main menu
- Show "SMOO made by CraftyBoss" for about 5 seconds
- Then show "Freeze-Tag & Sardines made by Amethyst-szs" for about 5 seconds.
- This does only overlay the game starting normally and does not slow down the process additionally.

---

Changes compared to the original cherry-picked version:
- Put all into the speedboot namespace instead of only a few things.
- Don't load into the game, but stay in the main menu
  - (Because of issues with new save files)
- Added text: "Made by CraftyBoss"
- Added text: "& Sardines"
- Speed up transition animation between the two screens
  - (Because it is now shown for a shorter total time)

Instead of directly (speed)booting into the game like in the original cherry-picked commit, this stays in the main menu.
The original behavior can be restored by setting `speedbootAutoload` to `true` inside `BootHooks.cpp`.

This is to prevent issues with new empty save files.
They normally don't get to the main menu but to an extra menu that now is invisible behind the custom boot screen.
The game doesn't load automatically then but the player needs to blindly navigate the invisible menu to start the game.
Till Cap Kingdom is fully loaded only the custom boot screen is visible (e.g. during the first cutscene video).

(cherry picked from commit c1eac0852eb839560dbc2ccafe373176c9911684)

Co-authored-by: Robin C. Ladiges <rcl.git@blackpinguin.de>
2024-10-27 00:44:02 +02:00
..
Actors refac: abstracting game mode 2024-10-27 00:38:05 +02:00
Controller First Commit 2022-06-16 14:33:18 -07:00
GameData new: Freeze-Tag game mode 2024-10-27 00:44:02 +02:00
HakoniwaSequence executor table re-impl, shine sync changes, send/recv netcode refactored 2022-09-04 02:23:02 -07:00
Info refac: abstracting game mode 2024-10-27 00:38:05 +02:00
InformationMovie First Commit 2022-06-16 14:33:18 -07:00
Input First Commit 2022-06-16 14:33:18 -07:00
Interfaces new: Freeze-Tag game mode 2024-10-27 00:44:02 +02:00
Layouts new: Freeze-Tag game mode 2024-10-27 00:44:02 +02:00
Player new: Freeze-Tag game mode 2024-10-27 00:44:02 +02:00
SaveData impl saving after ip/port change, add sceneobj headers, rework puppet info system a bit 2022-07-05 12:45:22 -07:00
SceneObjs impl saving after ip/port change, add sceneobj headers, rework puppet info system a bit 2022-07-05 12:45:22 -07:00
Sequence change recieve logs, update headers, fix bound bowl crash 2022-08-10 14:11:52 -07:00
StageScene new: Freeze-Tag game mode 2024-10-27 00:44:02 +02:00
System Success and receive spelling 2022-10-29 18:21:58 -07:00
UI First Commit 2022-06-16 14:33:18 -07:00
WorldList new: custom boot screen before main menu 2024-10-27 00:44:02 +02:00
StaticInstances.h First Commit 2022-06-16 14:33:18 -07:00