do not see a save file there
I'm assuming you're looking for a 'sav' file or something like that - I'm pretty sure this version does NOT use that type of save.
All I know is by removing the 'Local Storage' folder from this path I lose all my saves.
These files end in 'localstorage' & according to Google search these are 'files are saved in an SQLite database format '.
I believe a while back I tried looking into this type of file and you'll find it
here. But if you can't be bothered looking at it I'll repeat the key info here:
----------------------------------------------------------------------------------------------
> Looked at
app_._0.localstorage with a Hexviewer (HxD in this case)
> Noticed entries like '
%.2.2.
M.o.r.g.a.C.u.m.M.o.u.t.h.%.2.2.%.3.A.3.%.2.C" which looks similar to the '
"MorganCumMouth": 0,' entry that you will see if you opened an old 'SAV' file
> I searched for '
F.r.y.S.I.N.C.r.e.d.i.t.s' (after converting to hex values - see note below) & found an entry that had '
F.r.y.S.I.N.C.r.e.d.i.t.s.%.2.2.%.3.A.6.6.2.6.%.2.C.'
Note: You can't search for text entry (I tried looking for 'F.r.y.' as Text-String & there was no entries found) but converting to Hex & putting 00 between each character ('Fry' = '46 00 72 00 79') and searching for 'Hex-values' & entries were found
The
6.6.2.6 happens to be how many Sincredits I currently have/had in-game, so I changed this to
9.9.9.9 Saved the file & loaded this in now have 9999 SinCredits
----------------------------------------------------------------------------------------------------