Opened 8 days ago
Last modified 31 hours ago
#14331 new defect
TETRAEDGE: In-game tutorial not accessible
Reported by: | Thunderforge | Owned by: | |
---|---|---|---|
Priority: | high | Component: | Engine: Tetraedge |
Version: | Keywords: | ||
Cc: | Game: | Syberia 1 |
Description
There is no way to access the in-game tutorial.
Expected Behavior
As stated when you start a new game:
You can review the help tutorial at any time in the options menu
This refers to the "Options" choice on the main menu.
Actual Behavior
On the main menu, clicking the Options menu brings up a ScummVM options menu, which does not provide access to any tutorial.
Versions Tested
- ScummVM 2.8.0 Daily 2023-03-14
- Syberia 1.0.2 macOS (GOG release)
Attachments (1)
Change History (3)
comment:1 by , 8 days ago
by , 8 days ago
Attachment: | iOS Options Menu.png added |
---|
comment:2 by , 31 hours ago
The original options menu is intended for controlling volume. As indicated in Discord discussion, the way to have in-game volume controls synchronize with ScummVM volume controls is as follows:
- Setting volume in
ConfMan
when the game changes the volume (e.g. using in-game options) - Implementing
Engine::syncSoundSettings()
to pick up changes done from the ScummVM side (e.g. accessing the options dialog from the GMM)
Note:
See TracTickets
for help on using tickets.
The Options menu also includes the Credits, but since those are not required to play and are not directly referenced by the game text, access to that is less important than the tutorial.