Youda008 / DoomRunner

Preset-oriented graphical launcher of various ported Doom engines (an alternative to ZDL)
GNU General Public License v3.0
230 stars 17 forks source link

Next step : load a savegame with the preset ? you can ? #15

Closed Caiuzx closed 2 years ago

Caiuzx commented 4 years ago

can you enter a window to see the savegame for that preset? and then load them?

Youda008 commented 4 years ago

That would be kind of difficult. Actually a lot difficult, as i would have to read and parse the .zds files and find out which ones were saved with the exact same mods.

DanilaSpevak commented 3 years ago

Just a quick idea - perhaps it would be enough to allow using different save folders for different presets?

For example, I've got a preset for Brutal Doom and a preset for Guncaster. In each case I can enable or disable different minor mods (GUI, retexture) whithin the same preset, and major PWADs can be updated over time as well, so parsing mod list from zds woudn't help. But if save files are separated by folders, I can make reasonable decision - whether I shoud update current preset of make a new one.

In that case, to see savegames for presets there are two options: a) simply show save files in a list, or b) just run the game, and in "load game" menu you'll see a list of saves for your preset.

I don't quite see what problem Caiuzx was trying to solve, but I think the second option would be enough as adding step 7 to "Files" page looks like too much.

Caiuzx commented 3 years ago

interesting - you could have doomrunner copy the files to a folder so that you have bat and mod in the same folder. as happens to another launcher;)

Youda008 commented 3 years ago

Just a quick idea - perhaps it would be enough to allow using different save folders for different presets?

You can already do that. Just go to "Initial Setup" and choose "Save to preset" at the bottom.

Youda008 commented 2 years ago

I will close this for now, because you can already achieve what you want by selecting this option assign-savegame-to-preset If this is not enough for you and you have a better idea, reopen the issue and write a comment.