Mod Ren'Py Rogue-like: Evolution XMod [v1.6h] [Goomoonryong9]

5.00 star(s) 3 Votes

Tooski

Newbie
Dec 16, 2016
47
24
251
Change Rogue-Like-1.62d-2-mod:

- fix inventory
- fix action cologne


renpy 7.4.11 -


renpy 8.3.7 -
i had a crash trying to get kitty to tan
 

iceman696969

Newbie
Dec 26, 2021
20
16
126
I believe there is a graphic glitch with wanda BJ scene when either "suck on it" and "take it deeper". Tried the same with the base game without the mod and worked fine? 1746133366682.png
 
  • Like
Reactions: Bekai7 and Menuhin

Tooski

Newbie
Dec 16, 2016
47
24
251
You have to be more precise. Do you have a crash report?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script Scenes.rpy", line 8783, in <module>
NameError: name 'change_skin_girls' is not defined

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

Full traceback:
  File "script Locations.rpyc", line 944, in script call
  File "script Scenes.rpyc", line 8783, in script
  File "C:\Users\gosne\Downloads\Rogue-Like-r8-1.62d-2-mod-win\renpy\ast.py", line 834, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\gosne\Downloads\Rogue-Like-r8-1.62d-2-mod-win\renpy\python.py", line 1187, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script Scenes.rpy", line 8783, in <module>
NameError: name 'change_skin_girls' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.7.25031702
Rogue-like: Evolution 1.62d
Thu May  1 19:26:14 2025
 

kulkuler

Newbie
Jul 10, 2017
30
43
211
In the game, after spending a few days sleeping with a character, I receive a key, but an error occurs when I get the key. (I could obtain the key using cheats, but I didn’t use them.) I encountered the same error when receiving the room keys for both Rogue and Kitty. (The error message is the same, with only the character names being different.)




I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Rogue_Scenes.rpy", line 361, in <module>
NameError: name 'bg_currrent' is not defined

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

Full traceback:
File "script Locations.rpyc", line 4208, in script call
File "script Functions.rpyc", line 1372, in script call
File "Rogue_Scenes.rpyc", line 361, in script
File "D:\Download\Rogue-Like-r8-1.62d-2-mod-win\renpy\ast.py", line 834, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Download\Rogue-Like-r8-1.62d-2-mod-win\renpy\python.py", line 1187, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Rogue_Scenes.rpy", line 361, in <module>
NameError: name 'bg_currrent' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.7.25031702
Rogue-like: Evolution 1.62d
Fri May 2 14:14:08 2025




Pressing "Ignore" allows the game to continue.
 
Last edited:

smile07

Member
Dec 2, 2023
127
402
173
In the game, after spending a few days sleeping with a character, I receive a key, but an error occurs when I get the key. (I could obtain the key using cheats, but I didn’t use them.) I encountered the same error when receiving the room keys for both Rogue and Kitty. (The error message is the same, with only the character names being different.)










Pressing "Ignore" allows the game to continue.

Apparently this is a typo error Oni
bg_currrent needs bg_current
 
  • Like
Reactions: kulkuler

kulkuler

Newbie
Jul 10, 2017
30
43
211
An error occurred during the event where Emma tries to call the protagonist "Daddy" for the first time.

I'm sorry, but an uncaught exception occurred.

While running game code:
NameError: name 'daddy' is not defined

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

Full traceback:
File "script Locations.rpyc", line 4406, in script call
File "script Functions.rpyc", line 1372, in script call
File "Emma_Scenes.rpyc", line 2415, in script
File "D:\Download\Rogue-Like-r8-1.62d-2-mod-win\renpy\ast.py", line 2586, in execute
Say.execute(self)
File "D:\Download\Rogue-Like-r8-1.62d-2-mod-win\renpy\ast.py", line 623, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "D:\Download\Rogue-Like-r8-1.62d-2-mod-win\renpy\exports\sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "D:\Download\Rogue-Like-r8-1.62d-2-mod-win\renpy\character.py", line 1456, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "D:\Download\Rogue-Like-r8-1.62d-2-mod-win\renpy\character.py", line 1369, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "D:\Download\Rogue-Like-r8-1.62d-2-mod-win\renpy\character.py", line 1349, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "D:\Download\Rogue-Like-r8-1.62d-2-mod-win\renpy\substitutions.py", line 373, in substitute
s = interpolate(s, variables) # type: ignore
File "D:\Download\Rogue-Like-r8-1.62d-2-mod-win\renpy\substitutions.py", line 86, in interpolate
raise e
File "D:\Download\Rogue-Like-r8-1.62d-2-mod-win\renpy\substitutions.py", line 78, in interpolate
value = renpy.python.py_eval(code, {}, scope)
File "D:\Download\Rogue-Like-r8-1.62d-2-mod-win\renpy\python.py", line 1218, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Download\Rogue-Like-r8-1.62d-2-mod-win\renpy\python.py", line 1211, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
NameError: name 'daddy' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.7.25031702
Rogue-like: Evolution 1.62d
Fri May 2 15:24:43 2025
 

Bekai7

Member
Jul 6, 2020
250
369
139
yoooo guys!! you wont believe this!!!

wanda interrupted the first time Emma and i met.

i already fucked her to she wanted some,

i swap to her and then back to emma and guess what??

it let me select a sex action. she would let me grind and pretty much anything but sex.

so i fucked her mouth and she milked me dry

You don't have permission to view the spoiler content. Log in or register now.

ohh i have all the colognes and i used the obedience one thats why im on day 65
 

soab38

New Member
Jan 22, 2018
10
6
98
yoooo guys!! you wont believe this!!!

wanda interrupted the first time Emma and i met.

i already fucked her to she wanted some,

i swap to her and then back to emma and guess what??

it let me select a sex action. she would let me grind and pretty much anything but sex.

so i fucked her mouth and she milked me dry

You don't have permission to view the spoiler content. Log in or register now.

ohh i have all the colognes and i used the obedience one thats why im on day 65
Oni has released her doggy pose, so yes there is a sex action for Wanda now as of 1.62
 
  • Like
Reactions: Bekai7

smile07

Member
Dec 2, 2023
127
402
173
Change Rogue-Like-1.62d-3-mod:

- fix label Pool_Sunbathe2
- Oni typos when getting girl's key
- fixes dictionary key access in dialogue


renpy 7.4.11 -


renpy 8.3.7 -
 

kulkuler

Newbie
Jul 10, 2017
30
43
211
Another issue came up. This time, an error occurred during the event where Laura calls the protagonist "Sir" for the first time.

I'm sorry, but an uncaught exception occurred.

While running game code:
NameError: name 'sir' is not defined

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

Full traceback:
File "script Locations.rpyc", line 4505, in script call
File "script Functions.rpyc", line 1372, in script call
File "Laura_Scenes.rpyc", line 1512, in script
File "E:\Rogue-Like-r8-1.62d-3-mod-win\renpy\ast.py", line 2586, in execute
Say.execute(self)
File "E:\Rogue-Like-r8-1.62d-3-mod-win\renpy\ast.py", line 623, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\Rogue-Like-r8-1.62d-3-mod-win\renpy\exports\sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "E:\Rogue-Like-r8-1.62d-3-mod-win\renpy\character.py", line 1456, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "E:\Rogue-Like-r8-1.62d-3-mod-win\renpy\character.py", line 1369, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "E:\Rogue-Like-r8-1.62d-3-mod-win\renpy\character.py", line 1349, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "E:\Rogue-Like-r8-1.62d-3-mod-win\renpy\substitutions.py", line 373, in substitute
s = interpolate(s, variables) # type: ignore
File "E:\Rogue-Like-r8-1.62d-3-mod-win\renpy\substitutions.py", line 86, in interpolate
raise e
File "E:\Rogue-Like-r8-1.62d-3-mod-win\renpy\substitutions.py", line 78, in interpolate
value = renpy.python.py_eval(code, {}, scope)
File "E:\Rogue-Like-r8-1.62d-3-mod-win\renpy\python.py", line 1218, in py_eval
return py_eval_bytecode(code, globals, locals)
File "E:\Rogue-Like-r8-1.62d-3-mod-win\renpy\python.py", line 1211, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
NameError: name 'sir' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.7.25031702
Rogue-like: Evolution 1.62d
Fri May 2 22:24:26 2025
 
  • Like
Reactions: smile07

Bekai7

Member
Jul 6, 2020
250
369
139
Oni has released her doggy pose, so yes there is a sex action for Wanda now as of 1.62
What surprised me was that emma gave me a bj when i catched her mastrubating in class, she just lets you touch her at best.

It only happened cuz Wanda enter the room.

That's cool shame it's buggy and doesn't clash well with the newer version of Xmod. I really do like the interactions added by R5, wish there was an easier way to combine them
What about the compatibility with prime is it posible? And am i imaging it or this mod incorporated Diddymyman's versions of the first time you meet the girls?
 
Last edited:

Bekai7

Member
Jul 6, 2020
250
369
139
Are there any more errors?
I ll send you one i got with laura when i get home, half of my dick disapeared. And when on doggy it almost desapeared completely. I have some print screens and a save. It didnt get an error message.

By the way its there a way to max out girls actions without maxing all her atributes. Or ill have to edit the save?

If so, somebody can tell me what imput should i change?

Im on a speed run play and more actions help a lot.

The save i have with the error is a new one, unaltered, i just went in time to day 60 manually to buy the colognes.
 
Jun 27, 2019
52
109
157
What surprised me was that emma gave me a bj when i catched her mastrubating in class, she just lets you touch her at best.

It only happened cuz Wanda enter the room.

What about the compatibility with prime is it posible? And am i imaging it or this mod incorporated Diddymyman's versions of the first time you meet the girls?
I just looked at it through Grviwer A clean download of Xmod has files of the Prime Mod in a file in the archive.rpa called mod_prime_1-62c

I looked at the combine one not only did the person put the interactions from Diddymyman's mod, but also seems to have outfits for Rogue from the Expanded Mod but doesn't use them. It had bugs when I tried the combined one so I had to slam my head against the wall until I vaguely understood the code enough to fix it.

But when combining it with the newer updates of Xmod caused it more bugs, but still somewhat playable. I'm going to spend maybe an hour or 2 if I can fix it or combine it with expanded outfits. But probably not since I don't know how to code and the newer updates probably destroyed whatever they were connected to.
 
  • Like
Reactions: Bekai7
5.00 star(s) 3 Votes