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

4.60 star(s) 9 Votes

PierrotSol

Member
Sep 15, 2017
321
865
Not sure if it's been posted before, but during foreplay it seems to be impossible to remove Rogue's buttoned top sometimes.

I leave a save with said bug since there's no exception error for this one.
 

OxxxO

New Member
Sep 19, 2018
4
2
Any android release yet. Been waiting 3 weeks. A little bit or confirmation would be nice :)
 

Ut5962

Member
Aug 6, 2016
404
575
On the fist day (after a new game) I tried to remove her hoodie without anything under it in her room and this happened :

Edit : fiRst day ! But fist day might be something interesting hehe

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

While running game code:
  File "game/script Locations.rpy", line 1259, in script call
    call Girls_Location
  File "game/script Functions.rpy", line 2928, in script call
    call Rogue_Leave
  File "game/script Locations.rpy", line 474, in script call
    call Chat
  File "game/script Functions.rpy", line 1428, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 233, in script call
    call Rogue_Settings
  File "game/Rogue_Chat.rpy", line 1155, in script call
    call Rogue_Clothes
  File "game/Rogue_Chat.rpy", line 5298, in script
    h_r "I'm afraid I don't have anything on under this."
Exception: Sayer 'h_r' is not defined.

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

Full traceback:
  File "game/script Locations.rpy", line 1259, in script call
    call Girls_Location
  File "game/script Functions.rpy", line 2928, in script call
    call Rogue_Leave
  File "game/script Locations.rpy", line 474, in script call
    call Chat
  File "game/script Functions.rpy", line 1428, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 233, in script call
    call Rogue_Settings
  File "game/Rogue_Chat.rpy", line 1155, in script call
    call Rogue_Clothes
  File "game/Rogue_Chat.rpy", line 5298, in script
    h_r "I'm afraid I don't have anything on under this."
  File "C:\Users\gaelv\Downloads\Rogue-Like-0.980b-08-10-win\renpy\ast.py", line 596, in execute
    who = eval_who(self.who, self.who_fast)
  File "C:\Users\gaelv\Downloads\Rogue-Like-0.980b-08-10-win\renpy\ast.py", line 509, in eval_who
    raise Exception("Sayer '%s' is not defined." % who.encode("utf-8"))
Exception: Sayer 'h_r' is not defined.

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

Deepsea

Member
Apr 20, 2017
251
525
Got an error when kissing in public.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script Locations.rpy", line 1920, in script call
call Chat from _call_Chat_5
File "game/script Functions.rpy", line 1438, in script call
call Kitty_Chat
File "game/Kitty_Chat.rpy", line 354, in script call
call Kitty_SexMenu
File "game/Kitty_Sex.rpy", line 80, in script call
call K_Makeout
File "game/Kitty_Sex.rpy", line 1052, 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 2121, in script
if "Kitty" not in Rules:
File "game/Kitty_Sex.rpy", line 2121, in <module>
if "Kitty" 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 from _call_Chat_5
File "game/script Functions.rpy", line 1438, in script call
call Kitty_Chat
File "game/Kitty_Chat.rpy", line 354, in script call
call Kitty_SexMenu
File "game/Kitty_Sex.rpy", line 80, in script call
call K_Makeout
File "game/Kitty_Sex.rpy", line 1052, 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 2121, in script
if "Kitty" not in Rules:
File "[redacted]\Rogue-Like EX\renpy\ast.py", line 1681, in execute
if renpy.python.py_eval(condition):
File "[redacted]\Rogue-Like EX\renpy\python.py", line 1794, in py_eval
return py_eval_bytecode(code, globals, locals)
File "[redacted]\Rogue-Like EX\renpy\python.py", line 1788, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Kitty_Sex.rpy", line 2121, in <module>
if "Kitty" 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
 

Azie

Newbie
May 27, 2018
71
36
Is Kitty's leather top still glitched for anyone else? It shows up in the store, but when I click on it, it stays in the store, and I'm down about forty bucks
 
  • Like
Reactions: Rykonate

Tinymanhood

Member
Modder
Jun 6, 2017
353
836
Got an error when kissing in public.
Is Kitty's leather top still glitched for anyone else? It shows up in the store, but when I click on it, it stays in the store, and I'm down about forty bucks
will fix the issue with not being able to buy Kitty's leather top, and hopefully the issue with kissing in public aswell (if not I'll look into it tomorrow).

Just extract the .rpy file to the "game" folder and overwrite when asked.
 
4.60 star(s) 9 Votes