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

4.60 star(s) 9 Votes

Azie

Newbie
May 27, 2018
71
36
Another bug: if you use the vibrator on a character and give them enough orgasms to tire them out and you choose to stop, the game goes back to the main menu
 

GAB

Salty Montrealer
Donor
May 10, 2017
2,334
17,475
@MrChow thanks for the update, have a question and a request, do you need help fixing the title to correct it on the recent version

request: define if the vanilla game is needed or not on each dl version please :)
also maybe combine the mod + the fix?
 

Tinymanhood

Member
Modder
Jun 6, 2017
353
836
@MrChow thanks for the update, have a question and a request, do you need help fixing the title to correct it on the recent version

request: define if the vanilla game is needed or not on each dl version please :)
also maybe combine the mod + the fix?
Nah, it's cool, I got it, but thanks for offering. I've updated the title as requested.
The test build has already been updated with the fix, and the link has been updated.
The fix is for the people who had already downloaded the test build before I uploaded the fix.
 
  • Like
Reactions: hooviescoop

GAB

Salty Montrealer
Donor
May 10, 2017
2,334
17,475
Nah, it's cool, I got it, but thanks for offering. I've updated the title as requested.
The test build has already been updated with the fix, and the link has been updated.
The fix is for the people who had already downloaded the test build before I uploaded the fix.
I see you added some text on the parts of dl links but
Mod version & Game version still has the old info. btw title is still 24/08, I'm not sure you understood how to fix it or you didn't do it correctly.

Or maybe it's just me cause it's a test version and you're waiting for 0.980h (idk up to where it's gonna be) before adding the most recent info
 

Ennoch

Conversation Conqueror
Respected User
Oct 10, 2017
7,215
19,250
The 24/08 is for 0.978, a stable version. The new test version is considered very much w.i.p. as bugs being reported, fixed, MrChow drops a new one daily here for the 0.980, its messy (getting better) and basically betatested by us each day. Thats the story behind it.
 

everglow

Member
Game Developer
Sep 14, 2016
169
473
My 2 cents :)

24-8
Mac:
Android:

8-10
Mac:
Android:

As usual, those are just rebuilds of the posted version, don't blame me for bugs ;)
 
  • Like
Reactions: hooviescoop

Karasu-sama

Newbie
Feb 12, 2018
46
47
I'm running into the old problem of girls wanting to talk, and then not saying anything. Not sure if there's an established fix or strategy here. All I know is Rogue or Kitty want to meet me in my room to talk and try as I might, I can't make the event go. I invite them over, I talk a bunch but the relationship events don't trigger. What do?
 

Tinymanhood

Member
Modder
Jun 6, 2017
353
836
I see you added some text on the parts of dl links but
Mod version & Game version still has the old info. btw title is still 24/08, I'm not sure you understood how to fix it or you didn't do it correctly.

Or maybe it's just me cause it's a test version and you're waiting for 0.980h (idk up to where it's gonna be) before adding the most recent info
The OP is as it should be right now. 24-08 is the newest "stable" build.
There's version numbers on all of the downloads, and there's links for the different platforms.
The test build clearly says "test build for 0.980". The section with the test build, is the only new thing in the OP. Other than that, it's the same as always.
I honestly don't get what more you want from me?

My 2 cents :)
8-10
Mac:
Android:
Uploading the test build for Mac and Android, might not be the best idea at the moment. It's not ready.
 

Corbous1

Member
Sep 12, 2017
222
1,501
Get this error if I try and go into the backpack:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script Locations.rpy", line 182, 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

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

Full traceback:
  File "game/script Locations.rpy", line 182, in script call
    call Worldmap
  File "game/script Locations.rpy", line 12, in script
    menu:
  File "F:\DL\Rogue-Like-0.980b-11-10-win\Rogue-Like-0.980b-11-10-win\renpy\ast.py", line 1483, in execute
    choice = renpy.exports.menu(choices, self.set)
  File "F:\DL\Rogue-Like-0.980b-11-10-win\Rogue-Like-0.980b-11-10-win\renpy\exports.py", line 868, in menu
    rv = renpy.store.menu(items)
  File "F:\DL\Rogue-Like-0.980b-11-10-win\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 "F:\DL\Rogue-Like-0.980b-11-10-win\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 "F:\DL\Rogue-Like-0.980b-11-10-win\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 "F:\DL\Rogue-Like-0.980b-11-10-win\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 "F:\DL\Rogue-Like-0.980b-11-10-win\Rogue-Like-0.980b-11-10-win\renpy\display\core.py", line 495, in visit_all
    d.visit_all(callback)
  File "F:\DL\Rogue-Like-0.980b-11-10-win\Rogue-Like-0.980b-11-10-win\renpy\display\core.py", line 495, in visit_all
    d.visit_all(callback)
  File "F:\DL\Rogue-Like-0.980b-11-10-win\Rogue-Like-0.980b-11-10-win\renpy\display\core.py", line 495, in visit_all
    d.visit_all(callback)
  File "F:\DL\Rogue-Like-0.980b-11-10-win\Rogue-Like-0.980b-11-10-win\renpy\display\screen.py", line 401, in visit_all
    callback(self)
  File "F:\DL\Rogue-Like-0.980b-11-10-win\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 "F:\DL\Rogue-Like-0.980b-11-10-win\Rogue-Like-0.980b-11-10-win\renpy\display\screen.py", line 411, in per_interact
    self.update()
  File "F:\DL\Rogue-Like-0.980b-11-10-win\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
 
  • Like
Reactions: chrispwnzja

McFwk

Newbie
Sep 26, 2017
58
10
ay lads, when i pressed the backpack this error came up (for the 0.0980b)
While running game code:
File "game/script Locations.rpy", line 741, 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
 

