- Allow others to update?
- yes
- Developer Name
- Icstor/selectivepaperclip
- Developer Links
- Version
- 1.0
- Latest Update
- Oct 7, 2018
- Release Date
- Oct 7, 2018
- Language
- English
- OS
- Windows
- MacOS
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
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:
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:
- 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):
To see game variables:
To set game variables:
for example, this sets the aunt, sister, and mom's relation in Incest Story 2 to 100
with the disclaimer that games might behave weirdly if you go setting variables to crazy numbers.
To cheat money (or "gold" as RPGM calls it):
Code:
game_state.party.gain_gold(10000)
Code:
game_state.variables.print_values()
Code:
game_state.variables.set_value([variable_id], [variable_name])
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.
Last edited by a moderator: