- Aug 7, 2016
- 73
- 76
also there is another catch i did no find yet anywhere before, and error was driving me crazy. Game should not be in a folder with weird characters. for example ŠĐČĆŽ... I had a game (any renpy game) in a map with that in path and cheats wouldnt work. I guess its something with renpy and ascii, but i didnt bother checking as i fixed it by moving it to desktopOpen the folder then go to Renpy -> Common -> 00Console.rpy Right click and edit with notepad. CTRL + F (or CTRL + L depending if you're using notepad or notepad ++) and paste " config.console ". The line will say:
Switch toCode:config.console = False
Start the game and enjoyCode:config.console = True