love plus + in game save problem
love plus + in game save problem
love plus + (J) in game save problem
it just above turn off power, and subtract the card
I need your help
it just above turn off power, and subtract the card
I need your help
Re: love plus + in game save problem
Could you upload a savestate (from /sdcard/Android/data/com.dsemu.drastic/files/savestates) around where the problem is? It'll be really hard for me to play through a Japanese game on my own.
Re: love plus + in game save problem
The original Love Plus (not +) has a english patch. And it don't saves ingame correctly either.
Maybe it's the same issue for both games? I can try to upload a save state for you if you want (after the intro, where you can save your game).
Maybe it's the same issue for both games? I can try to upload a save state for you if you want (after the intro, where you can save your game).
Re: love plus + in game save problem
Could you? Thanks. I'll check out the patch later.undz wrote:The original Love Plus (not +) has a english patch. And it don't saves ingame correctly either.
Maybe it's the same issue for both games? I can try to upload a save state for you if you want (after the intro, where you can save your game).
-
- Posts: 60
- Joined: Mon Aug 12, 2013 12:22 pm
Re: love plus + in game save problem
I have had random successes saving the original Love Plus; sometimes it saves fine, while other times by using the in-game save, it actually flashes all of my pre-existing game data. 
With Love Plus +, I am able to save now by changing the save type to flash in the game_database.xml file.

With Love Plus +, I am able to save now by changing the save type to flash in the game_database.xml file.
Code: Select all
<save name='save' size='0x40000' type='Flash' id='0x204012' />
Re: love plus + in game save problem
Updated the release one for Love Plus Plus, thanks. Have you tried any different save types for Love Plus? The one listed matches what I can find in other databases but you never really know for sure..zeroobligation wrote:I have had random successes saving the original Love Plus; sometimes it saves fine, while other times by using the in-game save, it actually flashes all of my pre-existing game data.
With Love Plus +, I am able to save now by changing the save type to flash in the game_database.xml file.Code: Select all
<save name='save' size='0x40000' type='Flash' id='0x204012' />
Re: love plus + in game save problem
Sure.Exophase wrote: Could you? Thanks. I'll check out the patch later.
https://dl.dropboxusercontent.com/u/123 ... ched_0.dss
-
- Posts: 60
- Joined: Mon Aug 12, 2013 12:22 pm
Re: love plus + in game save problem
Exophase, thanks for the suggestions!
I found that if I changed Love Plus' save from:
to:
then the game seems to save properly all the time now.
Thanks again. I am enjoying using playing games on this emu way more than my actual DS!
I found that if I changed Love Plus' save from:
Code: Select all
<save name='save' size='0x2000' type='EEPROM' />
Code: Select all
<save name='save' size='0x10000' type='EEPROM' />
Thanks again. I am enjoying using playing games on this emu way more than my actual DS!