#14973 closed defect (worksforme)
Orion Burger: First start of game behavior
Reported by: | afreickmann | Owned by: | dreammaster |
---|---|---|---|
Priority: | low | Component: | Engine: M4 |
Version: | Keywords: | ||
Cc: | Game: | Orion Burger |
Description
If the game is started without any savegame present, the game directly starts with the intro and immediately jumps into the game. As soon a savegame exist, the game would react as it is currently does.
Cancelling the intro cutscene would also jump to the game menu instead of starting the game immediately.
Change History (2)
comment:1 by , 9 months ago
Owner: | set to |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is working as intended. In addition to checking for savegames, the engine also checks for a configuration flag "seen_intro" in the scummvm.ini, and once it's set the first time the intro is seen, it will automatically bypass the intro thereafter.