Mod Ren'Py Abandoned Rogue-like: Evolution - Expanded Mod

4.60 star(s) 9 Votes

pdout

Newbie
Jan 13, 2019
34
23
213
Is their any way to change location of save directory? I want to separate save from original game and modded version.
 

Zekkentet

Newbie
Nov 5, 2020
31
41
142
Is their any way to change location of save directory? I want to separate save from original game and modded version.
Bruh... why don't you just backup the save files in a seperate folder? or if you don't want to backup the save files download two rogue like and apply the patch to other since its not even one 1gb I'm pretty sure you can manage that.
 
  • Angry
Reactions: primavera9925

primavera9925

Member
Sep 28, 2020
473
1,095
259
Is their any way to change location of save directory? I want to separate save from original game and modded version.
Copy /game/archive.rpa to a different folder outside the game's and unpack with , in options.rpy edit:
CSS:
#########################################
    ## This is the name of the directory where the game's data is
    ## stored. (It needs to be set early, before any other init code
    ## is run, so the persistent information can be found by the init code.)
python early:
    config.save_directory = "Rogue-Like"
Place options.rpy in the /game/ folder.
 
Last edited:

Leathermax

Well-Known Member
Feb 10, 2019
1,731
6,582
698
Hey, anybody knows the specifics to get girl start sending you pictures? I've always triggered it by kissing them and having their stats at some decent value, but I'd like to know what are the exact conditions to trigger them.
 

OmegaZXA

Member
May 10, 2019
187
106
131
Hey, anybody knows the specifics to get girl start sending you pictures? I've always triggered it by kissing them and having their stats at some decent value, but I'd like to know what are the exact conditions to trigger them.
Is that even available in the current version? I know a lot of stuff has been temporarily removed until Oni finally finishes rearranging all the code, and I'm pretty sure the sexts are part of that.
 

Leathermax

Well-Known Member
Feb 10, 2019
1,731
6,582
698
Is that even available in the current version? I know a lot of stuff has been temporarily removed until Oni finally finishes rearranging all the code, and I'm pretty sure the sexts are part of that.
Maybe you haven't played this in a while XD. This modded version has the nude pics, the tanning for Rogue, Kitty and Laura (although Laura is kinda broken and she crashes the game very often when tanned) and a generous amount of clothes.
 

OmegaZXA

Member
May 10, 2019
187
106
131
Maybe you haven't played this in a while XD. This modded version has the nude pics, the tanning for Rogue, Kitty and Laura (although Laura is kinda broken and she crashes the game very often when tanned) and a generous amount of clothes.
I have the version for 995c. Did they put all that back in since then? Because I haven't been able to access any of that since updating to 995c.
 

Leathermax

Well-Known Member
Feb 10, 2019
1,731
6,582
698
I have the version for 995c. Did they put all that back in since then? Because I haven't been able to access any of that since updating to 995c.
No, no, the Expanded version is compatible with a 984h version that you can download from this thread too along the mod.
Sorry, I understood something else, because as I heard a while ago, even earlier versions of the mod had more stuff they cut off because they had to do something with the code back then as well, or maybe because it was too low quality or something
But yeah, Expanded doesn't work with the current vanilla version.
 

otkmage

Member
Dec 4, 2018
177
171
228
does anyone know what exactly the oni art mod does? Is it related to the chonky mod, this one maybe even the base game?
 

USERNAME2444666666

New Member
Oct 4, 2019
2
1
103
so I followed the instillation instructions and it seems to work however I cant seem to find the new clothes for the girls anywhere, can anyone help me out ?
 
  • Like
Reactions: Lex2194

Leathermax

Well-Known Member
Feb 10, 2019
1,731
6,582
698
so I followed the instillation instructions and it seems to work however I cant seem to find the new clothes for the girls anywhere, can anyone help me out ?
The new clothes are in their wardrobe in a special option named something like "modded clothes" that opens up another menu with more stuff. You don't need to buy anything, but you won't be able to access it until they let you manage their clothing.
 

UltimateX117

Newbie
Mar 1, 2020
21
2
135
I extracted the mod, merged it with the game folder, now I get this error message preventing the game from starting:

I'm sorry, but an uncaught exception occurred.

After initialization, but before game start.
File "game/screens.rpy", line 480, in prepare_screen
File "game/screens.rpy", line 480, in prepare
File "game/screens.rpy", line 488, in prepare
File "game/screens.rpy", line 488, in prepare
File "game/screens.rpy", line 557, in prepare
File "game/screens.rpy", line 557, in prepare
File "game/screens.rpy", line 564, in prepare
File "game/screens.rpy", line 564, in prepare
File "game/screens.rpy", line 566, in prepare
File "game/screens.rpy", line 566, in prepare
File "game/screens.rpy", line 569, in prepare
File "game/screens.rpy", line 569, in prepare
File "renpy/common/00preferences.rpy", line 405, in Preference
rv = get()
File "renpy/common/00preferences.rpy", line 403, in get
raise Exception("Preference(%r, %r) is unknown." % (name , value))
Exception: Preference(u'background choices', u'modded1') is unknown.

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

