Forked and added support for Elden Ring.
Simple quicksave utility for Dark Souls games (PC), written in C#. Press hotkey to do a quicksave, leave to main menu if you want to reload and press hotkey to restore quicksave. This will NOT save a 1:1 game state but killed enemies, found items etc. are preserved.
- While there shouldn't be any issues like accidental savedata loss, you use this tool at your very own responsibility.
- No idea if this causes issues with the online component of the game, I never used nor cared for it.
- Try installing .NET Framework 4.6.1 if some features do not work for you, that's the target framework I used.
- Dark Souls: PTDE and Dark Souls III implementation have been tested by me somewhat throughly, Dark Souls: Remastered, Dark Souls II and SOTFS not however.
- Modifier hotkeys do not work properly for the time being, so be aware of that. Function keys work wonderfully for me and I haven't tested anything else really.
- If you compile yourself, place sound.wav into the executable directory.
- Deleting QuickSouls.ini should resolve any issues concerning the tool configuration.
- Verify Dark Souls: Remastered functionality.
- Verify Dark Souls II functionality.
- Verify Dark Souls II: SOTFS functionality.
Icon by shout4silence, included notification sound by opm. Hotkey selection class by Telrunya. Low level hook (so it works for fullscreen as well) by StormySpike.