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

5.00 star(s) 3 Votes

Taira_

Formerly 'dsdonutt'
Oct 22, 2019
3
1
That's what I wrote:


EDIT: Oh, if you mean the pictures, that was a picture manipulation with GIMP :)
so that you can better visualise what the masks do.

If I could make that visible in the game it wouldn't have cost me hours of work... o_O

EDIT2: (And I really tried to make them visible. All sorts of formatting and recolouring. But either there was an error message from the game or you still didn't see anything in the game)
Hello! Can you say, how did you exctarct files from game, and compress them after? I want to check if there is any way to fix deepthroat animations on Wanda and Kitty, because i think your fix for sex scenes for Laura might help with this new bug for Wanda and Kitty.
 

smile07

Member
Dec 2, 2023
116
356
That's what I wrote:


EDIT: Oh, if you mean the pictures, that was a picture manipulation with GIMP :)
so that you can better visualise what the masks do.

If I could make that visible in the game it wouldn't have cost me hours of work... o_O

EDIT2: (And I really tried to make them visible. All sorts of formatting and recolouring. But either there was an error message from the game or you still didn't see anything in the game)

in general, i did the same as you but with the code
in animation you look for the mask output where it is used and select the coordinates in pos

1751827103898.png

1751827400097.png
 

Laritas

Member
Jul 10, 2023
333
619
in general, i did the same as you but with the code
in animation you look for the mask output where it is used and select the coordinates in pos

View attachment 5016699

View attachment 5016711
Yes, that looks good. It's also much better if it's solved via the code than via the fiddling I did with the images. The connection of the penis to the vagina also looks much better than with my image solution.

Now the puzzle remains to be solved as to why Laura's mask shifts in the modded version (it already did in the prime mod).
 
  • Like
Reactions: Taira_

Laritas

Member
Jul 10, 2023
333
619
Hello! Can you say, how did you exctarct files from game, and compress them after? I want to check if there is any way to fix deepthroat animations on Wanda and Kitty, because i think your fix for sex scenes for Laura might help with this new bug for Wanda and Kitty.
I used the Linux version of the unren unpacker.
https://f95zone.to/threads/unren-ba...compiler-console-developer-menu-enabler.3083/

I'd have to figure out how to do it again myself (I forgot how to do it months ago after using it once) because I wanted to colour the girls' eyes demonically and want to have the pictures of the current version.
 
  • Like
Reactions: Taira_

smile07

Member
Dec 2, 2023
116
356
Is there any way what this can help with Wanda and Kitty bug? The way i see it, maybe the mask for DT has wrong "coordinates"...
as I understand it, it's not the mask, but the animation logic itself that is a bit broken, which needs to be fixed

as a temporary option, in places where animations are broken, replace the alpha mask with the left one (the file is kitty animation, and the lines are visible on the screenshots)


1751831242566.png

1751831628789.png
 

machibachan

New Member
Jan 20, 2023
2
0
Ah well, I'll start a new run then. I'm still playing on Rogue-Like-r8-1.62d-3-mod-linux.

The version is very stable so far. No bugs or major errors. The only thing I've noticed so far is that Jubilee's red skirt can't be coloured. It is not available for selection in the colouring menu. In contrast, the visually identical lower part of the red dress can be dyed without any problems.
View attachment 5014855 View attachment 5014854

Similar with Emma. Her white dress. The whole costume can be dyed. But I only like the see-through bottom part. It's great to combine with other outfits, e.g. with the corset top. But also if you recolour the skirt, which is also shown as uncoloured in the colouring menu. It remains white in the game. But together with the top it changes colour in the game world.
View attachment 5014853 View attachment 5014852
One quick question how do i put them like that type of goth i mean! how? i need to enable something im playing the version and as far as i go only regular costumes not black ones or even goth ones
 

Laritas

Member
Jul 10, 2023
333
619
One quick question how do i put them like that type of goth i mean! how? i need to enable something im playing the version and as far as i go only regular costumes not black ones or even goth ones
One of the great features of the X-Mod for rogue-like-evolution is the recolouring menu.
For me, that's why rogue-like-evolution without X-Mod just feels bland and stale.

Once you're good enough with the girls that you can get into their clothing options, you can get to the recolouring option.
Bildschirmfoto_2025-07-07_20-41-02.png Bildschirmfoto_2025-07-07_20-41-17.png
Not only can you dye clothes, but also hair and lips (I like black lipstick).

I'll give an example of Jean here.
Jeans clothes:
Her green skirt, and her shower towel.
Bildschirmfoto_2025-07-07_20-41-44.png

This is now dyed:
Bildschirmfoto_2025-07-07_20-42-55.png

And turns it into a black dress:
Bildschirmfoto_2025-07-07_20-44-38.png

Here are a few other examples of clothes that enable the X-Mod and are not available in the normal game:
Bildschirmfoto_2025-07-07_20-47-01.png Bildschirmfoto_2025-07-07_20-56-13.png
 
Jun 27, 2019
42
86

Shyukei

New Member
Jan 7, 2019
2
0
Hi, i tried to launch the mod on joiplay but everytime it gives me this code...


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

While running game code:
  File "game/script Functions.rpy", line 5134, in <module>
NameError: name 'StageRight' is not defined

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

Full traceback:
  File "script Functions.rpyc", line 5134, in script
  File "renpy/ast.py", line 1293, in execute
  File "renpy/display/transform.py", line 1075, in __init__
  File "renpy/atl.py", line 306, in __init__
  File "renpy/python.py", line 1159, in py_eval
  File "renpy/python.py", line 1152, in py_eval_bytecode
  File "game/script Functions.rpy", line 5134, in <module>
NameError: name 'StageRight' is not defined

How can i fix this to play on android ?
 

Armagedon13

Newbie
May 24, 2018
93
188
Hi, i tried to launch the mod on joiplay but everytime it gives me this code...


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

While running game code:
  File "game/script Functions.rpy", line 5134, in <module>
NameError: name 'StageRight' is not defined

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

Full traceback:
  File "script Functions.rpyc", line 5134, in script
  File "renpy/ast.py", line 1293, in execute
  File "renpy/display/transform.py", line 1075, in __init__
  File "renpy/atl.py", line 306, in __init__
  File "renpy/python.py", line 1159, in py_eval
  File "renpy/python.py", line 1152, in py_eval_bytecode
  File "game/script Functions.rpy", line 5134, in <module>
NameError: name 'StageRight' is not defined

How can i fix this to play on android ?
If you are using the old renpy version you need to change the version of the renpy in joiplay, long tap the game and edit, go to type and select the renpy 7
 

Armagedon13

Newbie
May 24, 2018
93
188
Hey again, i did exactly what you said but the exact same problem shows up again :/
try others versions of renpy, 7.4, python 2, python 3. the version i was using with is 7.4 with the version of the mod 7.4.11, but you can use the version 8.3.7 and not change the joiplay config
 
5.00 star(s) 3 Votes