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

4.60 star(s) 9 Votes

Azie

Newbie
May 27, 2018
71
36
is there any reason that I can't go to the pool and the football field now?
 

Tinymanhood

Member
Modder
Jun 6, 2017
353
836
So here is a small list of tracebacks on bugs that popped after a quick first try. Gonna roll back to the unmodded one for now :)
Thanks, I'll have a look at that later!

I wanna give modding a shot, how exactly do I go about it?
That depends on what you want to do. If you want to play around with the code, you'd have to know some programming. I suggest learning about Ren'Py and Python for a start.

is there any reason that I can't go to the pool and the football field now?
And there's no cheat to unlock everything from what I can see.
Which versions of the game and mod are you using? The mod is currently for 0.978. I did upload a version for 0.980 last night, but that one is still being tested.
I know cheats aren't in yet, you'll simply have do without, or you can activate the developer console, which will activate a cheat menu next to your bag in the top right corner.
 

Tinymanhood

Member
Modder
Jun 6, 2017
353
836
For those who are testing the mod for 0.980, this should fix the pool, football field and Mystique's room.


I'll do some more fixes later.

@Ennoch this fixes the errors you posted aswell
 

kinglevvis

Member
Aug 6, 2017
114
111
Came across a bug when Mystique is introduced, the UI disappered. Has anyone else encountered this and/or know how to fix this?
 

Azie

Newbie
May 27, 2018
71
36
I was playing the .980b version, mainly because I wanted to test out the new threesome mechanic. I went back to the .978 version and it works fine. Just didn't know the cheat menu wasn't in the former yet.
 

Tinymanhood

Member
Modder
Jun 6, 2017
353
836
I was playing the .980b version, mainly because I wanted to test out the new threesome mechanic. I went back to the .978 version and it works fine. Just didn't know the cheat menu wasn't in the former yet.
I'll make sure to get it implemented soon. I'm just focusing on getting everything else working right now.
 

Sirgerrad

New Member
Dec 27, 2016
6
10
Hi, first of all, thank you for making this great mod.

I found a bug when using the vibrator in class on Kitty.

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

While running game code:
  File "game/script Locations.rpy", line 1314, in script call
    call Girls_Location
  File "game/script Functions.rpy", line 2446, in script call
    call Kitty_Leave(GirlsNum)
  File "game/Kitty_DateNight.rpy", line 978, in script call
    call Kitty_Sleepover
  File "game/Kitty_Scenes.rpy", line 411, in script call
    call Girls_Location
  File "game/script Functions.rpy", line 2446, in script call
    call Kitty_Leave(GirlsNum)
  File "game/script Locations.rpy", line 2044, in script call
    call Chat
  File "game/script Functions.rpy", line 1206, in script call
    call Emma_Chat
  File "game/Emma_Chat.rpy", line 218, in script call
    call Emma_SexMenu
  File "game/script Locations.rpy", line 3474, in script call
    call Round10
  File "game/script Functions.rpy", line 1027, in script call
    call Kitty_Sleepover
  File "game/Kitty_Scenes.rpy", line 411, in script call
    call Girls_Location
  File "game/script Functions.rpy", line 2446, in script call
    call Kitty_Leave(GirlsNum)
  File "game/script Locations.rpy", line 3474, in script call
    call Round10
  File "game/script Functions.rpy", line 1027, in script call
    call Kitty_Sleepover
  File "game/Kitty_Scenes.rpy", line 411, in script call
    call Girls_Location
  File "game/script Functions.rpy", line 2446, in script call
    call Kitty_Leave(GirlsNum)
  File "game/script Locations.rpy", line 958, in script
    with Shake((0, 0, 0, 0), 3.0, dist=5)
  File "game/script Locations.rpy", line 958, in <module>
    with Shake((0, 0, 0, 0), 3.0, dist=5)
NameError: name 'Shake' is not defined

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

