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

5.00 star(s) 3 Votes

Arithil

Newbie
Aug 30, 2016
82
98
314
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
It's not about tan it's about the recolor options in the wardrobe selection
1759799988286.png
But maybe you installed it wrong did you put files you downloaded into original game? Because the link you downloaded from is the game itself you just unpack it also those 2 files you downloaded fix one scene with emma it has nothing to do with recolor option
 
  • Like
Reactions: ATC20

ATC20

New Member
Dec 11, 2018
13
2
85
It's not about tan it's about the recolor options in the wardrobe selection
View attachment 5318449
But maybe you installed it wrong did you put files you downloaded into original game? Because the link you downloaded from is the game itself you just unpack it also those 2 files you downloaded fix one scene with emma it has nothing to do with recolor option
No, I only downloaded this: Rogue-Like-r8-1.64a-1-mod-win. I left the original game alone. I also never touched the "Recolor" option ever before. I tried it just to see what you were talking about and it threw this at me:

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

While running game code:
  File "game/script Locations.rpy", line 1533, in script call
  File "game/mods/prime_1-62c/script Locations.rpy", line 100, in script call
  File "game/script Locations.rpy", line 395, in script call
  File "game/mods/prime_1-62c/script Locations.rpy", line 55, in script call
  File "game/script Locations.rpy", line 4883, in script call
  File "game/script Chat.rpy", line 185, in script call
  File "game/script Chat.rpy", line 688, in script call
  File "game/script Chat.rpy", line 9340, in script call
  File "game/Xmod/wardrobe/gwen_wardrobe.rpy", line 31, in script call
  File "game/Xmod/Xmod_script.rpy", line 231, in script
  File "game/Xmod/Xmod_script.rpy", line 231, in <module>
  File "game/Xmod/Xmod_recolor.rpy", line 37, in screen_loop
  File "game/Xmod/Xmod_recolor.rpy", line 80, in _sync_temp_values
AttributeError: 'SetColor' object has no attribute 'red'

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

Traceback (most recent call last):
  File "game/script Locations.rpy", line 1533, in script call
  File "game/mods/prime_1-62c/script Locations.rpy", line 100, in script call
  File "game/script Locations.rpy", line 395, in script call
  File "game/mods/prime_1-62c/script Locations.rpy", line 55, in script call
  File "game/script Locations.rpy", line 4883, in script call
  File "game/script Chat.rpy", line 185, in script call
  File "game/script Chat.rpy", line 688, in script call
  File "game/script Chat.rpy", line 9340, in script call
  File "game/Xmod/wardrobe/gwen_wardrobe.rpy", line 31, in script call
  File "game/Xmod/Xmod_script.rpy", line 231, in script
  File "renpy/ast.py", line 1187, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1260, in py_exec_bytecode
    exec(bytecode, globals, locals)
    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/Xmod/Xmod_script.rpy", line 231, in <module>
  File "game/Xmod/Xmod_recolor.rpy", line 37, in screen_loop
  File "game/Xmod/Xmod_recolor.rpy", line 80, in _sync_temp_values
AttributeError: 'SetColor' object has no attribute 'red'

Windows-11-10.0.26100-SP0 AMD64
Ren'Py 8.4.1.25072401
Rogue-like: Evolution 1.64a
Wed Oct  8 18:51:49 2025
 

Arithil

Newbie
Aug 30, 2016
82
98
314
No, I only downloaded this: Rogue-Like-r8-1.64a-1-mod-win. I left the original game alone. I also never touched the "Recolor" option ever before. I tried it just to see what you were talking about and it threw this at me:

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

While running game code:
  File "game/script Locations.rpy", line 1533, in script call
  File "game/mods/prime_1-62c/script Locations.rpy", line 100, in script call
  File "game/script Locations.rpy", line 395, in script call
  File "game/mods/prime_1-62c/script Locations.rpy", line 55, in script call
  File "game/script Locations.rpy", line 4883, in script call
  File "game/script Chat.rpy", line 185, in script call
  File "game/script Chat.rpy", line 688, in script call
  File "game/script Chat.rpy", line 9340, in script call
  File "game/Xmod/wardrobe/gwen_wardrobe.rpy", line 31, in script call
  File "game/Xmod/Xmod_script.rpy", line 231, in script
  File "game/Xmod/Xmod_script.rpy", line 231, in <module>
  File "game/Xmod/Xmod_recolor.rpy", line 37, in screen_loop
  File "game/Xmod/Xmod_recolor.rpy", line 80, in _sync_temp_values
AttributeError: 'SetColor' object has no attribute 'red'

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

