Описание:This is a fan remake of Incest Story and Incest Story 2 in Ren'Py.
Год выпуска: 2018
Жанр: 2d game, 3dcg, anal, animated, big ass, blackmail, footjob, group, incest, lesbian, male protagonist, milf, multiple endings, oral, pregnancy, rape, spanking, titfuck, vaginal,
Цензура: Отсутствует
Разработчик/Издатель: www.patreon.com/icstor
Remake by: selectivepaperclipПеревод: CraftorАдаптация и перенос перевода: SnowstormПлатформа: PC/Win - Mac - Linux
Тип издания: [Completed]
Таблэтка: Не требуется
Язык игры: Русский/Английский
Язык интерфейса: Русский/Английский
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.
В путях к игре не должно быть кириллицы!
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
for example, /ics1-0.6.1-pc/game/script.rpy should be overwritten with /game/script.rpy from the patch .zip
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.
How to Play:
Known Bugs:
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.