Full traceback:
  File "game/script Locations.rpy", line 1314, in script call
    call Girls_Location
  File "game/script Functions.rpy", line 2446, in script call
    call Kitty_Leave(GirlsNum)
  File "game/Kitty_DateNight.rpy", line 978, in script call
    call Kitty_Sleepover
  File "game/Kitty_Scenes.rpy", line 411, in script call
    call Girls_Location
  File "game/script Functions.rpy", line 2446, in script call
    call Kitty_Leave(GirlsNum)
  File "game/script Locations.rpy", line 2044, in script call
    call Chat
  File "game/script Functions.rpy", line 1206, in script call
    call Emma_Chat
  File "game/Emma_Chat.rpy", line 218, in script call
    call Emma_SexMenu
  File "game/script Locations.rpy", line 3474, in script call
    call Round10
  File "game/script Functions.rpy", line 1027, in script call
    call Kitty_Sleepover
  File "game/Kitty_Scenes.rpy", line 411, in script call
    call Girls_Location
  File "game/script Functions.rpy", line 2446, in script call
    call Kitty_Leave(GirlsNum)
  File "game/script Locations.rpy", line 3474, in script call
    call Round10
  File "game/script Functions.rpy", line 1027, in script call
    call Kitty_Sleepover
  File "game/Kitty_Scenes.rpy", line 411, in script call
    call Girls_Location
  File "game/script Functions.rpy", line 2446, in script call
    call Kitty_Leave(GirlsNum)
  File "game/script Locations.rpy", line 958, in script
    with Shake((0, 0, 0, 0), 3.0, dist=5)
  File "D:\hgames\Rogue-Like-0.980b-04-10-win\renpy\ast.py", line 1282, in execute
    trans = renpy.python.py_eval(self.expr)
  File "D:\hgames\Rogue-Like-0.980b-04-10-win\renpy\python.py", line 1794, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\hgames\Rogue-Like-0.980b-04-10-win\renpy\python.py", line 1788, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script Locations.rpy", line 958, in <module>
    with Shake((0, 0, 0, 0), 3.0, dist=5)
NameError: name 'Shake' is not defined

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

GodDarkChaos

Newbie
May 5, 2018
95
29
how to unlock Mystique? i cant talk to her and there is no event like emma :S confused bit here can someone explain to me step by step what should i do?
 

MK78

Member
Modder
Dec 23, 2017
339
686
how to unlock Mystique? i cant talk to her and there is no event like emma :S confused bit here can someone explain to me step by step what should i do?
Meet every girl before her than go to class at morning, after that you can meet her again in the danger room at night at tuesdays or thursdays!
 
  • Like
Reactions: GodDarkChaos

megaera

Member
Nov 12, 2016
333
293
Meet every girl before her than go to class at morning, after that you can meet her again in the danger room at night at tuesdays or thursdays!
Yes, but after the danger room? Its supposed to open her room, which it doesn't and I can see her back in the D Room on the appropriate days, but it does nothing.
 

GAB

Salty Montrealer
Donor
May 10, 2017
2,345
17,562
Seems like I missed some update cause I'm rather confused about those mod updates now

Right, I need some sleep now, and so does my fingers lol. I've got most of it working, except for some missing UI elements for Mystique, as far as I know, but there's probably other stuff missing/not working.
If people are interested in doing some testing, it can be downloaded here:


You will have to start a new game.
Bare in mind that it probably will be buggy, but that's what the testing is for. Just post a log if you get any errors, and I'll look into it some time tomorrow.
So this version doesn't have the stat bars able to be dragged and I'm not I understand which version this is for but I'm guessing this is for 0.980 according to the next quote

For those who are testing the mod for 0.980, this should fix the pool, football field and Mystique's room.


I'll do some more fixes later.

@Ennoch this fixes the errors you posted aswell
So this is for 0.980 but it,s currently on testing version and you put it on the modded version of the game above?

(@MK78 oy btw your signature picture is broken and you gotta find an ewplace to host your picture so it's shown on f95)
 

MrJay

Active Member
Apr 21, 2017
526
1,517
Wow, thanks a lot for this release! I have to say it is surprisingly smooth for a first (or second? I installed the first fix I found) pass but I managed to find some bugs either way, here are those that produced text logs:
In order, iirc, they are 1. Continuing to make out with Rogue in the danger room (I think it was like third time I pressed "continue"). 2. Loading a save game. 3. Trying to purchase the white see-through top.

Other bugs I found:
When Rogue cleans me up after sex, her standing sprite is left in the background behind her cleaning animation (but the one in the background lacks hair).
I bought the black shorts-like panties (forgot what they're called, she starts with a green pair iirc) but I could only put them on her once and if I take them off the game acts like I never bought them except I can't buy them again.
I think that's it. Again, really great job so far!
 
4.60 star(s) 9 Votes