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

4.60 star(s) 9 Votes

ggpony

New Member
May 31, 2017
12
3
I get an error when i try to access the inventory.
While running game code:
File "game/script Locations.rpy", line 1977, 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

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

Full traceback:
File "game/script Locations.rpy", line 1977, in script
menu:
File "C:\Users\elev\Desktop\Rogue-Like-0.980b-11-10-win\renpy\ast.py", line 1483, in execute
choice = renpy.exports.menu(choices, self.set)
File "C:\Users\elev\Desktop\Rogue-Like-0.980b-11-10-win\renpy\exports.py", line 868, in menu
rv = renpy.store.menu(items)
File "C:\Users\elev\Desktop\Rogue-Like-0.980b-11-10-win\renpy\exports.py", line 1054, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "C:\Users\elev\Desktop\Rogue-Like-0.980b-11-10-win\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\elev\Desktop\Rogue-Like-0.980b-11-10-win\renpy\display\core.py", line 2553, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\elev\Desktop\Rogue-Like-0.980b-11-10-win\renpy\display\core.py", line 2821, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\elev\Desktop\Rogue-Like-0.980b-11-10-win\renpy\display\core.py", line 495, in visit_all
d.visit_all(callback)
File "C:\Users\elev\Desktop\Rogue-Like-0.980b-11-10-win\renpy\display\core.py", line 495, in visit_all
d.visit_all(callback)
File "C:\Users\elev\Desktop\Rogue-Like-0.980b-11-10-win\renpy\display\core.py", line 495, in visit_all
d.visit_all(callback)
File "C:\Users\elev\Desktop\Rogue-Like-0.980b-11-10-win\renpy\display\screen.py", line 401, in visit_all
callback(self)
File "C:\Users\elev\Desktop\Rogue-Like-0.980b-11-10-win\renpy\display\core.py", line 2821, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\elev\Desktop\Rogue-Like-0.980b-11-10-win\renpy\display\screen.py", line 411, in per_interact
self.update()
File "C:\Users\elev\Desktop\Rogue-Like-0.980b-11-10-win\renpy\display\screen.py", line 580, in update
self.screen.function(**self.scope)
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:
File "<screen language>", line 1093, in <module>
NameError: name 'R_Rules' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.980
Also the pull down panties/pull up skirt does not show the action
 
  • Like
Reactions: tomislazy

ggpony

New Member
May 31, 2017
12
3
When dyeing Emmas hair, the option to change it back to blond is gone.
Also when trying to get Emma to do stuff in public (when asking her about mindwipe) this error comes up.
While running game code:
File "game/script Locations.rpy", line 2264, in script call
call Chat
File "game/script Functions.rpy", line 1451, in script call
call Emma_Chat
File "game/Emma_Chat.rpy", line 222, in script call
call Emma_SexMenu
File "game/Emma_Sex.rpy", line 68, in script call
call Emma_Taboo_Talk
File "game/Emma_Scenes.rpy", line 1643, in script
if E_Rules:
File "game/Emma_Scenes.rpy", line 1643, in <module>
if E_Rules:
NameError: name 'E_Rules' is not defined

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

Full traceback:
File "game/script Locations.rpy", line 2264, in script call
call Chat
File "game/script Functions.rpy", line 1451, in script call
call Emma_Chat
File "game/Emma_Chat.rpy", line 222, in script call
call Emma_SexMenu
File "game/Emma_Sex.rpy", line 68, in script call
call Emma_Taboo_Talk
File "game/Emma_Scenes.rpy", line 1643, in script
if E_Rules:
File "C:\Users\elev\Desktop\Rogue-Like-0.980b-11-10-win\renpy\ast.py", line 1681, in execute
if renpy.python.py_eval(condition):
File "C:\Users\elev\Desktop\Rogue-Like-0.980b-11-10-win\renpy\python.py", line 1794, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\elev\Desktop\Rogue-Like-0.980b-11-10-win\renpy\python.py", line 1788, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Emma_Scenes.rpy", line 1643, in <module>
if E_Rules:
NameError: name 'E_Rules' is not defined

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

ggpony

New Member
May 31, 2017
12
3
I get an error when i try to access the inventory.


Also the pull down panties/pull up skirt does not show the action
The same happens when finding someone in the shower and they flash you. No visable change (towel stays on)
 

Sihv

New Member
Sep 3, 2017
4
2
I get an error when i try to access the inventory.


Also the pull down panties/pull up skirt does not show the action
When dyeing Emmas hair, the option to change it back to blond is gone.
Also when trying to get Emma to do stuff in public (when asking her about mindwipe) this error comes up.
Just checked the code, and those errors I'm seeing for this version (Version 08-10 for 0.980) seem to be because there are three variables commented out on the script.rpy: R_Rules, K_Rules, and E_Rules. Removing the # fixed all of those errors.
 

Tinymanhood

Member
Modder
Jun 6, 2017
353
836
Just checked the code, and those errors I'm seeing for this version (Version 08-10 for 0.980) seem to be because there are three variables commented out on the script.rpy: R_Rules, K_Rules, and E_Rules. Removing the # fixed all of those errors.
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.
 
  • Like
Reactions: hooviescoop

aswindler6

Newbie
Jun 3, 2018
86
58
Just one more question about this or future mods..can we have a new pet name options for ourselves and mystique other then boy...and for emma more than boyfriend?
 
  • Like
Reactions: Parnso

AngryTrash

New Member
May 11, 2018
6
1
Can't launch the game when use on v0.980i... :(
The mod download's full title says that the testing branch (which doesn't even work for me with the all in one, thanks to the inventory crash and the fact that a sex scene with Rogue keeps floating around on top of everything else), is for .980b which is a completely different version to .980i thanks to several code tweaks. The good news is that apparently .980i is the last small fix Oni wants to release before .981.
 

Varimatras

Member
Apr 29, 2017
114
127
980i might be the newest main game version,
but modding it to this degree as this mod does is not just done in 5 minutes and maybe wont be done for 980i anyways, but for 981 when it comes.

so use 978+the mod, wait for an update on this testing version for 980b or play 980i...the choice is yours :)
 

locomotor79

Well-Known Member
Oct 2, 2016
1,803
761
latest modded version i get a renpy error when clicking on the back and its un-ignoreble.
i can change the bars atleast but still i canot acces the bag
 

rewpoi

Member
May 28, 2017
122
59
In the test version, Error while opening the bag. Unignorable.
A guy above had the same problem.
By the way, this mod is amazing, mate.
 
  • Like
Reactions: MaxVaron

AngryTrash

New Member
May 11, 2018
6
1
In the test version, Error while opening the bag. Unignorable.
A guy above had the same problem.
By the way, this mod is amazing, mate.
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
 
4.60 star(s) 9 Votes