Oh sorry, I meant to add that to the post. Just extract the .rpy file into the "game" folder and overwrite when asked.And where do we put this again? Sorry, I'm kinda stupid.
Nah, it's cool, I got it, but thanks for offering. I've updated the title as requested.@MrChow thanks for the update, have a question and a request, do you need help fixing the title to correct it on the recent version
request: define if the vanilla game is needed or not on each dl version please
also maybe combine the mod + the fix?
I see you added some text on the parts of dl links butNah, it's cool, I got it, but thanks for offering. I've updated the title as requested.
The test build has already been updated with the fix, and the link has been updated.
The fix is for the people who had already downloaded the test build before I uploaded the fix.
The OP is as it should be right now. 24-08 is the newest "stable" build.I see you added some text on the parts of dl links but
Mod version & Game version still has the old info. btw title is still 24/08, I'm not sure you understood how to fix it or you didn't do it correctly.
Or maybe it's just me cause it's a test version and you're waiting for 0.980h (idk up to where it's gonna be) before adding the most recent info
Uploading the test build for Mac and Android, might not be the best idea at the moment. It's not ready.My 2 cents
8-10
Mac:You must be registered to see the links
Android:You must be registered to see the links
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script Locations.rpy", line 182, in script call
call Worldmap
File "game/script Locations.rpy", line 12, in script
menu:
File "game/screens.rpy", line 1045, in execute
screen P_Inventory_screen:
File "game/screens.rpy", line 1045, in execute
screen P_Inventory_screen:
File "game/screens.rpy", line 1046, in execute
frame:
File "game/screens.rpy", line 1050, in execute
has vbox
File "game/screens.rpy", line 1093, in execute
if R_Rules and CheatsEnabled:
NameError: name 'R_Rules' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script Locations.rpy", line 182, in script call
call Worldmap
File "game/script Locations.rpy", line 12, in script
menu:
File "F:\DL\Rogue-Like-0.980b-11-10-win\Rogue-Like-0.980b-11-10-win\renpy\ast.py", line 1483, in execute
choice = renpy.exports.menu(choices, self.set)
File "F:\DL\Rogue-Like-0.980b-11-10-win\Rogue-Like-0.980b-11-10-win\renpy\exports.py", line 868, in menu
rv = renpy.store.menu(items)
File "F:\DL\Rogue-Like-0.980b-11-10-win\Rogue-Like-0.980b-11-10-win\renpy\exports.py", line 1054, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "F:\DL\Rogue-Like-0.980b-11-10-win\Rogue-Like-0.980b-11-10-win\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\DL\Rogue-Like-0.980b-11-10-win\Rogue-Like-0.980b-11-10-win\renpy\display\core.py", line 2553, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "F:\DL\Rogue-Like-0.980b-11-10-win\Rogue-Like-0.980b-11-10-win\renpy\display\core.py", line 2821, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "F:\DL\Rogue-Like-0.980b-11-10-win\Rogue-Like-0.980b-11-10-win\renpy\display\core.py", line 495, in visit_all
d.visit_all(callback)
File "F:\DL\Rogue-Like-0.980b-11-10-win\Rogue-Like-0.980b-11-10-win\renpy\display\core.py", line 495, in visit_all
d.visit_all(callback)
File "F:\DL\Rogue-Like-0.980b-11-10-win\Rogue-Like-0.980b-11-10-win\renpy\display\core.py", line 495, in visit_all
d.visit_all(callback)
File "F:\DL\Rogue-Like-0.980b-11-10-win\Rogue-Like-0.980b-11-10-win\renpy\display\screen.py", line 401, in visit_all
callback(self)
File "F:\DL\Rogue-Like-0.980b-11-10-win\Rogue-Like-0.980b-11-10-win\renpy\display\core.py", line 2821, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "F:\DL\Rogue-Like-0.980b-11-10-win\Rogue-Like-0.980b-11-10-win\renpy\display\screen.py", line 411, in per_interact
self.update()
File "F:\DL\Rogue-Like-0.980b-11-10-win\Rogue-Like-0.980b-11-10-win\renpy\display\screen.py", line 580, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 1045, in execute
screen P_Inventory_screen:
File "game/screens.rpy", line 1045, in execute
screen P_Inventory_screen:
File "game/screens.rpy", line 1046, in execute
frame:
File "game/screens.rpy", line 1050, in execute
has vbox
File "game/screens.rpy", line 1093, in execute
if R_Rules and CheatsEnabled:
File "<screen language>", line 1093, in <module>
NameError: name 'R_Rules' is not defined
Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.980
Got it, I just thought it might help to have more users reporting bugs.Uploading the test build for Mac and Android, might not be the best idea at the moment. It's not ready.
For testing purposes.Why is
in script.rpy commented out? It wasn't from the last version.Code:# default R_Rules = 1 # default K_Rules = 1 # default E_Rules = 1
This is causing the inventory screen to crash the game.
True, but it's gonna be a hazzle keeping up with all the small updates. Might aswell wait till it's a bit more stable.Got it, I just thought it might help to have more users reporting bugs.
Btw, for the next ones I'll wait until a more-stable version.
call Girls_Noticed("Emma")
while i < len(ModdedGirls):
if newgirl[ModdedGirls[i]].Loc == bg_current:
call NewGirl_Noticed(ModdedGirls[i], "Emma")
$ i += 1
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script Locations.rpy", line 1920, in script call
call Chat
File "game/script Functions.rpy", line 1428, in script call
call Rogue_Chat
File "game/Rogue_Chat.rpy", line 115, in script call
call Rogue_Flirt
File "game/Rogue_Chat.rpy", line 2053, in script call
call Rogue_SexAct("kissing")
File "game/Rogue_Sex.rpy", line 28, in script call
call R_KissPrep
File "game/Rogue_Sex.rpy", line 1108, in script call
call Sex_Dialog("Rogue",Partner)
File "game/script Functions.rpy", line 4269, in script call
call Rogue_Taboo
File "game/Rogue_Sex.rpy", line 2195, in script
if "Rogue" not in Rules:
File "game/Rogue_Sex.rpy", line 2195, in <module>
if "Rogue" not in Rules:
TypeError: argument of type 'int' is not iterable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script Locations.rpy", line 1920, in script call
call Chat
File "game/script Functions.rpy", line 1428, in script call
call Rogue_Chat
File "game/Rogue_Chat.rpy", line 115, in script call
call Rogue_Flirt
File "game/Rogue_Chat.rpy", line 2053, in script call
call Rogue_SexAct("kissing")
File "game/Rogue_Sex.rpy", line 28, in script call
call R_KissPrep
File "game/Rogue_Sex.rpy", line 1108, in script call
call Sex_Dialog("Rogue",Partner)
File "game/script Functions.rpy", line 4269, in script call
call Rogue_Taboo
File "game/Rogue_Sex.rpy", line 2195, in script
if "Rogue" not in Rules:
File "[redacted]\renpy\ast.py", line 1681, in execute
if renpy.python.py_eval(condition):
File "[redacted]\renpy\python.py", line 1794, in py_eval
return py_eval_bytecode(code, globals, locals)
File "[redacted]\renpy\python.py", line 1788, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Rogue_Sex.rpy", line 2195, in <module>
if "Rogue" not in Rules:
TypeError: argument of type 'int' is not iterable
Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.980
I'll fix it with the next update.Messing around in public with Emma in causing a error.
File "game/Emma_Sex.rpy", line 2157, in <module>
while i < len(ModdedGirls):
NameError: name 'i' is not defined
Referencing the previous version I removed 4 spaces in line 2156 to 2160 from Emma_Sex.rpy to make them in line with $ i = 0.
This appears to fix the problem but it's all guess work since I don't know much about Ren'py, maybe you can implement a proper fix?Code:call Girls_Noticed("Emma") while i < len(ModdedGirls): if newgirl[ModdedGirls[i]].Loc == bg_current: call NewGirl_Noticed(ModdedGirls[i], "Emma") $ i += 1
Another thing, not sure if bug or feature. In the boobjob and cowgirl animations sometimes emma will have the "Emma_BJ_Mouth_Sucking" mouth pulsating on top of her normal mouth, which is just kinda creepy.