Incest Story 1
Walkthrough
Download from florenfile.com (17.85 KB)Download from k2s.cc (17.85 KB)Download from rapidgator.net (17.85 KB)Patch
Download from florenfile.com (765.59 KB)Download from k2s.cc (765.59 KB)Download from rapidgator.net (765.59 KB)Incest Story 2
Win Version
Download from florenfile.com (1.61 GB)Download from rapidgator.net (1.61 GB)Download from k2s.cc (1.61 GB)Compressed Version
Download from florenfile.com (534.52 MB)Download from k2s.cc (534.52 MB)Download from rapidgator.net (534.52 MB)Walkthrough
Download from florenfile.com (7.19 KB)Download from k2s.cc (7.19 KB)Download from rapidgator.net (7.19 KB)This is a fan remake of Incest Story & Incest Story 2 in Ren'Py.
Installation:1- Extract to desired location.
2- Click on "ics.exe" (or ics2.exe for IC2) to start playing.
PATCH:
extract it so the /game/ subfolder overwriting any existing files there
Remake Info:In addition to the clickable map, the games have the following changes from the RPGM versions:
No walking
No combat
No waiting for text or video to finish
Save anywhere
Aside from testing whether the games can be completed, I'm looking for feedback about how well this runs on people's machines, how they feel about the interface, etc.
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.