Unity Completed A simulation of a brainwashing app that trains a pure young lady to be a pervert [v1.0.6] [Dobuworks]

3.60 star(s) 12 Votes

XKimky

Member
Jul 23, 2017
155
177
236
Biggest miss with this is the fact that the cum is like this clear tranny liquid that just vanishes after 5 seconds of existence. No sprite overlays, no permanence, no nothing. Why cum when it's just going to go "lol nah sike" and leave no trace.
Because of the game engine.
 

Utinan

New Member
Apr 12, 2025
2
0
20
I'm pretty sure dependancy is only raised if you use one or two specific hypnosis modes, paralysis for example lowers it, and I think slut increases it. Not sure if it is mistranslated or not. I think the first game had it had some word like love instead of it.
 

Blaggothans

New Member
Sep 4, 2019
6
23
60
Mosaic can be removed with Special K. (Except the dick, because its baked into the texture)

I think the Shaders are:

Vertex:
- Amplify/Amplify (A popular alternative to Unity's Shadergraph)

Pixel:
- Amplify/Amplify
- Gemini/Unlit_Color

Thanks to ANSKS for writing this Guide.

If you use the method I found in this thread with Special K, you should be able to remove mosaics without needing tools like SW_Decensor. According to predecessors I found here, this approach even runs the game more smoothly than using SW_Decensor. Since I’ve successfully done it myself, I’d like to share the detailed steps. Please feel free to point out any issues.


Prerequisites & Preparation


  1. Install Special K
    • Go to the Special K official wiki and click Download in the left-hand Navigation menu:
    • From the downloaded Special K folder, place SpecialK64.dll into the same directory as the game’s executable (e.g., Game.exe), then rename it to either d3d11.dll or dxgi.dll so that it’s loaded as a wrapper.
  2. Confirm DirectX 11 Mode
    • This guide uses features for the DirectX 11 (D3D11) API. Make sure your game is running in D3D11 mode.
  3. Basic Hotkeys
    • Open Special K overlay: Ctrl + Shift + Backspace
    • Store shader state: Click Store Shader State in the overlay
    • Toggle HUD on/off: Alt + Shift + H

Step-by-Step Procedure

  1. Launch the game, pass the title screen, and play until you encounter the mosaicked object or texture you want to remove.
  2. Pause the gamewhile the mosaic is visible.
    • This is essential for identifying the correct shader.
  3. Open the Special K overlay by pressing Ctrl + Shift + Backspace.
  4. Launch Render Mod Tools
    • In the overlay menu, select Render Mod Tools.
  5. Disable in the Vertex Shaders tab
    1. Switch to the Vertex Shaders tab.
    2. In the list, locate shaders named mosaic_shader, mossaic_shader, or similar.
    3. Click each relevant shader and check Never Draw.
    4. Repeat for all shaders with the same name.
  6. Disable in the Pixel Shaders tab
    1. Close the Vertex Shaders tab and open Pixel Shaders.
    2. Find the same-named shaders in the list and check Never Draw.
  7. Save the shader state
    • Click the Store Shader State button to write your settings to d3d11_shaders.ini.
  8. Close the overlay and verify
    1. Close the overlay with Esc, the ✕ button, or Ctrl + Shift + Backspace.
    2. Unpause the game and confirm the mosaic is gone.
    3. You can toggle mosaic on/off at any time with Alt + Shift + H.

Troubleshooting

  • Overlay doesn’t appear
    1. Double‑check that you’re pressing Ctrl + Shift + Backspace correctly.
    2. Verify that the game is running in DirectX 11 and that you renamed the DLL correctly (d3d11.dll or dxgi.dll).
    3. Check for conflicts with global injectors (e.g., SKIF’s Global Injector settings).
    4. Review SpecialK.log and d3d11.log for load status and errors.
 
Last edited:
  • Like
Reactions: FBIGuyIsNotASpy

Venator309

Newbie
Jan 2, 2018
98
198
245
Better being "better" is debatable. Look at us Americans and where being progressive has gotten us. Not to start shit, just to express exasperation with America and the opposite spectrum.

I think as long as it isn’t caveman-level misogyny, a touch of traditional patriarchal tone can actually feel refreshing.
lmfao America has no relation whatsoever to south East Asian cultures and never really has. You're exasperated with the individualism of America which will always undermine a concept like patriarchy.
 
  • Disagree
Reactions: Dogmeow

Oghenekaro

Member
Apr 14, 2021
367
345
139
Mosaic can be removed with Special K. (Except the dick, because its baked into the texture)

I think the Shaders are:

Vertex:
- Amplify/Amplify (A popular alternative to Unity's Shadergraph)

Pixel:
- Amplify/Amplify
- Gemini/Unlit_Color

Thanks to ANSKS for writing this Guide.
thats already known. the xray is baked into the game. #18209887

; patch removes only soft-mosaics. textures & 2d CGs are baked.
 
3.60 star(s) 12 Votes