Milf's Control Unofficial Ren'Py Port cover

Milf's Control Unofficial Ren'Py Port

Finished v.Final
Developer
selectivepaperclip
Release Date
19 October, 2018
Engine
Ren'Py
Censorship
Uncensored
Size
1.80 GB
Version
Final

Genres

Game Description

This is a fan remake of Milf's Control in Ren'Py.​
Extract to desired location.
Click on "Milf's Control.exe" to start playing.
PATCH:extract it so the /game/ subfolder overwriting any existing files there

No patch notes available.

  • Dual Core Pentium or equivalent Processor.
  • Intel HD 2000 or equivalent Graphics.
  • 1.80 GB of free disk space (Recommended to have twice as much free disk space).

Walkthrough and Guide

Walkthrough: HERE

Console Commands:

Open the console with SHIFT-O

To cheat money (or "gold" as RPGM calls it):
Code:

game_state.party.gain_gold(10000)

To see game variables:
Code:

game_state.variables.print_values()

To set game variables:
Code:

game_state.variables.set_value([variable_id], [variable_name])

for example, this sets the aunt, sister, and mom's relation in Incest Story 2 to 100
Code:

game_state.variables.set_value(1, 100)
game_state.variables.set_value(3, 100)
game_state.variables.set_value(5, 100)

with the disclaimer that games might behave weirdly if you go setting variables to crazy numbers.