Traceback (most recent call last):
  File "game/script Locations.rpy", line 1533, in script call
  File "game/mods/prime_1-62c/script Locations.rpy", line 100, in script call
  File "game/script Locations.rpy", line 395, in script call
  File "game/mods/prime_1-62c/script Locations.rpy", line 55, in script call
  File "game/script Locations.rpy", line 4883, in script call
  File "game/script Chat.rpy", line 185, in script call
  File "game/script Chat.rpy", line 688, in script call
  File "game/script Chat.rpy", line 9340, in script call
  File "game/Xmod/wardrobe/gwen_wardrobe.rpy", line 31, in script call
  File "game/Xmod/Xmod_script.rpy", line 231, in script
  File "renpy/ast.py", line 1187, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1260, in py_exec_bytecode
    exec(bytecode, globals, locals)
    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/Xmod/Xmod_script.rpy", line 231, in <module>
  File "game/Xmod/Xmod_recolor.rpy", line 37, in screen_loop
  File "game/Xmod/Xmod_recolor.rpy", line 80, in _sync_temp_values
AttributeError: 'SetColor' object has no attribute 'red'

Windows-11-10.0.26100-SP0 AMD64
Ren'Py 8.4.1.25072401
Rogue-like: Evolution 1.64a
Wed Oct  8 18:51:49 2025
Did you start a new game or load the old save?
 

0bsolete

New Member
Jun 20, 2018
3
0
69
Has anyone ever been able to run the game ln android JoiPlay?
I've had luck running both renders using Renpy plug-ins 7.4.11 and 8.3.2.

If you're having issues with the game loading after that, it might be caused by JoiPlay not having file permissions. I've fixed that by uninstalling then reinstalling the plug-ins and running the game; it usually reprompts for the file permissions the first time you run the game after changing the plug-in.
 

VerkienTolne2

Newbie
Oct 24, 2019
31
18
27
I've had luck running both renders using Renpy plug-ins 7.4.11 and 8.3.2.

If you're having issues with the game loading after that, it might be caused by JoiPlay not having file permissions. I've fixed that by uninstalling then reinstalling the plug-ins and running the game; it usually reprompts for the file permissions the first time you run the game after changing the plug-in.
It still gets stuck in loading despite all acess being grated. Do you choose the .exe or .rpy? Or something else? Im not that well versed in Joiplay yet
 

0bsolete

New Member
Jun 20, 2018
3
0
69
It still gets stuck in loading despite all acess being grated. Do you choose the .exe or .rpy? Or something else? Im not that well versed in Joiplay yet
I target the .exe file.

Is it taking forever to load or is it crashing the program? If it keeps showing the loading screen, it's probably actually loading and just taking a long time. I'd wait it out until something changes (either it progresses or crashes).

If the program crashes and kicks you to your home screen, that means the plug-in isn't working and either needs to be reinstalled or swapped with a different version.
 

Arithil

Newbie
Aug 30, 2016
82
98
314
how to install this one, I may have tried to copy paste it and accidentally fkd up my chat options xD
Just copy the folder "game" inside of the zip file to where the exe file is located it should ask you to overwrite, also i tested this only on this version
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.

 

BichaDoBundao

New Member
Oct 10, 2025
6
0
1
Quick question, because I am a dumb bitch, does prime mod still works or is it incompatible now with the newer versions.

Also does it work with this mod, first time playing it with mods so kind of confused.
 

Laritas

Member
Jul 10, 2023
370
700
226
Quick question, because I am a dumb bitch, does prime mod still works or is it incompatible now with the newer versions.

Also does it work with this mod, first time playing it with mods so kind of confused.
The mods are complete packages. The game and mod are integrated and stand on their own. Unfortunately, the Xmod and Prime Mod are not compatible with each other. And unfortunately, the Prime Mod is several versions behind. This will not change in the near future, as Prime currently has no desire to continue working on it. Perhaps in the future. However, there is an Android version of the Prime Mod.

Here are the links to the latest versions of Xmod and prime Mod:

Prime Mod:
Here is the main treat.
https://f95zone.to/threads/rogue-like-evolution-prime-mod.99576/

And here is a link to what the mod roughly changes, with a further link to the download links.
https://f95zone.to/threads/rogue-like-evolution-prime-mod.99576/post-12766469


Xmod:
Here's the main thread:
https://f95zone.to/threads/rogue-like-evolution-xmod-v1-6h-goomoonryong9.234228/

And here's the latest version:
https://f95zone.to/threads/rogue-like-evolution-xmod-v1-6h-goomoonryong9.234228/post-18001587
 
Last edited:
5.00 star(s) 3 Votes