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

5.00 star(s) 3 Votes

fakinami

Newbie
Sep 4, 2024
59
98
96
Should be Betsy's level up option "Social Butterfly" in primemod and primemod should continue(or at least have the levelup options ported to xmod)
 

aMommyNoose

New Member
Jun 16, 2017
5
7
156
Well, that's good that it was discovered. I'll update the mod to the latest version on the weekend + for renpy 8+ I'll fix the shortcomings with dictionaries
For anyone else looking to just hotfix this on their own files, here's the deal: There are 15 places in Emma_Scenes.rpy and 2 places in Rogue_Scenes.rpy where there is a [Terms[str]] that doesn't have single quotes around the string (should be [Terms['str']]), with the string being either 'he', 'him', 'his', or 'gentleman'.

EDIT: Missed a couple other ones, one misspelled one line 3740 of Emma_Scenes (should be Loadout, not Loudout) that you gotta correct manually, fixed RegEx and added to list.

The easy way to fix it is to just use Regular Expressions in a tool like Notepad++ to find \[(\w+)\[([a-zA-Z ]+)\]\] and replace it with [\1['\2']] (or [$1['$2']] if that's your RegEx flavor), but if you want to do it manually here's the list of line numbers (from the last pre-patched version) and replacement terms:
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

wwwats

Newbie
Oct 17, 2018
34
87
179
I got this error when I try to visit Halloween event for the 2nd time.
Jubes shows up in Dragonball outfit and asks to fuck her "right here".
Then this crash happens.

Looks like some problem with Betsy

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

Tsukimaro

Newbie
Sep 5, 2017
71
125
254
For anyone else looking to just hotfix this on their own files, here's the deal: There are 15 places in Emma_Scenes.rpy and 2 places in Rogue_Scenes.rpy where there is a [Terms[str]] that doesn't have single quotes around the string (should be [Terms['str']]), with the string being either 'he', 'him', 'his', or 'gentleman'.

EDIT: Missed a couple other ones, one misspelled one line 3740 of Emma_Scenes (should be Loadout, not Loudout) that you gotta correct manually, fixed RegEx and added to list.

The easy way to fix it is to just use Regular Expressions in a tool like Notepad++ to find \[(\w+)\[([a-zA-Z ]+)\]\] and replace it with [\1['\2']] (or [$1['$2']] if that's your RegEx flavor), but if you want to do it manually here's the list of line numbers (from the last pre-patched version) and replacement terms:
You don't have permission to view the spoiler content. Log in or register now.
Imma leave this for people that have no clue what are you talking about xD

Sem Título.png


I got this error when I try to visit Halloween event for the 2nd time.
Jubes shows up in Dragonball outfit and asks to fuck her "right here".
Then this crash happens.

Looks like some problem with Betsy

You don't have permission to view the spoiler content. Log in or register now.
Betsy got a lot of issues. dont tan her or recolor her clothes.
I remember once i tried to recolor her panties or something and her tan marks whould be of that color.
 
Last edited:

synobal

New Member
Sep 26, 2018
8
25
122
For anyone else looking to just hotfix this on their own files, here's the deal: There are 15 places in Emma_Scenes.rpy and 2 places in Rogue_Scenes.rpy where there is a [Terms[str]] that doesn't have single quotes around the string (should be [Terms['str']]), with the string being either 'he', 'him', 'his', or 'gentleman'.

EDIT: Missed a couple other ones, one misspelled one line 3740 of Emma_Scenes (should be Loadout, not Loudout) that you gotta correct manually, fixed RegEx and added to list.

The easy way to fix it is to just use Regular Expressions in a tool like Notepad++ to find \[(\w+)\[([a-zA-Z ]+)\]\] and replace it with [\1['\2']] (or [$1['$2']] if that's your RegEx flavor), but if you want to do it manually here's the list of line numbers (from the last pre-patched version) and replacement terms:
You don't have permission to view the spoiler content. Log in or register now.
If you're on linux use sed

Code:
# Fix both files
sed -i "s/\[\([^[]*\)\[\([^]]*\)\]\]/[\1['\2']]/g" Emma_Scenes.rpy Rogue_Scenes.rpy

# Fix "Loudout" to "Loadout" on line 3740 of Emma_Scenes.rpy
sed -i '3740s/Loudout/Loadout/g' Emma_Scenes.rpy
 

Goldcoin117

Member
Jun 28, 2022
156
101
167
I got this when I got told to go to the classroom by Xavier for an intervention where Emma and Ororo are in the classroom
 

Arithil

Newbie
Aug 30, 2016
83
99
314
For anyone else looking to just hotfix this on their own files, here's the deal: There are 15 places in Emma_Scenes.rpy and 2 places in Rogue_Scenes.rpy where there is a [Terms[str]] that doesn't have single quotes around the string (should be [Terms['str']]), with the string being either 'he', 'him', 'his', or 'gentleman'.

EDIT: Missed a couple other ones, one misspelled one line 3740 of Emma_Scenes (should be Loadout, not Loudout) that you gotta correct manually, fixed RegEx and added to list.

The easy way to fix it is to just use Regular Expressions in a tool like Notepad++ to find \[(\w+)\[([a-zA-Z ]+)\]\] and replace it with [\1['\2']] (or [$1['$2']] if that's your RegEx flavor), but if you want to do it manually here's the list of line numbers (from the last pre-patched version) and replacement terms:
You don't have permission to view the spoiler content. Log in or register now.
Also 1759137508791.png
 

Arithil

Newbie
Aug 30, 2016
83
99
314
I got this error when I try to visit Halloween event for the 2nd time.
Jubes shows up in Dragonball outfit and asks to fuck her "right here".
Then this crash happens.

Looks like some problem with Betsy

You don't have permission to view the spoiler content. Log in or register now.
could not find image. ('images/BetsySprite/modification/skin_tan_partial/Betsy_Sprite_Arm_Back1Cammy.png')

The folder in question is named tan_partial not skin_tan_partial so try changing folder names 1759143359727.png
 
  • Like
Reactions: wwwats and Laritas

ATC20

New Member
Dec 11, 2018
13
2
85
I'm on version: Rogue-Like-r8-1.64a-1-mod-win and the girls don't show up on my screen at all. Can I please get some help on why that is and what i can do to solve this problem. I even have a headless character in the classroom
 

ATC20

New Member
Dec 11, 2018
13
2
85
Here's the Pre-Patched version, based on the Ren'Py 8.4.1 version of the Rogue-Like-r8-1.64a-1-mod, patched with git using the 1.64a-1.64b > 1.64b-1.64c > 1.64c-1.64d patches (in that order) so it's now up-to-date. It's been tested and works fine. The .RPA files have not been remade because I was having issues repacking them so the images and RPY/RPYC files remain unpacked.

I downloaded this file and I'm having characters not show up on screen or have missing heads.
 

ATC20

New Member
Dec 11, 2018
13
2
85
Don't use recolor options it's mostly buggy
I untanned everyone and put those two files in my "Game" folder and I'm still having the same issue. It keeps saying that "Setcolor Object has no attribute 'recolored'. I have no clue what that means
 
Last edited:
5.00 star(s) 3 Votes