Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.32 KB

File metadata and controls

34 lines (24 loc) · 1.32 KB

The Game Library and main window

Basic navigation

At the top of the program window you will find a menu bar. This bar will be present in all pages and provides shortcuts and navigation.

  • File

    • Exit --> Closes the program.
  • Navigation

    • Back --> Pages back through your page history.
  • Settings

    • Settings --> Opens the Settings page with trash managment.
    • Quick Clean --> A short-cut to perform a trash clean with default values. Will remove files older than 30 days and trim old files if the directory exceeds 2Gb.
  • Help

    • Get Help --> Opens the in-application help popup.
    • Help in Browser --> Opens the web-based user manual in your default browser.

Tips

  • The help popup is contextual! It will automatically show the help for the page you are on.

  • You can drag-and-drop text, directory paths, and file in all input forms!

  • Using the canel or back buttons will always discard all data.



Selecting a game

All availaible games are shown as tiles with their display name and icon (if provided).

  • To select a Game to mod simply click the title.
  • To Edit a Game, click the Edit button at the top of the Game tile you want to edit.
  • To add a new game, the first entry in the game list wil always be an "Add New Game" tile that when clicked will navigate to the AddGame page.