Full traceback:
File "C:\Users\noahn\Documents\Secret Games\Rogue_Evolution\Rogue-Like-0.999b-win\renpy\bootstrap.py", line 305, in bootstrap
renpy.main.main()
File "C:\Users\noahn\Documents\Secret Games\Rogue_Evolution\Rogue-Like-0.999b-win\renpy\main.py", line 499, in main
run(restart)
File "C:\Users\noahn\Documents\Secret Games\Rogue_Evolution\Rogue-Like-0.999b-win\renpy\main.py", line 88, in run
renpy.display.screen.prepare_screens()
File "C:\Users\noahn\Documents\Secret Games\Rogue_Evolution\Rogue-Like-0.999b-win\renpy\display\screen.py", line 859, in prepare_screens
s.ast.prepare_screen()
File "game/screens.rpy", line 480, in prepare_screen
File "game/screens.rpy", line 480, in prepare
File "game/screens.rpy", line 488, in prepare
File "game/screens.rpy", line 488, in prepare
File "game/screens.rpy", line 557, in prepare
File "game/screens.rpy", line 557, in prepare
File "game/screens.rpy", line 564, in prepare
File "game/screens.rpy", line 564, in prepare
File "game/screens.rpy", line 566, in prepare
File "game/screens.rpy", line 566, in prepare
File "game/screens.rpy", line 569, in prepare
File "game/screens.rpy", line 569, in prepare
File "C:\Users\noahn\Documents\Secret Games\Rogue_Evolution\Rogue-Like-0.999b-win\renpy\python.py", line 1788, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<screen language>", line 569, in <module>
File "renpy/common/00preferences.rpy", line 405, in Preference
rv = get()
File "renpy/common/00preferences.rpy", line 403, in get
raise Exception("Preference(%r, %r) is unknown." % (name , value))
Exception: Preference(u'background choices', u'modded1') is unknown.

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.984h


Is there an installation step I missed?
 

darkpoenplace

Newbie
Aug 7, 2021
95
137
156
I extracted the mod, merged it with the game folder, now I get this error message preventing the game from starting:

I'm sorry, but an uncaught exception occurred.

After initialization, but before game start.
File "game/screens.rpy", line 480, in prepare_screen
File "game/screens.rpy", line 480, in prepare
File "game/screens.rpy", line 488, in prepare
File "game/screens.rpy", line 488, in prepare
File "game/screens.rpy", line 557, in prepare
File "game/screens.rpy", line 557, in prepare
File "game/screens.rpy", line 564, in prepare
File "game/screens.rpy", line 564, in prepare
File "game/screens.rpy", line 566, in prepare
File "game/screens.rpy", line 566, in prepare
File "game/screens.rpy", line 569, in prepare
File "game/screens.rpy", line 569, in prepare
File "renpy/common/00preferences.rpy", line 405, in Preference
rv = get()
File "renpy/common/00preferences.rpy", line 403, in get
raise Exception("Preference(%r, %r) is unknown." % (name , value))
Exception: Preference(u'background choices', u'modded1') is unknown.

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

Full traceback:
File "C:\Users\noahn\Documents\Secret Games\Rogue_Evolution\Rogue-Like-0.999b-win\renpy\bootstrap.py", line 305, in bootstrap
renpy.main.main()
File "C:\Users\noahn\Documents\Secret Games\Rogue_Evolution\Rogue-Like-0.999b-win\renpy\main.py", line 499, in main
run(restart)
File "C:\Users\noahn\Documents\Secret Games\Rogue_Evolution\Rogue-Like-0.999b-win\renpy\main.py", line 88, in run
renpy.display.screen.prepare_screens()
File "C:\Users\noahn\Documents\Secret Games\Rogue_Evolution\Rogue-Like-0.999b-win\renpy\display\screen.py", line 859, in prepare_screens
s.ast.prepare_screen()
File "game/screens.rpy", line 480, in prepare_screen
File "game/screens.rpy", line 480, in prepare
File "game/screens.rpy", line 488, in prepare
File "game/screens.rpy", line 488, in prepare
File "game/screens.rpy", line 557, in prepare
File "game/screens.rpy", line 557, in prepare
File "game/screens.rpy", line 564, in prepare
File "game/screens.rpy", line 564, in prepare
File "game/screens.rpy", line 566, in prepare
File "game/screens.rpy", line 566, in prepare
File "game/screens.rpy", line 569, in prepare
File "game/screens.rpy", line 569, in prepare
File "C:\Users\noahn\Documents\Secret Games\Rogue_Evolution\Rogue-Like-0.999b-win\renpy\python.py", line 1788, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<screen language>", line 569, in <module>
File "renpy/common/00preferences.rpy", line 405, in Preference
rv = get()
File "renpy/common/00preferences.rpy", line 403, in get
raise Exception("Preference(%r, %r) is unknown." % (name , value))
Exception: Preference(u'background choices', u'modded1') is unknown.

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.984h


Is there an installation step I missed?


The 984h Mod is a stand alone, you do not merge it with the original game. What you do need to merge is the quarantine patch with the mod itself.
 
4.60 star(s) 9 Votes