Comrade BLin

Newbie
Jun 18, 2020
79
143
My entire save files are gone after i overwritten the base with the new DLC version
I did have a copy of the Save folder but it just won't load the old files.
The FAQ mention something about changing the save file using Wolfsave but i have no idea how to use it.
 

BlueFireNick

Well-Known Member
Modder
Apr 14, 2019
1,048
2,884
My entire save files are gone after i overwritten the base with the new DLC version
I did have a copy of the Save folder but it just won't load the old files.
The FAQ mention something about changing the save file using Wolfsave but i have no idea how to use it.
If the title of the game internally is different from the save file's internal name, then it'll rename the save to 'anothergame' and won't load it. The main issue is that Kagura changed the internal name during translation, invalidating all JP saves. To fix this, you have to match the game's name to the save's name, which can be done using the wolfRPG Editor. I believe Imouto_prpr has a Kagura save version file uploaded here that'll let you use Kagura saves with the DLC.

*Note: you can always rename your files if any weren't backed-up to '.sav' to restore them. The engine simply renames them, not deletes them, thankfully.
 
  • Like
Reactions: LucLore

Imouto_prpr

Member
May 5, 2024
471
1,038
If the title of the game internally is different from the save file's internal name, then it'll rename the save to 'anothergame' and won't load it. The main issue is that Kagura changed the internal name during translation, invalidating all JP saves. To fix this, you have to match the game's name to the save's name, which can be done using the wolfRPG Editor. I believe Imouto_prpr has a Kagura save version file uploaded here that'll let you use Kagura saves with the DLC.

*Note: you can always rename your files if any weren't backed-up to '.sav' to restore them. The engine simply renames them, not deletes them, thankfully.
My compatibility patch might work with the Shades version? Honestly I'm not even 100% sure it works with my version, heh. I'll probably look into making a simple batch script to use WolfSave to convert between Kagura and JP version save files in the near future honestly.
 

Comrade BLin

Newbie
Jun 18, 2020
79
143
If the title of the game internally is different from the save file's internal name, then it'll rename the save to 'anothergame' and won't load it. The main issue is that Kagura changed the internal name during translation, invalidating all JP saves. To fix this, you have to match the game's name to the save's name, which can be done using the wolfRPG Editor. I believe Imouto_prpr has a Kagura save version file uploaded here that'll let you use Kagura saves with the DLC.

*Note: you can always rename your files if any weren't backed-up to '.sav' to restore them. The engine simply renames them, not deletes them, thankfully.
I...still don't get it.
What am i suppose to do with my old save files? I change the file's name to ...sav.anotherGame without using wolfRPG Editor and it won't work. And of course, i don't know how to use wolfRPG.
Also, "Imouto_prpr has a Kagura save version file uploaded" mean his Translation Revision, right?
 

Imouto_prpr

Member
May 5, 2024
471
1,038
I...still don't get it.
What am i suppose to do with my old save files? I change the file's name to ...sav.anotherGame without using wolfRPG Editor and it won't work. And of course, i don't know how to use wolfRPG.
Also, "Imouto_prpr has a Kagura save version file uploaded" mean his Translation Revision, right?
I currently have a save compatibility patch that should work for my version and may work with Shades's version that converts the game to use the Kagura save format instead. Alternatively, you could use and have it export your save, change the "var_#3" value (the game title) to "妹!せいかつ ~ファンタジー~", and convert it back into .sav format again. I think I'll look at creating a simple script to do this when I have some time and feel like looking up the syntax for .bat scripts.
 

LucLore

Newbie
Feb 3, 2023
40
40
If the title of the game internally is different from the save file's internal name, then it'll rename the save to 'anothergame' and won't load it. The main issue is that Kagura changed the internal name during translation, invalidating all JP saves. To fix this, you have to match the game's name to the save's name, which can be done using the wolfRPG Editor. I believe Imouto_prpr has a Kagura save version file uploaded here that'll let you use Kagura saves with the DLC.

*Note: you can always rename your files if any weren't backed-up to '.sav' to restore them. The engine simply renames them, not deletes them, thankfully.
Yep, I got the same problem when I tried to apply the money fix hotfix, I downloaded the wrong file, the save got changed to "anothergame"
I fixed it by downloading and applying the right version files, and renaming all of my save.
 

BlueFireNick

Well-Known Member
Modder
Apr 14, 2019
1,048
2,884
Yep, I got the same problem when I tried to apply the money fix hotfix, I downloaded the wrong file, the save got changed to "anothergame"
I fixed it by downloading and applying the right version files, and renaming all of my save.
Just so you know, the money hotfix is only for the base game. Inusuku fixed this in the DLC, so it's no longer needed, and installing the hotfix after the DLC will revert the game back to the base game.
 

DoomMaGeddon

