3.60 star(s) 37 Votes

boon4791

Member
Oct 4, 2020
282
255
131
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 the 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.
 
Last edited:

Katzenoir

Newbie
Apr 24, 2021
38
25
100
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.
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.
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.
 

Pheonix92

Active Member
Feb 5, 2024
550
1,309
229
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.
You are correct. The community patch adds some quality of life things - not content.
Naturally, since it is a community patch, it is not included in the Kagura official release version.
But you do get the full game experience from the Kagura version.
 
  • Heart
Reactions: Katzenoir

Pheonix92

Active Member
Feb 5, 2024
550
1,309
229
So your file is the one that has been uploaded? Just want to be sure.
Here you go:


digitally signed installer exe:
1762808136602.png
Official translated version.
Contains all content officially released.
Does not contain community patch for quality of life improvements.

Also, full save if you want it. Goes into \www\save folder
 
Last edited:

Pheonix92

Active Member
Feb 5, 2024
550
1,309
229
is there a way to uncensor the append version of the game? I would rather use that version than the Kagura Games one.
"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.
 
Jun 6, 2022
39
43
133
"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.
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
 

boon4791

Member
Oct 4, 2020
282
255
131
Append 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?
 
Jun 6, 2022
39
43
133
Append 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?
This
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.
 
  • Like
Reactions: Mistervd

boon4791

Member
Oct 4, 2020
282
255
131
1) Yes the pronounce are changed to avoid conflict with laws outside of Japan
2) There are 2 form of contracts - the initial one from the append storyline and feature only young women since that is the new content.
After story line, you can get contracts to look for women with specific features like breast size etc, but I dont remember young women being excluded.
There is a patch in Kagura site for this game, i wonder what this does.


3) I have not played pregnancy and drug content since i didnt like that, so I have knowledge of that.
4) I dont remember this too and never tested it, since being a jerk is never my intent, even in the games... :p
 

everwhat1234

New Member
Dec 26, 2017
6
3
120
I 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.
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 at
 
  • Like
Reactions: Mistervd
3.60 star(s) 37 Votes