Sep 11, 2021
94
49
Alternatively, players can add an infinite quantity of cheat points by enabling the console (Shift+O) and entering:
CHEATPOINTS += 999
to add whatever number of points they desire


Has anyone gotten this to work? I've tried but it's just not working.
 
  • Like
Reactions: xtremeJoshy

UseMeTonight

New Member
May 9, 2018
3
20
Alternatively, players can add an infinite quantity of cheat points by enabling the console (Shift+O) and entering:
CHEATPOINTS += 999
to add whatever number of points they desire


Has anyone gotten this to work? I've tried but it's just not working.
Yes. first thing you need to close the game or do not open it and here is the steps you need to do to enable config console
Go to the folder your game is
renpy/common/00consoole open it with notepad then press ctrl+f and type in config.console and search for config.console = False. Change False to True. Save the file and open the game. At this point shift+O wiil open console type the code in capital letters as it given. Have fun.
 
  • Like
Reactions: DarthEmeritus666

ReaperGD

Member
Jul 29, 2020
317
259
Alternatively, players can add an infinite quantity of cheat points by enabling the console (Shift+O) and entering:
CHEATPOINTS += 999
to add whatever number of points they desire


Has anyone gotten this to work? I've tried but it's just not working.
I use the universal renpy mod for changing variables. Why add cheatpoints when you can just add to whatever materials you needed like character data or clothes data.
 

Young_Kryptonian

New Member
Jan 2, 2018
9
0
just started playing and wasn't really following a walkthrough but i cant seem to find any of the chest at all not even the tutorial one what am I doing wrong? Im holding out for the patreon coin for Snow's quest but after doing drone searches over 30 times i havent found a single chest
 

torolatorre

Newbie
Jul 31, 2020
86
46
every time the game put 2 characters to have a conversation whit me (player) present, they called me Bob instead of the name i chose
 

ReaperGD

Member
Jul 29, 2020
317
259
every time the game put 2 characters to have a conversation whit me (player) present, they called me Bob instead of the name i chose
It happened to me once with Meli, but only once...unless I wasn't paying attention to the other times it might've happened. I thought it was some sort of an inside joke between Meli and MC that I somehow missed lol.
 

Uncle Eugene

Member
Modder
Jun 6, 2020
286
3,370
every time the game put 2 characters to have a conversation whit me (player) present, they called me Bob instead of the name i chose
It happened to me once with Meli, but only once...unless I wasn't paying attention to the other times it might've happened. I thought it was some sort of an inside joke between Meli and MC that I somehow missed lol.
"Bob" is a default name it fallbacks to if there happens to be mistake in script. So it should be your chosen name here
 
  • Like
Reactions: xtremeJoshy
3.90 star(s) 83 Votes