AlyxMS

Newbie
Nov 5, 2017
38
44
Why is
Code:
#    default R_Rules = 1
#    default K_Rules = 1
#    default E_Rules = 1
in script.rpy commented out? It wasn't from the last version.
This is causing the inventory screen to crash the game.
 

everglow

Member
Game Developer
Sep 14, 2016
169
473
Uploading the test build for Mac and Android, might not be the best idea at the moment. It's not ready.
Got it, I just thought it might help to have more users reporting bugs.
Btw, for the next ones I'll wait until a more-stable version.
 
  • Like
Reactions: campfap

Tinymanhood

Member
Modder
Jun 6, 2017
353
836
Why is
Code:
#    default R_Rules = 1
#    default K_Rules = 1
#    default E_Rules = 1
in script.rpy commented out? It wasn't from the last version.
This is causing the inventory screen to crash the game.
For testing purposes.

Got it, I just thought it might help to have more users reporting bugs.
Btw, for the next ones I'll wait until a more-stable version.
True, but it's gonna be a hazzle keeping up with all the small updates. Might aswell wait till it's a bit more stable.
Thanks for uploading for version 24-08 though!
 

AlyxMS

Newbie
Nov 5, 2017
38
44
Messing around in public with Emma in causing a error.

File "game/Emma_Sex.rpy", line 2157, in <module>
while i < len(ModdedGirls):
NameError: name 'i' is not defined

Referencing the previous version I removed 4 spaces in line 2156 to 2160 from Emma_Sex.rpy to make them in line with $ i = 0.
Code:
            call Girls_Noticed("Emma")
            while i < len(ModdedGirls):
                if newgirl[ModdedGirls[i]].Loc == bg_current:
                        call NewGirl_Noticed(ModdedGirls[i], "Emma")
                $ i += 1
This appears to fix the problem but it's all guess work since I don't know much about Ren'py, maybe you can implement a proper fix?

Another thing, not sure if bug or feature. In the boobjob and cowgirl animations sometimes emma will have the "Emma_BJ_Mouth_Sucking" mouth pulsating on top of her normal mouth, which is just kinda creepy.
 

123456789apples

New Member
Oct 11, 2018
5
24
More errors. Kissing in public at the stadium with Rogue.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script Locations.rpy", line 1920, in script call
    call Chat
  File "game/script Functions.rpy", line 1428, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 115, in script call
    call Rogue_Flirt
  File "game/Rogue_Chat.rpy", line 2053, in script call
    call Rogue_SexAct("kissing")
  File "game/Rogue_Sex.rpy", line 28, in script call
    call R_KissPrep
  File "game/Rogue_Sex.rpy", line 1108, in script call
    call Sex_Dialog("Rogue",Partner)
  File "game/script Functions.rpy", line 4269, in script call
    call Rogue_Taboo
  File "game/Rogue_Sex.rpy", line 2195, in script
    if "Rogue" not in Rules:
  File "game/Rogue_Sex.rpy", line 2195, in <module>
    if "Rogue" not in Rules:
TypeError: argument of type 'int' is not iterable

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

Full traceback:
  File "game/script Locations.rpy", line 1920, in script call
    call Chat
  File "game/script Functions.rpy", line 1428, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 115, in script call
    call Rogue_Flirt
  File "game/Rogue_Chat.rpy", line 2053, in script call
    call Rogue_SexAct("kissing")
  File "game/Rogue_Sex.rpy", line 28, in script call
    call R_KissPrep
  File "game/Rogue_Sex.rpy", line 1108, in script call
    call Sex_Dialog("Rogue",Partner)
  File "game/script Functions.rpy", line 4269, in script call
    call Rogue_Taboo
  File "game/Rogue_Sex.rpy", line 2195, in script
    if "Rogue" not in Rules:
  File "[redacted]\renpy\ast.py", line 1681, in execute
    if renpy.python.py_eval(condition):
  File "[redacted]\renpy\python.py", line 1794, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "[redacted]\renpy\python.py", line 1788, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Rogue_Sex.rpy", line 2195, in <module>
    if "Rogue" not in Rules:
TypeError: argument of type 'int' is not iterable

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

Tinymanhood

Member
Modder
Jun 6, 2017
353
836
Messing around in public with Emma in causing a error.

File "game/Emma_Sex.rpy", line 2157, in <module>
while i < len(ModdedGirls):
NameError: name 'i' is not defined

Referencing the previous version I removed 4 spaces in line 2156 to 2160 from Emma_Sex.rpy to make them in line with $ i = 0.
Code:
            call Girls_Noticed("Emma")
            while i < len(ModdedGirls):
                if newgirl[ModdedGirls[i]].Loc == bg_current:
                        call NewGirl_Noticed(ModdedGirls[i], "Emma")
                $ i += 1
This appears to fix the problem but it's all guess work since I don't know much about Ren'py, maybe you can implement a proper fix?

Another thing, not sure if bug or feature. In the boobjob and cowgirl animations sometimes emma will have the "Emma_BJ_Mouth_Sucking" mouth pulsating on top of her normal mouth, which is just kinda creepy.
I'll fix it with the next update.

Emma's new blowjob face is being used during the cowgirl animation, so that's the reason for the mouth. I'l check if Oni has fixed that in a newer version. I will redo it if he hasn't.
 
  • Like
Reactions: winter0s

sparrow13

Newbie
Jan 27, 2018
19
17
@MrChow

I did the tattoos for missionary and normal; I came to the realization that you cold just have the tattoos behave like her pubes; and that should work for every tan and pierce combination. At least, thats what I noticed after going through the missionary images, with the pubes and piercings separated from the tan combinations. I'm assuming her spirit art not being separated is a legacy feature?
 
4.60 star(s) 9 Votes