Vinifera icon indicating copy to clipboard operation
Vinifera copied to clipboard

Implements the ability to perform a quick save and quick load in single-player.

Open CCHyper opened this issue 2 years ago • 4 comments

Closes #358

This pull request implements the ability to perform a quick save and quick load in single-player (campaign and skirmish). These actions are performed by using the following new key keyboard commands;

Quick Save Perform a quick save. Default to Ctrl+N

Quick Load Load the most recent quick save (if one exists). Default to Ctrl+M

Each quick save is saved with the following description format: [Quick Save <slot number>: <mission description >]. There is a maximum of 32 available slots.

CCHyper avatar Dec 22 '22 09:12 CCHyper