Create load menu / save menu

Hello all,

I’m just getting to grips with the engine and have managed to complete the tutorial - only broke things a little along the way.

I’ve now started to build a new game demo from scratch, and I’m trying to figure out how to get the game’s main menu to work the way I want to. I have several questions;

  1. Is there specific documentation that shows where to build new buttons for the main menu screen?
  2. How do I build menus for saving the game and loading the game, like the Demo Tutorial has? (for my current purposes I’m happy to copy and paste things from the tutorial until I’ve got a full idea of what I’m looking at).
  3. Which config file do I need to go into in order to customise these menus?

Thanks!

Load / Save / Continue are built in? They show up when there’s an autosave. Save game menu shows up in system menu inside the game but you can call it manually using save_prompt

In common.yaml you can change the names of the menu buttons when you start a game (example menu-buttons at the bottom)

Thanks - I think the issue was that I’d managed to screw up the entire common.yaml when trying to play around with it. Not entirely sure how I did it, but a fresh install fixed my issue and got the default save/load menus back after an autosave.

Thanks!