Page 1 of 1

Senran Kagura Peach Ball

Posted: 05 May 2021, 08:05
by Manfred282
please add "Senran Kagura Peach Ball"

Save Location:

<path-to-game>\savedata\<user-id>\

Note: same save location like in "Senran Kagura Peach Beach Splash", which is already in the database.

Thanks ...

Re: Senran Kagura Peach Ball

Posted: 17 May 2021, 11:27
by InsaneMatt
I'm afraid we'd need a way to dynamically detect the game's installation directory.
This is typically done via registry values the game's installer creates. If you can find this information, the submission can be added to the database.

Re: Senran Kagura Peach Ball

Posted: 17 May 2021, 14:01
by Manfred282
Hi,

how it works with "Senran Kagura Peach Beach Splash" then? Its basicly the same <path-to-game>\savadata ;)

Re: Senran Kagura Peach Ball

Posted: 17 May 2021, 14:36
by Manfred282
Here is the uninstall registry entry the game creates. "InstallLocation" is the path the game is installed, does it work with that info?

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Steam App 1074080]
"DisplayIcon"="C:\\Program Files (x86)\\Steam\\steam\\games\\1a065502f0fd55d1d644abf150da2e2335f5e273.ico"
"DisplayName"="SENRAN KAGURA Peach Ball"
"HelpLink"="https://help.steampowered.com/"
"InstallLocation"="D:\\Steampowered\\steamapps\\common\\Senran Kagura PeachBall"
"Publisher"="Tamsoft"
"UninstallString"="\"C:\\Program Files (x86)\\Steam\\steam.exe\" steam://uninstall/1074080"
"URLInfoAbout"="http://skpeachball.com/"
"NoRepair"=dword:00000001
"NoModify"=dword:00000001

---

Your SQLite entry for Peach Beach Splash is just "steamapps\common\Senran Kagura Peach Beach Splash\savedata" and it works.
Should just adding "steamapps\common\Senran Kagura PeachBall\savedata" for Peach Ball doesnt work too?

Both games uses the same "install folder\savedata" logic ;)

Re: Senran Kagura Peach Ball

Posted: 21 May 2021, 10:57
by InsaneMatt
Ah, sorry I misunderstood.
For that path, you can use the 'Steam' SpecialPath and append the 'steamapps\common\...' path. I'll make a note of this right now so it'll be implemented in the next Database Update.

Re: Senran Kagura Peach Ball

Posted: 21 May 2021, 12:30
by Manfred282
k, thanks