I have no idea why the cheat code doesnt work..
when i look in the file i see this.
default img_data = "293571" found in Scripts.rpy after decompiling the file.
and in the statistiche.rpy there is this block of code:
$ cheat_check = renpy.input("Insert cheat code to raise the stats")
if cheat_check == img_data:
jump cheat_pass
else:
jump check_cheat
but that doesnt look like its working.
no matter what code that is inputted. i just get a Error message on the screen and it prompts me back to menu for inputting the code.
Edit:
ok.. so i enabled the debug output and found the correct code:
typing img_data in the console give me another code.
the code i get for 0.58 is: 213253
when i look in the file i see this.
default img_data = "293571" found in Scripts.rpy after decompiling the file.
and in the statistiche.rpy there is this block of code:
$ cheat_check = renpy.input("Insert cheat code to raise the stats")
if cheat_check == img_data:
jump cheat_pass
else:
jump check_cheat
but that doesnt look like its working.
no matter what code that is inputted. i just get a Error message on the screen and it prompts me back to menu for inputting the code.
Edit:
ok.. so i enabled the debug output and found the correct code:
typing img_data in the console give me another code.
the code i get for 0.58 is: 213253
Last edited: