- Jun 10, 2017
- 340
- 880
Since they updated to v0.5.2 i can open the game normally, but once i activate console on the file... it starts failing to load the game images(include menu at the start) says can't find stuff... anyone have a round-about it? Seems they add something to lock the game if we change config.console and developer to true e.e
EDIT:
Found another way for it... seems they modified the 00console.file to if you change the stuff to developer avaliable there, it blocks you from playing, well, just copied the file from another ren'py game and worked anyway... still had to change the keymap so the key to open console be different... in this case i need to change the file "renpy/common/00keymap.rpy" also need to change the function written there, if you activate console by copying the data and stuff as long as the key remains with the line "
console = _invoke_game_menu,
" it'll keep on failing... need to change that to
console = _console.enter,
EDIT:
Found another way for it... seems they modified the 00console.file to if you change the stuff to developer avaliable there, it blocks you from playing, well, just copied the file from another ren'py game and worked anyway... still had to change the keymap so the key to open console be different... in this case i need to change the file "renpy/common/00keymap.rpy" also need to change the function written there, if you activate console by copying the data and stuff as long as the key remains with the line "
console = _invoke_game_menu,
" it'll keep on failing... need to change that to
console = _console.enter,