Instead of modifying the complex UI layout to add a "Delete" button, we can implement a simple and elegant hotkey shortcut to delete unwanted saves directly from the Save/Load screen.
Suggested Implementation:
Trigger: Holding Shift and clicking Right Mouse Button (RMB) on any populated save slot.Action: Pop up a simple standard confirmation box: "Delete this save game? Yes/No".Result: If "Yes", the game deletes the corresponding SaveGameXX.sav file from the disk and immediately empties that slot in the current menu list.
Instead of modifying the complex UI layout to add a "Delete" button, we can implement a simple and elegant hotkey shortcut to delete unwanted saves directly from the Save/Load screen.
Suggested Implementation:
Trigger: Holding Shift and clicking Right Mouse Button (RMB) on any populated save slot.Action: Pop up a simple standard confirmation box: "Delete this save game? Yes/No".Result: If "Yes", the game deletes the corresponding SaveGameXX.sav file from the disk and immediately empties that slot in the current menu list.