Unity Completed Flower Charm Sequel - Mansion of Captivation [v1.1e] [Double Soft Cream]

4.60 star(s) 23 Votes

Etar

Active Member
Jul 17, 2017
810
1,242
It does not seem to start when I use the mod. I am try to uncensore it myself, but I guess I need a specific program other than UABE
The mosaic was removed by editing the code of game. Unity games are fairly easy reverse engineer. Check out the program DNSpy if you wish to learn more about deconstructing DLL files. Just keep in mind, not all .dll files are easily edited.

If you want to edit a Unity games code however, you need to go into the _Data folder then into Managed and then you edit the "Assembly-CSharp.dll" file. Drag and drop it into DNSpy or open it via the File menu.
 
  • Like
  • Red Heart
Reactions: BarnMTB and podds
Mar 31, 2018
19
13
i don't know why theres such a name difference here compared the official dlsite English version but the official English version should replace this one, heres the link to the dlsite page for it.
 
  • Like
Reactions: MSG

SirGutball

New Member
Nov 23, 2019
4
0
Be warned, the intro takes like 10 minutes, and the same with each transition into a new "chapter". I played this before it was translated, I thought it was broken at first since it was just a black screen.

You cant skip the cinematic either.. The game is decent, well made and so on. But those 5-10 minute cinematics are a pain...

**EDIT**
I made a mod that removes the mosaic as well as allows you to press 9 to skip those long cutscenes:
https://f95zone.to/threads/yushin-no-hana-sequel-house-of-indecent-v1-0-makaroni.57810/post-3903506
So, I bought the game over on DLsite because i quite like it, However the mosaic removal doesn't work for it, its probably because the DLsite version is v1.1e.

Can anyone help with an uncensored version for v1.1e, Or even just explain the steps to do so?
 

Etar

Active Member
Jul 17, 2017
810
1,242
So, I bought the game over on DLsite because i quite like it, However the mosaic removal doesn't work for it, its probably because the DLsite version is v1.1e.

Can anyone help with an uncensored version for v1.1e, Or even just explain the steps to do so?
Do you know how to program? Do you understand C#? If so, look up the tool DNSpy, open the dll called csharp-assembly.dll or something like that. Locate "Mosaic" in one of the code files and remove the code. But, make sure you dont remove code that has to do with other parts of the game, otherwise it might crash. Always backup the dll before you mess around with it.
 

SirGutball

New Member
Nov 23, 2019
4
0
Do you know how to program? Do you understand C#? If so, look up the tool DNSpy, open the dll called csharp-assembly.dll or something like that. Locate "Mosaic" in one of the code files and remove the code. But, make sure you dont remove code that has to do with other parts of the game, otherwise it might crash. Always backup the dll before you mess around with it.
Hey, thanks for that.
I don't really know C#, but i hope to solve this through some old fashioned grit, spit, and trial & error.
 

Etar

Active Member
Jul 17, 2017
810
1,242
Can someone post english version?
Did you even bother reading the thread? I even fucking posted a mod to skip the horribly long intro scene of just looking into the sky.. I wont respond to you any further since you clearly dont bother researching stuff yourself.. Stuff thats right on the very first page of this thread.
 

Etar

Active Member
Jul 17, 2017
810
1,242
Hey, thanks for that.
I don't really know C#, but i hope to solve this through some old fashioned grit, spit, and trial & error.
That'll give interesting... Results. You're basically saying you're going to filter out cuss words of a book in a language you dont understand. :p
 

SirGutball

New Member
Nov 23, 2019
4
0
That'll give interesting... Results. You're basically saying you're going to filter out cuss words of a book in a language you dont understand. :p
I'm trying to use the .dll file on this thread as my rosetta stone.
Not too much luck so far, managed to replicate the changes in Chara_Mosaic class, but all it did was change it to black instead of removing it
 

Tgsaudoiz

Member
Aug 15, 2018
315
914
Did you even bother reading the thread? I even fucking posted a mod to skip the horribly long intro scene of just looking into the sky.. I wont respond to you any further since you clearly dont bother researching stuff yourself.. Stuff thats right on the very first page of this thread.
Im not read these comment while im asking this question, and did you even bother reading my question? im asking for official english version, not skip shit. You not post it official english version or help me anything so shut the fuck up dickhead.
 

Etar

Active Member
Jul 17, 2017
810
1,242
I'm trying to use the .dll file on this thread as my rosetta stone.
Not too much luck so far, managed to replicate the changes in Chara_Mosaic class, but all it did was change it to black instead of removing it
If you remove the code, then it should disappear. Or, you can just find where it says something like "shader("mosaic", 2f)", and then change it to 0f. the 2f is a float that is the size of 2. So, if you set it to 0, the size would be 0. But, I cannot remember the code well enough. Look for any code with Mosaic as part of the line and change the variable (the numbers)
 

Etar

Active Member
Jul 17, 2017
810
1,242
I'm trying to use the .dll file on this thread as my rosetta stone.
Not too much luck so far, managed to replicate the changes in Chara_Mosaic class, but all it did was change it to black instead of removing it
Try looking for this line " this.ren_Mosaic.material.SetFloat("_BlockSize", 0f); ". Yours would likely say 1f or another number followed by f. So just search for " this.ren_Mosaic.material.SetFloat("_BlockSize", " in DNspy and change the whatever number F to 0f. And it should set the size of the mosaic to 0
 

SirGutball

New Member
Nov 23, 2019
4
0
I'm trying to use the .dll file on this thread as my rosetta stone.
Not too much luck so far, managed to replicate the changes in Chara_Mosaic class, but all it did was change it to black instead of removing it
Thanks for the support friend.
but now i feel like an idiot, someone had already posted a fix in this thread.
Well at least I came out of this with a new found appreciation for modders.

i managed to uncensor the english version if anyone needs it
 

Fanta404

New Member
Apr 18, 2020
4
1
Can someone help me out?
I'm stuck in I suppose the final scene?
It has been going for around 1h now
and I can't go back with the house icon
If anyone knows what I should do please tell me!
 
  • Like
Reactions: Lilikap
4.60 star(s) 23 Votes