Mod Ren'Py Our Red String JDMOD [0.14.1.2] [JohnDupont]

5.00 star(s) 8 Votes

Lord Bradley

Well-Known Member
May 28, 2019
1,314
3,392
451
I was gutted when all my various route saves could not be loaded (even from older chapters). Not blaming mod, I love the guides and interface and everything, just hope there is update soon or maybe a temporary workaround to load old saves on unmodded newest update? I played from fresh today and it was such a chaos, I'm neither speedrunner nor spring chicken to remember all the correct pathways for the gameplay I'm trying to build lol. Good luck for the process!
 

JohnDupont

Active Member
Modder
May 26, 2017
882
3,055
478
I was gutted when all my various route saves could not be loaded (even from older chapters). Not blaming mod, I love the guides and interface and everything, just hope there is update soon or maybe a temporary workaround to load old saves on unmodded newest update? I played from fresh today and it was such a chaos, I'm neither speedrunner nor spring chicken to remember all the correct pathways for the gameplay I'm trying to build lol. Good luck for the process!
Sadly, that's how the mod is designed. You can't load modded saves unless the mod is installed.

The 'workaround' is to install the latest version of the mod (it stays compatible with a new version of the game), load your modded save and switch to unmodded manually at the beginning of a chapter or automatically upon reaching the end of modded content (I believe this was already answered in the FAQ).
.
 

Lord Bradley

Well-Known Member
May 28, 2019
1,314
3,392
451
Sadly, that's how the mod is designed. You can't load modded saves unless the mod is installed.

The 'workaround' is to install the latest version of the mod (it stays compatible with a new version of the game), load your modded save and switch to unmodded manually at the beginning of a chapter or automatically upon reaching the end of modded content (I believe this was already answered in the FAQ).
.
Sorry for being so clueless and thank you for reaching out! This was very helpful and I will remember it for future! :)
 

Virux

Newbie
Aug 13, 2017
47
14
81
Sadly, that's how the mod is designed. You can't load modded saves unless the mod is installed.

The 'workaround' is to install the latest version of the mod (it stays compatible with a new version of the game), load your modded save and switch to unmodded manually at the beginning of a chapter or automatically upon reaching the end of modded content (I believe this was already answered in the FAQ).
.
I try the fix but doesn't work. The installation is the same way?
 
  • Like
Reactions: JohnDupont

JohnDupont

Active Member
Modder
May 26, 2017
882
3,055
478
in chapter 11 holly/ivy shower scene, there is no holly standing picture and the one with holly new hairstyle
The mod is trying to retrieve images that no longer exist since they were removed by the dev in this update. I believe chapters 8 to 11 are affected. It'll be fix in the next version of the mod.
 

ciupyxxx

New Member
May 26, 2017
2
2
98
While running game code:
File "game/JDMOD/scripts/story/chapter_8.rpy", line 7082, in <module>
NameError: name 'bg_music' is not defined

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

Full traceback:
File "scripts/story/chapter_3.rpyc", line 10, in script call
File "scripts/story/chapter_3.rpyc", line 10, in script call
File "game/JDMOD/scripts/story/chapter_8.rpyc", line 7082, in script
File "C:\Users\mmics\OneDrive\Desktop\h264 and h265 payer\OurRedString-v12.2_BETA-pc\renpy\ast.py", line 1542, in execute
show_imspec(self.imspec, atl=getattr(self, "atl", None))
File "C:\Users\mmics\OneDrive\Desktop\h264 and h265 payer\OurRedString-v12.2_BETA-pc\renpy\ast.py", line 1367, in show_imspec
at_list = [ renpy.python.py_eval(i) for i in at_list ]
File "C:\Users\mmics\OneDrive\Desktop\h264 and h265 payer\OurRedString-v12.2_BETA-pc\renpy\ast.py", line 1367, in <listcomp>
at_list = [ renpy.python.py_eval(i) for i in at_list ]
File "C:\Users\mmics\OneDrive\Desktop\h264 and h265 payer\OurRedString-v12.2_BETA-pc\renpy\python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\mmics\OneDrive\Desktop\h264 and h265 payer\OurRedString-v12.2_BETA-pc\renpy\python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/JDMOD/scripts/story/chapter_8.rpy", line 7082, in <module>
NameError: name 'bg_music' is not defined
 

