Frictional Games Forum (read-only)

Full Version: How to disable startup logos and initial dialogues?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to disable any unnecessary logos and dialogues that pop up when I start the game?

Logos:
I guess the following lines will do the thing
/home/.../Amnesia/config/pre_menu.cfg
Code:
<PreMenu skin="gui_main_menu.skin">
    <Section Image="startup_fg_logo.jpg" Time="2" ShowFirstStartOnly="false"/>
    <Section Image="startup_ngp_logo.jpg" Time="2" ShowFirstStartOnly="false"/>
    <Section Image="startup_ooo_logo.jpg" Time="2" ShowFirstStartOnly="false"/>

I need help with disabling the following elements:
1. Profile selection.
2. Continue confirmation.
3. Confirmations for 'Exit' and 'Save and exit'.

For testing purposes - is there a way to jump straight to Amnesia with the last saved game loaded, by-passing both the launcher and the game menu? (I'm on Linux).