Mod Ren'Py Abandoned Rogue-like: Evolution - Expanded Mod

4.60 star(s) 9 Votes

locomotor79

Well-Known Member
Oct 2, 2016
1,956
828
252
i think you have to start over
but its still easy you can slide each bar you whant anyway
 

Daenerys5539

Newbie
Aug 17, 2016
71
18
199
The mod author already responded to this, someone "fixed" it by removing a comment he had done which broke a rule check for the girls, but he removed it (and broke the bag) because Oni reworked how the rules for girls work in the update and he's trying to figure that out. If you want to open your bag you can just remove the # before the number in the script where it's been commented out, but he advised not to because it could break way more things
I only want more money so ... would it break if I remove the #, get a few thousand, save, and put them back in again and reload?
 

95toLife

Member
Nov 30, 2016
158
161
243
I only want more money so ... would it break if I remove the #, get a few thousand, save, and put them back in again and reload?
Probably easier to just use the console code. P_Cash=______. Fill in the blank with however much money you want.
 

BuD_Clow

Newbie
Aug 20, 2018
37
23
79
Please just keep reporting the errors instead. Those lines are commented out on purpose.
If you "fix" it, you'll just end up with other errors at some point.
Oni changed some things regarding the rules, and I'm trying to figure out exactly what.
He turned the Rules into a list, if the girl's name is in the list, Xavier won't stop you doing stuff in public.
I added a cheat menu to this new Rules stuff. You can now open the inventory and use the cheats again.
 

MaxVaron

Member
Jan 28, 2018
133
46
165
He turned the Rules into a list, if the girl's name is in the list, Xavier won't stop you doing stuff in public.
I added a cheat menu to this new Rules stuff. You can now open the inventory and use the cheats again.
And where do I have to put that file?
 

Karasu-sama

Newbie
Feb 12, 2018
46
47
73
Not sure if this was caught but I found an exception while trying to have sex with kitty in the DR.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script Locations.rpy", line 1989, in script call
    call Chat
  File "game/script Functions.rpy", line 1438, in script call
    call Kitty_Chat
  File "game/Kitty_Chat.rpy", line 356, in script call
    call Kitty_SexMenu
  File "game/Kitty_Sex.rpy", line 143, in script call
    call K_Masturbate
  File "game/Kitty_Sex.rpy", line 1641, in script call
    call Sex_Dialog("Kitty",Partner)
  File "game/script Functions.rpy", line 4286, in script call
    call Kitty_Taboo
  File "game/Kitty_Sex.rpy", line 2144, in script
    while i < len(ModdedGirls):
  File "game/Kitty_Sex.rpy", line 2144, in <module>
    while i < len(ModdedGirls):
NameError: name 'i' is not defined

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

Full traceback:
  File "game/script Locations.rpy", line 1989, in script call
    call Chat
  File "game/script Functions.rpy", line 1438, in script call
    call Kitty_Chat
  File "game/Kitty_Chat.rpy", line 356, in script call
    call Kitty_SexMenu
  File "game/Kitty_Sex.rpy", line 143, in script call
    call K_Masturbate
  File "game/Kitty_Sex.rpy", line 1641, in script call
    call Sex_Dialog("Kitty",Partner)
  File "game/script Functions.rpy", line 4286, in script call
    call Kitty_Taboo
  File "game/Kitty_Sex.rpy", line 2144, in script
    while i < len(ModdedGirls):
  File "H:\Games\Rogue-Like-0.980b-11-10-win\renpy\ast.py", line 1624, in execute
    if renpy.python.py_eval(self.condition):
  File "H:\Games\Rogue-Like-0.980b-11-10-win\renpy\python.py", line 1794, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "H:\Games\Rogue-Like-0.980b-11-10-win\renpy\python.py", line 1788, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Kitty_Sex.rpy", line 2144, in <module>
    while i < len(ModdedGirls):
NameError: name 'i' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.980
 

Tinymanhood

Member
Modder
Jun 6, 2017
353
837
181
He turned the Rules into a list, if the girl's name is in the list, Xavier won't stop you doing stuff in public.
I added a cheat menu to this new Rules stuff. You can now open the inventory and use the cheats again.
The rules has always been in a list. Oni has changed it though (added a another rule system), and it's not working as intended.
 
  • Like
Reactions: ShadowDarkLight

NuCentara

New Member
Jun 20, 2017
8
191
203
I buy the White Lace Nighty for Emma, under Overshirts - but it doesnt appear in the Gifts menu to give to her. Pity, one of my faves
 

Tinymanhood

Member
Modder
Jun 6, 2017
353
837
181
I just checked version 0.978, it was binary, now it's a list.
You're right, it was binary before. I was a bit sleepy when I replied, my bad.
It doesn't matter what it's called though, it's still not working as intended. The rule system has been changed enough, that just changing it back to binary, won't do a damn thing. It'll just give you other errors.
 

DirtyKen

Newbie
May 6, 2017
57
13
86
Im guessing this one os already known? I just pressed the backpack.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script Locations.rpy", line 785, in script call
call Worldmap
File "game/script Locations.rpy", line 12, in script
menu:
File "game/screens.rpy", line 1045, in execute
screen P_Inventory_screen:
File "game/screens.rpy", line 1045, in execute
screen P_Inventory_screen:
File "game/screens.rpy", line 1046, in execute
frame:
File "game/screens.rpy", line 1050, in execute
has vbox
File "game/screens.rpy", line 1093, in execute
if R_Rules and CheatsEnabled:
NameError: name 'R_Rules' is not defined
 

BuD_Clow

Newbie
Aug 20, 2018
37
23
79
Im guessing this one os already known? I just pressed the backpack.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script Locations.rpy", line 785, in script call
call Worldmap
File "game/script Locations.rpy", line 12, in script
menu:
File "game/screens.rpy", line 1045, in execute
screen P_Inventory_screen:
File "game/screens.rpy", line 1045, in execute
screen P_Inventory_screen:
File "game/screens.rpy", line 1046, in execute
frame:
File "game/screens.rpy", line 1050, in execute
has vbox
File "game/screens.rpy", line 1093, in execute
if R_Rules and CheatsEnabled:
NameError: name 'R_Rules' is not defined
I posted a fix for it last page:
 
  • Like
Reactions: MaxVaron

Anarking

Member
Mar 25, 2018
183
324
257
Dont know if this has been noted yet, but there's an error screen when trying to have a strip quiz with Emma. Not sure if it's bugged or not implemented yet but it's there. Ill try to get a copy of it if it comes up again
 

bella7

Member
Jul 8, 2017
126
122
159
Special Options > Statchecker can fix errors sometimes...Even in a modded game...
 
4.60 star(s) 9 Votes