JohnDupont

Active Member
Modder
May 26, 2017
882
3,055
478
While running game code:
File "game/JDMOD/scripts/story/chapter_8.rpy", line 7082, in <module>
NameError: name 'bg_music' is not defined

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

Full traceback:
File "scripts/story/chapter_3.rpyc", line 10, in script call
File "scripts/story/chapter_3.rpyc", line 10, in script call
File "game/JDMOD/scripts/story/chapter_8.rpyc", line 7082, in script
File "C:\Users\mmics\OneDrive\Desktop\h264 and h265 payer\OurRedString-v12.2_BETA-pc\renpy\ast.py", line 1542, in execute
show_imspec(self.imspec, atl=getattr(self, "atl", None))
File "C:\Users\mmics\OneDrive\Desktop\h264 and h265 payer\OurRedString-v12.2_BETA-pc\renpy\ast.py", line 1367, in show_imspec
at_list = [ renpy.python.py_eval(i) for i in at_list ]
File "C:\Users\mmics\OneDrive\Desktop\h264 and h265 payer\OurRedString-v12.2_BETA-pc\renpy\ast.py", line 1367, in <listcomp>
at_list = [ renpy.python.py_eval(i) for i in at_list ]
File "C:\Users\mmics\OneDrive\Desktop\h264 and h265 payer\OurRedString-v12.2_BETA-pc\renpy\python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\mmics\OneDrive\Desktop\h264 and h265 payer\OurRedString-v12.2_BETA-pc\renpy\python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/JDMOD/scripts/story/chapter_8.rpy", line 7082, in <module>
NameError: name 'bg_music' is not defined
Thanks. It'll be fixed in tomorrow's release.
 

Lord Bradley

Well-Known Member
May 28, 2019
1,314
3,392
451
I have a question about Holly. Sometimes you have multiple options that say "Affects how much Holly wants to be like Lena". Are they giving different amount of stats, for example +2 and +1 slut stat, or just different ways to get same result? I ask because I had a run where I thought I did maximum Holly corruption, but when Ivy sends pictures in new update mine were a bit tame compared to some I saw in game files.
 

leffs

Newbie
Oct 16, 2019
68
57
161
Hi John!

Wouldn't be better to release the mod for the full version? It was released today.
 

JohnDupont

Active Member
Modder
May 26, 2017
882
3,055
478
Hi John!

Wouldn't be better to release the mod for the full version? It was released today.
The new version was ready so I released it:


It'll take some time to update to the Final version so it won't be released until next weekend.
This new chapter introduced some bugs to the mod which needed to be fixed (Holly not appearing, ...).
This Alpha version of the mod is compatible with the Final version of the game and, since the Alpha was pretty well polished, I don't think you'll be lacking too much.
 

JohnDupont

Active Member
Modder
May 26, 2017
882
3,055
478
Probably the best mod in all F95 forum :love:
Thanks! :love: It's far from perfect.

I have a question about Holly. Sometimes you have multiple options that say "Affects how much Holly wants to be like Lena". Are they giving different amount of stats, for example +2 and +1 slut stat, or just different ways to get same result? I ask because I had a run where I thought I did maximum Holly corruption, but when Ivy sends pictures in new update mine were a bit tame compared to some I saw in game files.
You don't have permission to view the spoiler content. Log in or register now.
 

Lord Bradley

Well-Known Member
May 28, 2019
1,314
3,392
451
Thanks! :love: It's far from perfect.


You don't have permission to view the spoiler content. Log in or register now.
Thanks for response.

Edit: I deleted bunch of irrelevant stuff I wrote here. Seems that with new FULL version of main game things play out as they should and I am not missing anything it was just not playing properly because Alpha version. Keep up the good work love this mod for ORS :)
 
Last edited:
  • Like
Reactions: JohnDupont
5.00 star(s) 8 Votes