Gabbar@007
Newbie
- Jan 13, 2022
- 85
- 44
- 78
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.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 withIs their any way to change location of save directory? I want to separate save from original game and modded version.
#########################################
## 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"
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.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.
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.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.
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.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.
No, no, the Expanded version is compatible with a 984h version that you can download from this thread too along the mod.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.
If you read the mod description is says that it is on hiatus, because the original game code is messed up and they are waiting for ONI to finish it.This mod is no further updated?
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.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 ?
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?