Most patches you find in this forum are for community/fan tranlated for version 2.08So can I download the Kagura ver and apply the patch or I need the vanilla+patch?
Kagura version has all content unlocked (if it is the one I previously shared) and does not need any patch to experience the full game.So can I download the Kagura ver and apply the patch or I need the vanilla+patch?
Most patches you find in this forum are for community/fan tranlated for version 2.08
Kagura version uses that patch from kagura's own site.
Not sure if you can mix patches between the 2 versions, since the naming of files could be different.
Thanks for both your answers, sorry if my question was kinda dumb or reiterative, was under the impression that the community patch added extra things (like a mod) and hence my doubt, and thought I could use the patch to unlock those "extras" in the official version.Kagura version has all content unlocked (if it is the one I previously shared) and does not need any patch to experience the full game.
You are correct. The community patch adds some quality of life things - not content.Thanks for both your answers, sorry if my question was kinda dumb or reiterative, was under the impression that the community patch added extra things (like a mod) and hence my doubt, and thought I could use the patch to unlock those "extras" in the official version.
Also thanks for the upload, much appreciated.
False positives. I purchased the original files from kagura and virus total still showed 1 detection.I saw some posts about viruses and shit. Are all links clean?
So your file is the one that has been uploaded? Just want to be sure.False positives. I purchased the original files from kagura and virus total still showed 1 detection.
Here you go:So your file is the one that has been uploaded? Just want to be sure.
the game in ur profile looks familiar, what game was that again?thanks for the game, maybe i downloaded the version without the wordwrapper well for now its running fine tomorrow ill redownload it, thanks Silentce you are always fixing the games![]()
"Append" is what Kagura calls their restoration patch. Which restores content that was cut on some distribution platforms.is there a way to uncensor the append version of the game? I would rather use that version than the Kagura Games one.
the append version of the game is the DLsite version with the DLC, people also refer to it in this thread as the "modified" version because it has a fan translation. the Kagura Games version is different and makes changes to various mechanics @Unknownadd posted a list of changes they've noticed"Append" is what Kagura calls their restoration patch. Which restores content that was cut on some distribution platforms.
So Append version IS the Kagura Games version.
ThisAppend add some younger NPC and mission into the game. Kagura version already has that or you have to download the patch.
Fan patches add something else to the translated Japanese censored version, but it isnt more content.
I think ond feature of the patch is the colors of the NPC's standing figure's hairs.
I played both versions some months ago and did not notice significant difference.
Can you list what differences they are?
After playing I noticed a few difference, but those are mainly for the more grey areas of the law.
1) Younger characters and the underground brothel all use 'young ladies' as reference instead of young girls.
2) The underground brothel contracts have been changed to only feature adults. In the original the underground brothel contracts were exclusively young girls who got pregnant trying to escape which made it more legally and morally dark. Though it did make it easy to find them as they were always young girls with full term pregnancies.
3) Kagura added the option to give sane prisoners the pregnancy drug. In the original this was not an option even with the last release of Append and the prisoner would reject you if you tried to give them the drug while sane. This made the only way to impregnate a prisoner to mentally break them with time or narcotics before feeding them the drug and getting them pregnant while mentally broken. You could also put out a warrant (custom girl) for someone that was pregnant to get a sane pregnant prisoner, but if you gave an impregnated prisoner stimulants to return their sanity they would immediately revert to a non-pregnant state implying they terminated their pregnancy once they regained their mind.
4) You can no longer be a dick to prostitutes. In the original you were able to pay them for service then immediately arrest them for being unlicensed. Now it just ends the encounter.
Thanks for the info, I remember I read something like this but forgot the exact commentThis
you are a fucking god. i was trying to get this to work on mac and the file was obfuscated so i had no idea what i was looking atI spent some time getting this to work on Linux. There is a small but difficult to debug issue that causes the game to exit immediately with no error message if not fixed. I'll save anyone who tries to do the same the trouble of finding it. Here's what you need to do for the game to run:
1. Install nw.js for Linux. For example, I use Arch and so I installed the nwjs-bin package from AUR.
2. In `www/js/plugins/enc_lv2d.js`, replace the string `\x5cimg\x5csystem\x5cgame_end_icon3.rpgmvp` with `/img/system/game_end_icon3.rpgmvp` (this is the hardcoded Windows-style path that will cause the game to silently exit).
3. Rename some files to fix case mismatch:
```
for name in $(ls www/live2dModel); do mv www/live2dModel/${name}/{cg,CG}${name#CG}.model3.json; done
```
4. Start the game as `nw .` while located in the top-level directory (containing the `www` subdirectory).
I was afraid that there would be issue after issue like this, but so far everything else has been running fine.