Incest Story 1-2 Unofficial Ren'py Port cover

Incest Story 1-2 Unofficial Ren'py Port

Finished v.Completed
Developer
selectivepaperclip
Release Date
10 October, 2018
Engine
Ren'py
Censorship
Uncensored
Size
1.33 GB
Version
Completed

Screenshots

Genres

Game Description

This is a fan remake of Incest Story & Incest Story 2 in Ren'Py.​ Make sure to install the game somewhere with just ASCII characters, like "C:\Games\is2" instead of "C:\Users\José\is2", otherwise you will get an 'unable to open file' error.
Extract to desired location.
Click on "ics.exe" (or ics2.exe for IC2) to start playing.
PATCH:
extract it so the /game/ subfolder overwriting any existing files there
for example, /ics1-0.6.1-pc/game/script.rpy should be overwritten with /game/script.rpy from the patch .zip

No patch notes available.

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

Walkthrough and Guide

Walkthrough Story 1

Walkthrough Story 2

Console Commands:

Open the console with SHIFT-O

To cheat money (or "gold" as RPGM calls it):
game_state.party.gain_gold(10000)

To see game variables:
game_state.variables.print_values()

To set game variables:
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
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.