JSearUK / Playthroughs

The aim is to create the system in such a way that it can be safely dropped into any other project
The Unlicense
0 stars 0 forks source link

Saving a slot insists on a save name before saving #24

Closed JSearUK closed 2 years ago

JSearUK commented 3 years ago

...which annoys me and probably many others. When I encounter this in a VN, I just wind up hitting ESC twice to get back to gameplay. To be fair, devs have very few options for implementing this - one of the reasons why I started writing this mod, in fact.

Instead, save a default filename (playthrough.name+" "+slot_num), which they can then rename to something more meaningful if they want to. This, of course, means working out the slot number...