Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
49,101
The problem is quite simply that Nyx herself needs to put out a Detailed Walkthrough. It's just getting to that point where the every single choice is a minefield.
That could work, but most WTs done by devs are... let's say oversimplified. You know the other popular VN's, they're basically the "green choice is best" kind of thing and not truly that helpful (imho). I just looked and haven't messed with this particular VN since v0.5.5 so I'll take a look after I finish the other project I was planning on releasing today/tomorrow. I've pushed two things off my plate already this morning and that would be the third. Surely there might be enough room on it to at least allow me to eyeball what we have going on. We'll see.
 

jean durand

New Member
May 14, 2018
2
0
Got this error and i can't go further. There is a solution ?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/episode_8.rpy", line 16598, in script
    if Nikki_End == True:
  File "game/episode_8.rpy", line 16598, in <module>
    if Nikki_End == True:
NameError: name 'Nikki_End' is not defined

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

Full traceback:
  File "game/episode_8.rpy", line 16598, in script
    if Nikki_End == True:
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/episode_8.rpy", line 16598, in <module>
    if Nikki_End == True:
NameError: name 'Nikki_End' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Intertwined 0.10
Sat Nov  5 19:17:54 2022
 

camube

Well-Known Member
Jun 4, 2022
1,443
1,291
Am I the only one who appreciates that this game has fast fuck options (Alexis, Nikki/Cara, Gabi) and slow burn options (Erynn, Layla, Elena) so caters for people who like both options? It's like playing two different games in one (for example FreshWomen is all fast fuck and Summer's Gone is all slow burn). It's only really a problem if the only LI you're interested in is a slow burn, but then it's still no different than games that are set up to be slow burn only. Other games try it (BaD with Jill for example) but they fall slightly with the fact you can take the fast fucks without losing chances with the slow burn, this game trips you up if you go for the fast fuck of Alexis so you can lose the slow burns of Erynn and Layla.
For me it's not about the act of fucking itself but more that there is very little sense of progression from chapter to chapter between the MC and some of the slow burn girls in terms of them bonding.

I don't know about games but tons of manga do slow burn and in some of them it's fine if the readers can see that the bond between the MC and the love interest is deepening, either through the contents of their conversations or some events that they solve together.

In this game, it feels like the slow burn girls events does not deepen their bond that much and their conversations doesn't really deepen either.
It feels like the status quo is still the status quo for these slow burn girls and MC.

Slow burn doesn't mean it's just slow. Good slow burn progresses. Intertwined feels slow as if it's almost static.
 
Last edited:

Dawcreck

Member
Sep 11, 2017
122
22
is it just me or is there a mistake at training camp no matter what i do seem to have a talk with layla about hooking with lexi even if never had sex with her
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
49,101
Good morning. Do you mean if things like this bother me?:

"Just a heads up. I'm doing that already for other choices.
Sometimes giving you points and later you'll lose them and more,
meaning the "negative" route was actually the better one to pick. Yes, I'm mean, I know.
So don't just follow a walkthrough or mod blindly, trust your gut in some situations!"

Nah, they don't. In fact it's what my mods have always done best. Since I code the ChoiceGuides dynamically it doesn't matter at all what any future choice ramifications are... they are automatically handled.

To your question... I don't know. I haven't played this VN in well over a year. Maybe, maybe not, but I'll consider it an option for a challenge if I get bored. "So don't just follow a walkthough or mod blindly"... what the actual fuck does that mean anyway? A proper mod simply shows the outcome of the choice, preferably based on your previous choices, that's it. But I digress, I have no intention of getting caught up in any drama unnecessarily. I can understand the frustration of some folks though, so yes, I'll consider it an option. Regards.
I don't see any reason why it's not doable. There's currently some 495 choice menus though so it's no joke, but doable. Rough port teasers (not final of course, I haven't even made up my mind yet) for shits & giggles:
 
Last edited:

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
49,101
Got this error and i can't go further. There is a solution ?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/episode_8.rpy", line 16598, in script
    if Nikki_End == True:
  File "game/episode_8.rpy", line 16598, in <module>
    if Nikki_End == True:
NameError: name 'Nikki_End' is not defined

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

Full traceback:
  File "game/episode_8.rpy", line 16598, in script
    if Nikki_End == True:
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/episode_8.rpy", line 16598, in <module>
    if Nikki_End == True:
NameError: name 'Nikki_End' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Intertwined 0.10
Sat Nov  5 19:17:54 2022
I took a peek and that variable was introduced in Episode 4 and never properly declared by the dev. Either load a save prior to Episode 4 in this case so you go through the necessary choices for the variable to be recognized or start a new game. If you insist that you wish to keep the save you are trying to load I can code you a fix but you must know that even though it'll work your save does NOT reflect that you've played Episode 4 thru 6 since that variable was introduced by the dev at some later point in VN update history (whenever the hell that was).
 

JackHat

New Member
Dec 23, 2018
6
5
[VN] [Ren'Py] Intertwined [Episode 1-10, v0.10] [Nyx] [MQ, MyRepack-YAC]

Original size: 12.67GB
Repack size: 1.87GB

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

PC = / WorkUpload / / (Thank you for the help, secret Santa :giggle:)
MacOS (EngineFilesOnly) = WorkUpload

Notice: If you have my previous repack you could use Update Only (314MB) from below link.
Update Only v0.10 = WorkUpload

Click LIKE (y) if you find my post useful :cool:
How do I open the mac file?
 

wood0803

Newbie
May 25, 2022
32
86
A story with moderate tension is good, and it is fun to imagine the next story with foreshadowing.
I really like that you can choose options and branches from multiple points.

Looking forward to the next update
 

Darkwen

Forum Fanatic
Nov 10, 2020
5,595
11,811
Well, I dont know if people talked about it or if it was so obvious that there is no point to mention it, but Erynn and Iris are obviously sisters. John is clearly their father. That will make Iris atempts at seducing Erynn really awkward, haha. Talk about small world.
Maybe that's it is called intertwined :unsure: :sneaky: mind blown
 
  • Like
Reactions: PappaSchlumpf
Apr 29, 2021
284
413
Is there any Layla content in this update? Or is it pretty much Erynn focused, like just focusing on her getting abused , saving her and then she recovers from it
 
4.40 star(s) 303 Votes