ORS JDMOD 0.11PROLOGUE
🕑 Added 2023-02-18 17:21:01 +0000 UTCHello friends.
Our Red String received a prologue for Chapter 11. I strongly suggest you don't save during the prologue to avoid any problems when the full chapter gets released.
EDIT: For Stan's route, key variables were added to Chapter 10 in the BETA version.
Apart from that, the old pool games were remade and lost the keybinds.
MEGA
GOOGLEDRIVE
0.11PROLOGUE FINAL.a changelog:
- Bugfixing.
0.11PROLOGUE FINAL changelog:
- Added modifications from 0.11FINAL ;
- Bugfixing.
0.11PROLOGUE.b changelog:
- Added modifications from 0.11PROLOGUE BETA.
0.11PROLOGUE changelog:
- Added the prologue of Chapter 11 ;
- Updated Chapter 1 to 10 ;
- Bugfixing ;
- IGG : Minor additions and fixes.
Comments
JohnDupont
I fixed the bug in 0.11PROLOGUE FINAL.a
AirDrop
nice, thanks man!
JohnDupont
The variable in chapter_9 line 8779 and chapter9_alison line 249 should be 'JD_v9_alison_date' instead of 'v9_alison_date' to match chapter_9 line 8801 and 8875. It seems like I modified only one and I failed to fix the bug in today's version. The .rpyc updates automatically.
AirDrop
Once I add that variable and a value for it, assuming at the top of the .rpy file, do I need to recompile it somehow or will it update the .rpyc automatically? First time trying this. Thanks for you help!
JohnDupont
Thanks. You could resolve this on your end by decompiling the mod's rpy file with UnRen. More bugs have been discovered with this version so I'll release a bugfix tomorrow.
AirDrop
I am using your ORS mod and chapter 9 where ian goes shopping am stuck in an infinite loop. Here is the traceback: I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/000statements.rpy", line 609, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/JDMOD/scripts/story/chapter_9.rpy", line 8779, in execute File "game/JDMOD/scripts/story/chapter_9.rpy", line 8779, in execute File "game/JDMOD/scripts/story/chapter_9.rpy", line 8793, in execute File "game/JDMOD/scripts/story/chapter_9.rpy", line 8801, in execute File "game/JDMOD/scripts/story/chapter_9.rpy", line 8801, in NameError: name 'JD_v9_alison_date' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/JDMOD/scripts/story/chapter9_alison.rpyc", line 249, in script File "E:\TestRuns\EvaKiss\OurRedString-v10.3-pc\renpy\ast.py", line 2232, in execute self.call("execute") File "E:\TestRuns\EvaKiss\OurRedString-v10.3-pc\renpy\ast.py", line 2220, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "E:\TestRuns\EvaKiss\OurRedString-v10.3-pc\renpy\statements.py", line 281, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 609, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "E:\TestRuns\EvaKiss\OurRedString-v10.3-pc\renpy\exports.py", line 3181, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "E:\TestRuns\EvaKiss\OurRedString-v10.3-pc\renpy\ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "E:\TestRuns\EvaKiss\OurRedString-v10.3-pc\renpy\display\core.py", line 3377, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "E:\TestRuns\EvaKiss\OurRedString-v10.3-pc\renpy\display\core.py", line 3810, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "E:\TestRuns\EvaKiss\OurRedString-v10.3-pc\renpy\display\core.py", line 582, in visit_all d.visit_all(callback, seen) File "E:\TestRuns\EvaKiss\OurRedString-v10.3-pc\renpy\display\core.py", line 582, in visit_all d.visit_all(callback, seen) File "E:\TestRuns\EvaKiss\OurRedString-v10.3-pc\renpy\display\core.py", line 582, in visit_all d.visit_all(callback, seen) [Previous line repeated 2 more times] File "E:\TestRuns\EvaKiss\OurRedString-v10.3-pc\renpy\display\screen.py", line 451, in visit_all callback(self) File "E:\TestRuns\EvaKiss\OurRedString-v10.3-pc\renpy\display\core.py", line 3810, in root_widget.visit_all(lambda i : i.per_interact()) File "E:\TestRuns\EvaKiss\OurRedString-v10.3-pc\renpy\display\screen.py", line 462, in per_interact self.update() File "E:\TestRuns\EvaKiss\OurRedString-v10.3-pc\renpy\display\screen.py", line 653, in update self.screen.function(**self.scope) File "game/JDMOD/scripts/story/chapter_9.rpy", line 8779, in execute File "game/JDMOD/scripts/story/chapter_9.rpy", line 8779, in execute File "game/JDMOD/scripts/story/chapter_9.rpy", line 8793, in execute File "game/JDMOD/scripts/story/chapter_9.rpy", line 8801, in execute File "game/JDMOD/scripts/story/chapter_9.rpy", line 8801, in NameError: name 'JD_v9_alison_date' is not defined Windows-10-10.0.22000 AMD64 Ren'Py 8.0.3.22090809 Our Red String v10.3 Is there any way to get this resolved on my side? The console says it cant find the .rpy file or I would try. Please let me know, mod is awesome. Thanks!