Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Gai2029

5
Posts
A member registered Apr 12, 2020

Recent community posts

Yes, I also tried it with a simple tar command and it also works, I suppose it shouldn't be too hard to add basic save import/export support to your apps if you ever decide to, however that would have the side effect of allowing people to exchange save files, that may be undesirable if you release paid features.

If you decide to add this you'll probably need to use a tar library (I say tar because it backs up file permissions by default, though you may not have this issue since your app will be doing the copying).

Anyway if you want me to give you the steps to do this just say so.

(16 edits)

I suppose I can deduce  why this is happening as I can restore my save under some circumstances.

The saves are located in: /data/data/indivi.indivigames.lustdollplus

Root is necessary to access them obviously and they can be restored but only on the exact same device. Thing is I flashed a different ROM so even after restoring them they are not accepted as it's considered a different device(in a way of course), I believe performing a hard reset may also cause the saves to be unusable so even if their data is restored the app will ignore them completely.

I believe this may be happening because your game engine may be using some sort unique device identifier when saving the data(possibly as a security feature?). Or perhaps it has to do with file timestamps.

Edit: managed to restore it and narrow down the exact files needed, was a bit complicated but here's how it went:

The old data files were located at: /data/data/indivi.indivigames.lustdollplus/app_webview/Default/Local Storage

However the new files were located at: /data/data/indivi.indivigames.lustdollplus/app_webview/Local Storage

Notice how there is no Default folder here, it goes to Local Storage immediately (no idea why), however that wasn't enough, I had to delete all other data files and folders except that one. Loaded the game, nothing, saved once, closed the game normally and from the recent apps list(important), restarted it and the old data was restored instead of what I just saved :p

The File LOCK may also have to be deleted for this to work, as well as all 0 byte files.

I also confirm this method worked for Elf Jail too, still have to save once properly(elf jail however may have a save bug where saving immediately as Cumslut because of Nellie may not save at all). I saved at the first slot but all slots were restored.

Since only your application has access to these folders I assume you can try copying it to the accessible for everyone(even non rooted users) folder /sdcard/Android/data/indivi.indivigames.lustdollplus/ and import/export the save data there, but if deleting the other files is mandatory for this to work by(clearing cache and data) than this folder will also die. I'll see if I can simplify this process and if it can be done without deleting things from data.

Edit2: Managed to reduce the process to the following:

1 clear lust doll data

2 launch it to allow it to create it's folders

3 close it (including from recent apps)

4 copy old Local Storage folder and paste it in the apps Local Storage folder (apparently was only able to do this with ZArchiver opening my TWRP backup, probably has to do with file and file owner permissions because copying the data elsewhere and using a file manager didn't work, had to overwrite directly to the apps data from the backup)

5 delete the zero byte file named "LOCK" 

Method2: apparently Titanium backs it up now, I assume it would have worked if it weren't for the Default folder sitting in between, however the LOCK file would still have to be deleted.

Not sure if all that info helps you in any way :p Tell me if you need my backup files or anything.

Why is it so hard to handle saves on Android? I literally tried copying my save with Titanium Backup, nothing, gave it a shot with Lucky patcher, still nothing, manually copied data from my TWRP backup straight to the app's folder (including cache), yeah no :p

Is this because of the game engine you are using? 

God I was playing this for months, knew about the percentages but never bothered calculating with the bottom left stats, always thought they were the next level with glitched numbers XD

Thank you!!

Can you tell me what are the max  normal stats you can have without using stat mod?

For example If I put erotic 14 it shows 14->15 but if I make it 15 it becomes 15->17. Body 18 becomes 18->14. I assume these aren't normal that's why I'm asking.