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

smile07

Newbie
Dec 2, 2023
56
137
I have downloaded your latest version of the Xmod, where can I find the colour menu for jeans clothing? I can only colour her hair and lips. Even with the same clothes as in your picture.
You don't have permission to view the spoiler content. Log in or register now.

With Emma I have the full choice
You don't have permission to view the spoiler content. Log in or register now.

EDIT:
Mhh, however when I click on any option in Emma, whether hair lips or any item of clothing I now get the following error message:
'SetColor' object has no attribute 'item_type'

EDIT2:
Just tried it with the girls, I get this error message with all the girls when I try to colour anything. Even if it was something I have coloured before (for example lips).

Most likely a new save is needed, since some functions have not been pulled up
 

Vetrais

Newbie
Mar 31, 2024
43
32
As an example of how it will (hopefully) work, here's my override file for the Halloween event. It's definitely the most complicated one so far, but it highlights how it all comes together.
Feature change wise, it does the following:
* Directly integrates the alternate costumes for Rogue, Jubes, and Nancy so maintaining the rest of their scenes is easier and don't have to have those separate files for them.
* All girls have their own label separated scenes section except Laura (as hers makes sense as part of Kitty's scene for now)
* Adds randomized pick between the original/alternate costumes after both have been seen for future runs through the party.
* Moves player costume choice to be selected before any dialogue with the girls.
* Dialogue and menu choices use dictionaries where appropriate to modify based on which costume is being worn for the girls.
* Alternate flows for girl introductions chosen in another menu at the beginning of the party. Can either use a menu driven choice of which girls to pick order or can have it auto flow in either the original release order or randomized. Menu driven route also highlights if that particual choice hasn't been seen by you before, and each choice disappears to only show which ones you haven't seen in that particular party.

So as changes come in on the base Halloween.rpy in the future I'd just have to check if they are in these covered sections. If it's a change to the party dialogue or other sections not covered by these overrides, it would just work without any changes. If it's a change in one of the covered sections, I'd just have to integrate it into this override.
 
  • Like
Reactions: Laritas

Vetrais

Newbie
Mar 31, 2024
43
32
Update in Rogue-Like-1.6h-2-mod:
- merge mod versions 1.54c (with events) and latest innovations



Note:
Now everything should work correctly
Sorry to bug again but just wanted to make sure on something I noticed before I start integrating this new version. Are all the image file changes correct in this? I ask only because it looks like a lot of them appear to be reverting out images that were updated in the 1.6G-1-mod files. Haven't looked at all, but at a quick glance it's all stuff to do with the Coloring folders versions.

1.6G-1 merging
1736116086893.png

1.6H-2 merging:
1736116148710.png
 

Vetrais

Newbie
Mar 31, 2024
43
32
Yeah there is definitely something wonky with that 1.6H-2 version as it's also reverting out the changes in the script that came from 1.6H itself as well. I'm guessing if there's a git repo involved that latest was not pulled in.
 

smile07

Newbie
Dec 2, 2023
56
137
Sorry to bug again but just wanted to make sure on something I noticed before I start integrating this new version. Are all the image file changes correct in this? I ask only because it looks like a lot of them appear to be reverting out images that were updated in the 1.6G-1-mod files. Haven't looked at all, but at a quick glance it's all stuff to do with the Coloring folders versions.

1.6G-1 merging
View attachment 4413771

1.6H-2 merging:
View attachment 4413775
Yeah there is definitely something wonky with that 1.6H-2 version as it's also reverting out the changes in the script that came from 1.6H itself as well. I'm guessing if there's a git repo involved that latest was not pulled in.
Thanks for pointing out the shortcomings.
 

smile07

Newbie
Dec 2, 2023
56
137
Sorry to bug again but just wanted to make sure on something I noticed before I start integrating this new version. Are all the image file changes correct in this? I ask only because it looks like a lot of them appear to be reverting out images that were updated in the 1.6G-1-mod files. Haven't looked at all, but at a quick glance it's all stuff to do with the Coloring folders versions.

1.6G-1 merging
View attachment 4413771

1.6H-2 merging:
View attachment 4413775
Before integration, look at and read the readme in the game/helpers folder, what you need to do before starting work
 
  • Like
Reactions: Vetrais

Barkin 10

Well-Known Member
Dec 27, 2016
1,362
1,509
Slight error in the new version while at the Halloween party. It couldn't find Doreen.
 

Laritas

Member
Jul 10, 2023
281
535
Apk?????!!!!!!!!!Ported android
Dude, what are you like? Prime went to the trouble of making an Android version of the game for his mod. And as you can read in the Discord, it was no easy task.

Goomoonryong9 and smile07 put so much time, nerves and heart and soul into this project and you come along and demand (not even asking nicely) that they also conjure up an Android version?
 

EmptyVoh

Newbie
Jun 18, 2018
18
33
Dude, what are you like? Prime went to the trouble of making an Android version of the game for his mod. And as you can read in the Discord, it was no easy task.

Goomoonryong9 and smile07 put so much time, nerves and heart and soul into this project and you come along and demand (not even asking nicely) that they also conjure up an Android version?
No point reasoning with this person, he probably didn't even bother to try Joiplay, which is the best solution for all parties involved
 
  • Like
Reactions: Jackrippereng

Papyasgore

Newbie
Mar 25, 2019
30
10
No point reasoning with this person, he probably didn't even bother to try Joiplay, which is the best solution for all parties involved
Add bookmark
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Could not load from archive Xmod/scripts/defines/audio.rpyc.

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

Full traceback:
File "renpy/bootstrap.py", line 316, in bootstrap
File "/mnt/c/Git/RenPy/renpy-7.3.5-sdk/renpy/main.py", line 443, in main
File "renpy/script.py", line 275, in load_script
File "renpy/script.py", line 690, in load_appropriate_file
Exception: Could not load from archive Xmod/scripts/defines/audio.rpyc.

This keeps happening. I play on Joiplay. Do you have any idea why it's happening.
 

EmptyVoh

Newbie
Jun 18, 2018
18
33
Add bookmark
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Could not load from archive Xmod/scripts/defines/audio.rpyc.

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

Full traceback:
File "renpy/bootstrap.py", line 316, in bootstrap
File "/mnt/c/Git/RenPy/renpy-7.3.5-sdk/renpy/main.py", line 443, in main
File "renpy/script.py", line 275, in load_script
File "renpy/script.py", line 690, in load_appropriate_file
Exception: Could not load from archive Xmod/scripts/defines/audio.rpyc.

This keeps happening. I play on Joiplay. Do you have any idea why it's happening.
Make sure you have 7.4.11 plugin installed. Beyond that I have no idea.
 

Laritas

Member
Jul 10, 2023
281
535
Is that how it should be?
I got Anna (Rogue) and Jean to spend the night together with Zero. Anna had a value over 900 for Jean. But after the night, it dropped back below 245 and Anna refused to spend the night with Jean again.

After a brief fumble, Anna's affection score for Jean was back up to 750 and she stayed the night with Jean.

But the next morning the score was back down to 252 and she refused to spend the night with Jean again.

I think there's a worm in there somehow. I already have several hundred hours in the game in umpteen versions. Once the girls had spent the night together, it stayed that way.

(I didn't have the opportunity to look at these values before, though).
Bildschirmfoto_2025-01-10_01-26-44.png Bildschirmfoto_2025-01-10_01-28-17.png Bildschirmfoto_2025-01-10_01-29-45.png
 

Laritas

Member
Jul 10, 2023
281
535
When I want to have sex with Betsy, but the moment it comes to the sex scene, I get the following error message:
I'm sorry, but an uncaught exception occurred.

Compiling ATL code at game/Betsy_Animations.rpy:2510
Exception: ConditionSwitch takes an even number of arguments
I first tried a female zero and then changed the sex in the lab. But then I also get the error message as a man.
 

Laritas

Member
Jul 10, 2023
281
535
I found out why Laura splits Zero's penis. Whether organic or strapped on.

The masks that make the penis invisible at the transitions have apparently completely slipped from the code. Somewhere in the code there are wrong positions.

Laura_Sex_MaskAnalX.png
Laura_Sex_MaskPussyX.png

I used GIMP and trial and error to change the images so that they fit again.

It would be nicer if the correct images were corrected in the code. But until that should happen at some point, I have the adapted images here for all those who don't feel like being halved with Laura.

Just copy the folder ‘LauraSex’ with the two pictures mentioned above into:
Rogue-Like/game/images/

So that it then looks like this:
Rogue-Like/game/images/LauraSex/

Here are a few sample images of what it looks like for me now
Pussy
Laura Pussy befor.png Laura Pussy after.png
Anal
Laura Anus before.png Laura Anus after.png