She's waiting...ready to tease you live - Jerkmate is free! Join Now!
x

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

5.00 star(s) 8 Votes

portiamento

Active Member
Jan 5, 2021
611
392
179
hi is there a walkthrough route of Ian and Lena only, I want to pair them both without any other men and women (maybe Holly a bit)
 

Mesmerizet

Active Member
Mar 14, 2020
759
795
193
hi is there a walkthrough route of Ian and Lena only, I want to pair them both without any other men and women (maybe Holly a bit)
Use JDMOD and focus on Ian/Holly/Lena points then.
There is Ian x Holly and Lena x Holly although idk if there is a throuple option yet.
 

Mesmerizet

Active Member
Mar 14, 2020
759
795
193
there is a rumor that free version will be over ! i hope this is a lie ! because 7 day is over!
Well I guess he's yet to come online. Mod is pretty good though, just wish Patreon accepted crypto. Payment methods are a pain
 
  • Like
Reactions: sissy89

kk980228

Active Member
Jul 18, 2019
530
747
212
Y'all need to give it a rest. Lol. The mod will be posted whenever he can. Begging for it doesn't make it come any faster
 
  • Like
Reactions: GokutheG

Idontknowme

Member
Game Developer
Nov 12, 2016
434
803
372
I think there is a problem in the mod when texting with Axel after he took Lena's pics
This is the code according the the Chap 11 alpha
Code:
menu:
        "{image=icon_friend.webp}The pictures are really nice" if lena_axel > 2:
            $ renpy.block_rollback()
            $ v10_axel_text = 3
            "I decided to be polite. He was doing me a favor, after all..."
            $ flena = "n"
            l "{i}Thank you. The pictures are really nice {image=emoji_smile.webp}{/i}"
            x "{i}That's easy when the model is as gorgeous as you. But you know that already.{/i}"
            $ flena = "blush"
            l "..."
            "I didn't know how to respond to that, but it was Axel who followed it up after a minute."
            x "{i}Say, would you like to go get a coffee one of these days? {image=emoji_smile.webp}{/i}"
            $ flena = "worried"
This is a pic from my playthrough
screenshot0002.png

With the recent JD mod. I dont know how to decompile the JDmod script file so I cant fix it myself.
 

WhiteWolf35Uk

Active Member
Apr 2, 2021
646
152
83
where i can find a good mod for this game? i mean to have more money or anythin on status or to be able to can change names or somethin like this? cause long time ago i was able to do that and now not, why?
 

Hungover00

Engaged Member
Apr 29, 2023
2,626
3,266
340
Not sure if difference between walkthrough or mod, but some decisions flagged in the walkthrough for stat increases (such as Dropping the Subject about Wade with Cindy when they go to the cocktail bar, it's flagged for Intelligence) but no longer gives those after the mod is installed.

Just an FYI. And not the only case.
 

JohnDupont

Active Member
Modder
May 26, 2017
882
3,055
478
I think there is a problem in the mod when texting with Axel after he took Lena's pics
This is the code according the the Chap 11 alpha
Code:
menu:
        "{image=icon_friend.webp}The pictures are really nice" if lena_axel > 2:
            $ renpy.block_rollback()
            $ v10_axel_text = 3
            "I decided to be polite. He was doing me a favor, after all..."
            $ flena = "n"
            l "{i}Thank you. The pictures are really nice {image=emoji_smile.webp}{/i}"
            x "{i}That's easy when the model is as gorgeous as you. But you know that already.{/i}"
            $ flena = "blush"
            l "..."
            "I didn't know how to respond to that, but it was Axel who followed it up after a minute."
            x "{i}Say, would you like to go get a coffee one of these days? {image=emoji_smile.webp}{/i}"
            $ flena = "worried"
This is a pic from my playthrough
View attachment 2758360

With the recent JD mod. I dont know how to decompile the JDmod script file so I cant fix it myself.
In the mod, the condition is lena_axel > 3 instead of 2. Is this the problem you're talking about?
Not sure if difference between walkthrough or mod, but some decisions flagged in the walkthrough for stat increases (such as Dropping the Subject about Wade with Cindy when they go to the cocktail bar, it's flagged for Intelligence) but no longer gives those after the mod is installed.

Just an FYI. And not the only case.
Base game:
Python:
        "Drop the subject":
            $ renpy.block_rollback()
            i "Let's not talk about it, then."
            c "Yeah, that'll be better."
            if ian_wits < 3:
                call xp_up ('wits')
Mod:
Python:
        "Drop the subject" (cha=[("wits_+", ian_wits < 3)]):
            $ renpy.block_rollback()
            i "Let's not talk about it, then."
            c "Yeah, that'll be better."
            if ian_wits < 3:
                call xp_up ('wits')
If you find a difference, please post it on my discord so I can fix it.
 
5.00 star(s) 8 Votes