Mod Ren'Py Our Red String JDMOD [0.12.1.2.a] [JohnDupont]

5.00 star(s) 2 Votes

platypushperry

Engaged Member
Jul 20, 2022
2,081
4,754

If you want to learn about the reasons I created the Patreon page, I detailled everything in .


Thread Updated: 2024-January-14
Game | Creator: Our Red String |
Modder: JohnDupont - -
Mod Version: 0.12.1.2.a (Ch.12 Prologue Final)
Game Version: Chapter 12 Prologue Full


In-Game Guide:

The mod provides additional information to help you make the best decision.
View attachment 1496105

Gallery Unlocker:
You can watch a scene even if you didn't unlock it.
View attachment 1496106

Rename:

You can rename most of the characters.
View attachment 1069030 View attachment 1069031

Keybinds:

You can use the keyboard to navigate through the game:
  • During choices, the number keys are used ;
  • Most screens (skill level up, new chapter...) require a right click to be skipped, they now include a timer. If you're in a hurry, you can also press Return to simulate a right click.
View attachment 1069317 View attachment 1069316

Save Description:

You can add a description to your saves.
View attachment 1069039 View attachment 1069040


Installation:
You don't have permission to view the spoiler content. Log in or register now.

FAQ:
"When will you update the mod?"
You don't have permission to view the spoiler content. Log in or register now.
"The game doesn't start/crashes on launch. Can you help?"
You don't have permission to view the spoiler content. Log in or register now.
"BRO. What is wrong???"
Python:
While running game code:
File "game/scripts/gallery.rpy", line 128, in <module>
NameError: name 'GalleryScene' is not defined
You don't have permission to view the spoiler content. Log in or register now.
"I tried loading an old modded save with the new version and got the following exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way. Can you help?"
You don't have permission to view the spoiler content. Log in or register now.
"I tried loading an unmodded save and the In-Game Guide isn't working. Can you help?"
You don't have permission to view the spoiler content. Log in or register now.
"Is the ORS JDMOD compatible with the new version of the game?"
You don't have permission to view the spoiler content. Log in or register now.
"Is there an android version?"
You don't have permission to view the spoiler content. Log in or register now.

Change-Log:
You don't have permission to view the spoiler content. Log in or register now.

DOWNLOAD
- -
Hii.New version is now available .
 

Lord Bradley

Active Member
May 28, 2019
528
1,185
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
798
2,678
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

Active Member
May 28, 2019
528
1,185
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
39
9
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
798
2,678
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
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
798
2,678
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.
 
  • Love
Reactions: ciupyxxx and leffs

Lord Bradley

Active Member
May 28, 2019
528
1,185
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.
 

JohnDupont

Active Member
Modder
May 26, 2017
798
2,678
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
798
2,678
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

Active Member
May 28, 2019
528
1,185
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) 2 Votes