- Oct 26, 2019
- 78
- 66
The content in this version is the same as the content in the current japanese dlsite version.Does this version have new cg ?
Let's not be overdramatic. I managed to finish it (while unlocking all events) and the only bugs I encountered were:The content in this version is the same as the content in the current japanese dlsite version.
only diference is that this is english and haz a lot of "features (bugs)".
Considering older KG releases before they decided to restructure their team.Text
Why you ask for full save?Anyone have full save ?
I don't want cg ,I want to play from Emili prison escapeWhy you ask for full save?
If you looking for CGs. Use "Forbidden Tapestry" in your key items to access 100% CGs room.
Oh..Ok then my save file.I don't want cg ,I want to play from Emili prison escape
Thanks ..,but it's not showing your save in gameOh..Ok then my save file.
PS: Cheated money.
Tested! Looks like "global.rpgsave" is need too.Thanks ..,but it's not showing your save in game
No need for Lutris, you can run this and basically all RPGMaker MV games natively on Linux and probably MacOS.can't get this to work on lutris
mv www www.bak
#Shitty way of renaming everything to lowercase required for ciopfs (you may need to run it several times until you get no output)
find www.bak/ | while read l; do lo="${l,,}" ; if [[ "$l" != "$lo" ]]; then echo $lo ; mv -f "$l" "$lo" ; fi ; done
mkdir www
ciopfs -f www.bak/ www
Thanks for your help! I downloaded and extracted the files into the game folder, but it still wouldn't work. I'm not really experienced with linux, and the programming skills for the other methods.No need for Lutris, you can run this and basically all RPGMaker MV games natively on Linux and probably MacOS.
Just downloadYou must be registered to see the links(Use this version not the latest! I ran in to tons of issues with the newer versions and this is the latest version that works well) and extract the contents of the folder over top of the game and ./nw.
Just doing this works 90% of the time but you sometimes run in to these issues:
1. Images fail to load. You just gotta screw with the .js files until it works, generally the image loading path functions.
2. Case sensitivity issues. The best way I've found to solve them is with ciopfs, a case insensitive overlay fs.
You can:
Code:mv www www.bak #Shitty way of renaming everything to lowercase required for ciopfs (you may need to run it several times until you get no output) find www.bak/ | while read l; do lo="${l,,}" ; if [[ "$l" != "$lo" ]]; then echo $lo ; mv -f "$l" "$lo" ; fi ; done mkdir www ciopfs -f www.bak/ www
Uncensored [En ver]. Previews are from JP ver.Searching I keep finding unclear answers or posts asking it but no clarifying answer, is this uncensored (per tag) or censored (per previews)?
Help
Where a can find the book for complete medicine set for cure drake partner in misteen in the aditionel senario?
change to sweater at night and talk to the dressmaker at clothing storeanyone know where to find the medicine recipe book
What do you mean it doesn't work?Thanks for your help! I downloaded and extracted the files into the game folder, but it still wouldn't work. I'm not really experienced with linux, and the programming skills for the other methods.
You must be registered to see the links
I downloaded the above file.