I made this resume using RPG Maker MV. I used my JavScript skills to change a few things from the native behaviours:
- changing the number of save slots (from 20 to 1)
- auto-saving when the “End game” option is selected
- auto-loading when the “Continue” option is selected
- translating with MV Plugins
- creating a custom plugin to be able to:
- hide the “Continue” option
- hide the “Settings” option
- set parameters for managing the controls explanation text: right now, the game shows the controls when you start the game for the first time and switch on its own to mobile controls or keyboard/mouse controls
- set the total number of save slots
- handle auto-loading when the “Continue” option is selected
- handle auto-savingwhen the “End game” option is selected