RPCS3 Forums

Full Version: Rpcs3 save and load state functions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Gerar

Hello
Is will be function saving and loading states in games for starting from saved point in rpcs3?
It's especially important for me for getting rare items in gold chests of Castlevania harmony of despairSmile))
Thanks
Save states are basically a memory dump. This can be done but will amount to save states being near to half a GB.

shoopdahoop22

(06-03-2017, 02:15 PM)Annie Wrote: [ -> ]Save states are basically a memory dump. This can be done but will amount to save states being near to half a GB.

Would it be possible to compress/decompress savestates on the fly?
Nothing is impossible but it's not worked on right now or even in the near future because it adds a bit of complexity overall. "First make it work, then make it work well" as you say...
I wish to propose an alternative to propose an alternative to compression, which might be irrelevant and more time consuming to code, as well as CPU consuming.
"
My suggestion is on a first run, first usage of a savestate feature, a warning saying that the "savestates take around 500 mb disk space. It is recommended to use no more than one or two if disk space is a concern." Most emulators anyway have a max of 10 save state slots available, which would take no more than 5-10gb disk space, which is really trivial for most modern computers.

This might have been obvious, but just wanted to point it out because sometimes when I code, I put off features because the implementation does not seem optimal or it seems to consume a relatively high amount of disk resources, but then I realize that for most users, that is a non-issue.