- Jan 5, 2020
- 45
- 56
Thanks!Hey, if anyone wants to try different choices for nameless one just create this file ,,zzz.rpy" and put it in the game directory
Into the file write:
init 999 python:
config.console = True
config.developer = True
(don't copy it, just write it into to the file manually)
Once zzz.rpy is in the game directory
open the game and choose any save
press shift + O
and write into the console:
persistent.ld_purpose[game_id]["nameless"] = None
Once done, you'll be able to choose different options
Also if you don't have any save before that event, write into the console:
jump home_night_nightmare_part_4
If anyone have any problem with the file creation, just download this one