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

5.00 star(s) 3 Votes

Arithil

Newbie
Aug 30, 2016
81
95
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
81
95
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.
 
5.00 star(s) 3 Votes