Cheat Mod Ren'Py Corruption: Cheat Mod [v2.30+] [Kinnerman]

4.00 star(s) 1 Vote
Nov 18, 2020
1
2
I replaced

$ day_name = dayName[day % 7]

in AONCompatible.rpy with
$ day_name = AONdayName[day % 7]

and it gets around that issue but then I run into others.

edit:
Also changed these lines
hotspot ( 30, 20, 130, 30 ) action Function( AONmod.cheatGlobal, "AM04b", "potion" )
hotspot ( 180, 20, 130, 30 ) action Function( AONmod.cheatGlobal, "AM04c", "gas_potion" )
hotspot ( 320, 20, 130, 30 ) action Function( AONmod.cheatGlobal, "AM04d", "men_potion" )
hotspot ( 1620, 20, 130, 30 ) action Function( AONmod.cheatGlobal, "AM04a", "money", 10000 )

I'm not sure why AONCompatible adds its own hotspot buttons the same as AONmod but its missing an argument so I copied this over.
Also increased the money to 10k instead of 1k.
 
Last edited:

vuiken123

New Member
Dec 31, 2020
10
1
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/AONCompatible.rpy", line 3, in execute
screen AONui:
File "game/AONCompatible.rpy", line 3, in execute
screen AONui:
File "game/AONCompatible.rpy", line 33, in execute
$ day_name = dayName[day % 7]
File "game/AONCompatible.rpy", line 33, in <module>
$ day_name = dayName[day % 7]
NameError: name 'dayName' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/script.rpyc", line 540, in script
�{Ԑ��!j:7�=lW�1[�ǂ��5d�x�����< ?]`Y��5$�x��<�y�ѻȺ� ���g�%O��EM%/�$�3�aڔ,��Xy����)�!��t������g2�=��
File "D:\Downloads\IDM\corruption-Final-1.0-pc\renpy\ast.py", line 652, in execute
renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
File "D:\Downloads\IDM\corruption-Final-1.0-pc\renpy\exports.py", line 1199, in say
who(what, *args, **kwargs)
File "D:\Downloads\IDM\corruption-Final-1.0-pc\renpy\character.py", line 1016, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "D:\Downloads\IDM\corruption-Final-1.0-pc\renpy\character.py", line 817, in do_display
**display_args)
File "D:\Downloads\IDM\corruption-Final-1.0-pc\renpy\character.py", line 566, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "D:\Downloads\IDM\corruption-Final-1.0-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Downloads\IDM\corruption-Final-1.0-pc\renpy\display\core.py", line 2649, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Downloads\IDM\corruption-Final-1.0-pc\renpy\display\core.py", line 3033, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Downloads\IDM\corruption-Final-1.0-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "D:\Downloads\IDM\corruption-Final-1.0-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "D:\Downloads\IDM\corruption-Final-1.0-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "D:\Downloads\IDM\corruption-Final-1.0-pc\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "D:\Downloads\IDM\corruption-Final-1.0-pc\renpy\display\core.py", line 3033, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Downloads\IDM\corruption-Final-1.0-pc\renpy\display\screen.py", line 434, in per_interact
self.update()
File "D:\Downloads\IDM\corruption-Final-1.0-pc\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/AONCompatible.rpy", line 3, in execute
screen AONui:
File "game/AONCompatible.rpy", line 3, in execute
screen AONui:
File "game/AONCompatible.rpy", line 33, in execute
$ day_name = dayName[day % 7]
File "game/AONCompatible.rpy", line 33, in <module>
$ day_name = dayName[day % 7]
NameError: name 'dayName' is not defined

Windows-8-6.2.9200
Ren'Py 7.0.0.196
corruption Final-1.0
Sun Jan 07 01:39:41 2024
i got this error after i using the AON compatible cheat mod and AON better experience together. any solution kinnerman?
 

MazeRain

Newbie
Oct 21, 2017
16
16
I replaced

$ day_name = dayName[day % 7]

in AONCompatible.rpy with
$ day_name = AONdayName[day % 7]

and it gets around that issue but then I run into others.

edit:
Also changed these lines
hotspot ( 30, 20, 130, 30 ) action Function( AONmod.cheatGlobal, "AM04b", "potion" )
hotspot ( 180, 20, 130, 30 ) action Function( AONmod.cheatGlobal, "AM04c", "gas_potion" )
hotspot ( 320, 20, 130, 30 ) action Function( AONmod.cheatGlobal, "AM04d", "men_potion" )
hotspot ( 1620, 20, 130, 30 ) action Function( AONmod.cheatGlobal, "AM04a", "money", 10000 )

I'm not sure why AONCompatible adds its own hotspot buttons the same as AONmod but its missing an argument so I copied this over.
Also increased the money to 10k instead of 1k.
File with the edits provided by dontshowmotherdearest

I will edit this message if i encounter any problems playing with this patch
 
Last edited:
4.00 star(s) 1 Vote