Skip to content
3
DiabolicaL ModifieD WifE ~She Wishes to Become Your Favorite Breasts~ cover
Finished v1.2_MOD1

DiabolicaL ModifieD WifE ~She Wishes to Become Your Favorite Breasts~

RATING 2.7 /5 7 votes
YOUR RATING
POPULARITY #4,262
Others 13.4K 2.22 GB
Download
Developer KI-SofTWarE
Engine Others
Version 1.2_MOD1 (Finished)
Released: Dec 31, 2023 Updated: Jul 29, 2024
Censorship Censored

About DiabolicaL ModifieD WifE ~She Wishes to Become Your Favorite Breasts~

A completely new work by KI-SofTWarE × Dangerous Thoughts × Neromashin, focusing on breast customization and exposure training, the breast customization game everyone has been dreaming of is here!!
KI-SofTWarE’s new body customization game allows you to select schedules yourself, enjoy sex events while collecting skill cards, making training and customization enjoyable for anyone with a new sensation training SLG system, the Discipline Game.
Can you continue to love your wife as she transforms as you wish?​

translated the readme.txt and List of Hidden Situations.txt.

Read the Installation instructions

Downloads

v1.2_MOD1
v1.2_MOD1 2.22 GB Jul 29, 2024

Confused about how the downloading works? Here is a handy guide

  • Extract the game.
  • To play this sucker, you need Japanese locale. Lower, I'll list 4 ways you can achieve that, if none of them works, I can't help you.
  • The 4 ways: <a href="https://fileknot.io/1023f586e404867d/Installation.rtf">FILEKNOT</a> - <a href="https://anonzip.com/Glb/Installation.rtf">ANONZIP</a>

Walkthrough & Guide

INCEST MOD: FILEKNOT - ANONZIP

INCEST MOD Installation:

Download the scenario and the image zipped folders,
extract the contains into your game folder and overwrite.
Keep backups first if you you feel like it.

INCEST MOD Features:

1.0
A rewrite that turns the Wife/Husband roles and dialogues into Mom/Son incest roles and dialogues.
A large number of altered Scenario files, see change-log for full list of altered files.

Does not alter the default Heroine age, you can manualy change it in the main menue under Profile Change.
(I recommend 36 or above to keep the Mom/Son theme reasonable)
1.2_MOD1 Jul 29, 2024
  • Added the English Translation.
  • Added the extra patch from the official site that isn’t available when you buy the game from the store. It unlocks functionality and fixes bugs.

Minimum

OS: Windows 7+

CPU: Dual Core 2.0 GHz

RAM: 4 GB

GPU: Integrated Graphics

Storage: 2.22 GB

Recommended

OS: Windows 10+

CPU: Quad Core 2.5 GHz

RAM: 8 GB

GPU: Any dedicated GPU

Storage: 2.22 GB

Aa

3 Comments

  1. JA
    jaaaaa

    how am i supposed to even install this to play it

    0
    1. LE
      Lewdup

      Read the Installation instructions.

      0
  2. WA
    WaifuCommand

    HEY, IF YOU ARE LIKE ME AND WANT TO RUN THIS IN LINUX:
    You have to edit your regedit with wine and enable jp utf8
    # Edit the locale configuration file
    sudo nano /etc/locale.gen

    # Uncomment (remove the # from) this line:
    # ja_JP.UTF-8 UTF-8

    # Save and exit (Ctrl+X, then Y, then Enter)

    # Generate the new locale
    sudo locale-gen

    # Verify Japanese locale is available
    locale -a | grep ja

    Now it should run with the following SH file:
    #!/bin/bash

    # Game directory
    GAME_DIR=”/var/mnt/gamedrive/DiabolicalGame”
    PREFIX=”$GAME_DIR/wineprefix”

    cd “$GAME_DIR” || exit

    # Use Japanese locale (needed for JP VNs)
    export LANG=ja_JP.UTF-8
    export LC_ALL=ja_JP.UTF-8

    # Enable DXVK for this Wine prefix
    export DXVK_LOG_LEVEL=none # disable spam logs
    export DXVK_STATE_CACHE=1
    export DXVK_HUD=0 # set to 1 if you want to see DXVK HUD
    export WINEPREFIX=”$PREFIX”

    # Ensure Wine loads DXVK instead of its own D3D
    export WINEDLLOVERRIDES=”d3d11=n;d3d10=n;dxgi=n”

    # Launch the game
    wine KI0005.exe

    No need to install the Mtool or Locale Emulator!

    0