New Member
Sep 30, 2018
3
0
Apologies for asking something that might've been asked already, but I've searched and not found anything. I'm a bit lost as to how the game continues.

I'm at day 172, all my skills are S+, I've defeated the Gorilla King's return (999 days quest), and I'm not sure what goes now. I've been doing days hoping for events to get favor for Yui, Kana, and Kasumi, and while Yui's is maxed out, I rarely get any of these. I can't seem to get or find the supposed "Album" option (to check CG's, I assume), and I can't seem to find the way to get the sex scenes with the teammates (Yui, Kana, and Kasumi), even though I have the DLC installed.

I'm quite lost, dunno how to advance or get any of those. Hope someone can lend me a little hand. Thank you beforehand!
 

Imouto_prpr

Member
May 5, 2024
471
1,038
Okay well apparently batch files are super shitty at manipulating files (I tried some code and it was writing like 5 lines per second... of json files with over 100k lines) so I cooked something up in C++ instead, just drag and drop save files on the executable and it'll convert them. I didn't test on a PC that isn't in Japanese locale so I hope it still writes the title properly without it but so it goes. Can convert to and from Japanese/Kagura save format, though DLC saves aren't compatible with old game versions so converting back to Kagura isn't the most useful thing. Can be found . Relies on so that's included, you can just use that and manually change the game name yourself in the save files if you want (that's the only issue causing incompatibility).
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: torresm

Imouto_prpr

Member
May 5, 2024
471
1,038
Apologies for asking something that might've been asked already, but I've searched and not found anything. I'm a bit lost as to how the game continues.

I'm at day 172, all my skills are S+, I've defeated the Gorilla King's return (999 days quest), and I'm not sure what goes now. I've been doing days hoping for events to get favor for Yui, Kana, and Kasumi, and while Yui's is maxed out, I rarely get any of these. I can't seem to get or find the supposed "Album" option (to check CG's, I assume), and I can't seem to find the way to get the sex scenes with the teammates (Yui, Kana, and Kasumi), even though I have the DLC installed.

I'm quite lost, dunno how to advance or get any of those. Hope someone can lend me a little hand. Thank you beforehand!
If you don't see the Album option when you click on the bookshelf then you are not running the DLC version. You may have overwritten the DLC with some other mod.
 
  • Like
Reactions: leastdevotee

Nephilia

New Member
Jul 13, 2024
1
0
I am stuck on the fox bath scene. The entire day after, and everything is only having that as the backdrop. In the final championship battle but just looking at her in bathtub. Is there a fix for this? Have tried reloading but it didn't do anything.
Edit: I believe its occurring because the "cuddle" scene in the bath is occurring twice after I choose one of the options, after that is just doesn't go away.
 
Last edited:

DoomMaGeddon

New Member
Sep 30, 2018
3
0
If you don't see the Album option when you click on the bookshelf then you are not running the DLC version. You may have overwritten the DLC with some other mod.
Oh, I see. I installed the usual: official uncensor, FFFox, color... I'll download the DLC again and reinstall it.
 

BlueFireNick

Well-Known Member
Modder
Apr 14, 2019
1,048
2,884
I am stuck on the fox bath scene. The entire day after, and everything is only having that as the backdrop. In the final championship battle but just looking at her in bathtub. Is there a fix for this? Have tried reloading but it didn't do anything.
Edit: I believe its occurring because the "cuddle" scene in the bath is occurring twice after I choose one of the options, after that is just doesn't go away.
That should be fixed in 1.5.9, but if you encountered that, try activating the scene again.
 

Ferghus

Engaged Member
Aug 25, 2017
2,866
4,389
Bro I'm on day 13 and still no options to buy stuff on the weekend? Wtf
You need to go to the city to purchase items.
If you mean upgrade items like exercise equipment or items to increase energy gain from sleep, your guild rank is too low. You raise it by increasing reputation. Talking about your dreams on Fridays, doing subjugation missions, doing Community Service, and defeating rival guilds (you pretty much will always lose the first one outside NG+).
 
  • Like
Reactions: leastdevotee

Sgrodolo

Member
Sep 1, 2017
252
382
You need to go to the city to purchase items.
If you mean upgrade items like exercise equipment or items to increase energy gain from sleep, your guild rank is too low. You raise it by increasing reputation. Talking about your dreams on Fridays, doing subjugation missions, doing Community Service, and defeating rival guilds (you pretty much will always lose the first one outside NG+).
Yeah there is no option to go to the city though, only to walk around the village, adventure, swim
 

shmurfer

Well-Known Member
Dec 29, 2019
1,245
1,069
So, is the Shadeishere translation complete or should I use the other one ?
Shade's is playable, the other one is complete. Shade's been meaning to fix some stuff for a while and hasn't been able to until recently due to local election stuff.
 
4.70 star(s) 96 Votes