Cheat Mod Ren'Py Completed SuperPowered: No Game Over For Demerits [v0.22.1] [Charolastra]

Altarin

Member
May 21, 2017
113
61
ok it seems like this mod no longer works, and since i am no modder, i found out something else.
there is constant which need to be reached for gameover ending to happen. its:
DemeritConst.game_over_demerit_count

its 20, so you just put any random really high number there and it never happen.
DemeritConst.game_over_demerit_count = 20000000
 
  • Like
Reactions: chachen1

GrimCreeper3

Active Member
Oct 21, 2017
928
1,384
ok it seems like this mod no longer works, and since i am no modder, i found out something else.
there is constant which need to be reached for gameover ending to happen. its:
DemeritConst.game_over_demerit_count

its 20, so you just put any random really high number there and it never happen.
DemeritConst.game_over_demerit_count = 20000000

Where are you supposed to put or change this command line?
 

Altarin

Member
May 21, 2017
113
61
Where are you supposed to put or change this command line?
into console:

gamefolder -> renpy -> common -> 00console.rpy
find config.console = False
change it to config.console = True
save
open console in game by pressing shift + O
DemeritConst.game_over_demerit_count = 20000000
 

JSF2

Member
Jun 1, 2017
185
85
Doesn't seem to work like that any more (neither mod nor console trick), I told the console and karma still appeared.

Top increase alignment to 90 didn't help either.

Demerit.game_over_demerit_count exists as a variable, but tampering there didn't help me either.
 

chachen1

New Member
Apr 27, 2022
1
0
ok it seems like this mod no longer works, and since i am no modder, i found out something else.
there is constant which need to be reached for gameover ending to happen. its:
DemeritConst.game_over_demerit_count

its 20, so you just put any random really high number there and it never happen.
DemeritConst.game_over_demerit_count = 20000000
You saved me! Thank you!