Mod Ren'Py Intertwined - Walkthrough/Gallery Mod [v0.12.3][scrappy]

Hawka1O7

Member
Dec 25, 2018
170
66
What are the errors?
I'm facing the same issues, so here's the first error on my Alexi but also kissed Eryn save.

Code:
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
  File "game/episode_12.rpy", line 116, in script
    if Erynn_Week5_Tuesday_Wakeup == True:
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\ast.py", line 2133, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/episode_12.rpy", line 116, in <module>
    if Erynn_Week5_Tuesday_Wakeup == True:
NameError: name 'Erynn_Week5_Tuesday_Wakeup' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23051307
Intertwined 0.12
Sun Feb 25 18:58:14 2024
After that I'm heading into a jogging scene with Valerie suddenly (Which I don't think was there before I installed your mod) and a ton of errors are popping up from that. Here's one example.

Code:
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
  File "game/episode_12.rpy", line 1028, in script
    if Valeria_Friends == True:
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\ast.py", line 2133, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/episode_12.rpy", line 1028, in <module>
    if Valeria_Friends == True:
NameError: name 'Valeria_Friends' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23051307
Intertwined 0.12
Sun Feb 25 18:59:58 2024
Those are the initial ones I'm getting so far anyway. Need to dive in deeper to see if there are any more.

Edit: Found a few more when you go up to speak to Ximena Vergara for the first time while she's talking with Gabi.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/episode_12.rpy", line 3081, in script
    if Valeria_Friends == False:
  File "game/episode_12.rpy", line 3081, in <module>
    if Valeria_Friends == False:
NameError: name 'Valeria_Friends' is not defined

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

Full traceback:
  File "game/episode_12.rpy", line 3081, in script
    if Valeria_Friends == False:
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\ast.py", line 2133, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/episode_12.rpy", line 3081, in <module>
    if Valeria_Friends == False:
NameError: name 'Valeria_Friends' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23051307
Intertwined 0.12
Sun Feb 25 19:08:48 2024
Edit: Okay, now this one I'm trying to load my Layla Alternative Save

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/episode_12.rpy", line 25, in script
    if Elena_Friends == False:
  File "game/episode_12.rpy", line 25, in <module>
    if Elena_Friends == False:
NameError: name 'Elena_Friends' is not defined

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

Full traceback:
  File "game/episode_12.rpy", line 25, in script
    if Elena_Friends == False:
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\ast.py", line 2133, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/episode_12.rpy", line 25, in <module>
    if Elena_Friends == False:
NameError: name 'Elena_Friends' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23051307
Intertwined 0.12
Sun Feb 25 19:18:13 2024
 
Last edited:

scrappy

Well-Known Member
Modder
May 26, 2017
1,008
28,476
I'm facing the same issues, so here's the first error on my Alexi but also kissed Eryn save.

Code:
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
  File "game/episode_12.rpy", line 116, in script
    if Erynn_Week5_Tuesday_Wakeup == True:
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\ast.py", line 2133, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/episode_12.rpy", line 116, in <module>
    if Erynn_Week5_Tuesday_Wakeup == True:
NameError: name 'Erynn_Week5_Tuesday_Wakeup' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23051307
Intertwined 0.12
Sun Feb 25 18:58:14 2024
After that I'm heading into a jogging scene with Valerie suddenly (Which I don't think was there before I installed your mod) and a ton of errors are popping up from that. Here's one example.

Code:
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
  File "game/episode_12.rpy", line 1028, in script
    if Valeria_Friends == True:
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\ast.py", line 2133, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/episode_12.rpy", line 1028, in <module>
    if Valeria_Friends == True:
NameError: name 'Valeria_Friends' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23051307
Intertwined 0.12
Sun Feb 25 18:59:58 2024
Those are the initial ones I'm getting so far anyway. Need to dive in deeper to see if there are any more.

Edit: Found a few more when you go up to speak to Ximena Vergara for the first time while she's talking with Gabi.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/episode_12.rpy", line 3081, in script
    if Valeria_Friends == False:
  File "game/episode_12.rpy", line 3081, in <module>
    if Valeria_Friends == False:
NameError: name 'Valeria_Friends' is not defined

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

Full traceback:
  File "game/episode_12.rpy", line 3081, in script
    if Valeria_Friends == False:
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\ast.py", line 2133, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/episode_12.rpy", line 3081, in <module>
    if Valeria_Friends == False:
NameError: name 'Valeria_Friends' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23051307
Intertwined 0.12
Sun Feb 25 19:08:48 2024
Edit: Okay, now this one I'm trying to load my Layla Alternative Save

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/episode_12.rpy", line 25, in script
    if Elena_Friends == False:
  File "game/episode_12.rpy", line 25, in <module>
    if Elena_Friends == False:
NameError: name 'Elena_Friends' is not defined

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

Full traceback:
  File "game/episode_12.rpy", line 25, in script
    if Elena_Friends == False:
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\ast.py", line 2133, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/episode_12.rpy", line 25, in <module>
    if Elena_Friends == False:
NameError: name 'Elena_Friends' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23051307
Intertwined 0.12
Sun Feb 25 19:18:13 2024
The problem is that the dev doesn't define the variables used except in some paths, then if its used somewhere else you get the errors. I've now added the variables that you've the errors with but with the amount of errors you're getting it's probably something on your end
 

Hawka1O7

Member
Dec 25, 2018
170
66
The problem is that the dev doesn't define the variables used except in some paths, then if its used somewhere else you get the errors. I've now added the variables that you've the errors with but with the amount of errors you're getting it's probably something on your end
Yeah I took a closer look and it might be because we're still using 12.1 rather then the updated 12.3 now that I think about it. Gonna test it out with your new patch so thanks for the update :LOL:
 

Jokingotto

New Member
May 1, 2018
4
2
As above, the variables are not defined. I'm installing the game again, then installing your newest mod and then copy my saves over from the working older version of the game.
Still dont see the Mod menu and the first error that I get after a few choices is this one:

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/episode_11.rpy", line 6127, in script
if Cara_End == False:
File "game/episode_11.rpy", line 6127, in <module>
if Cara_End == False:
NameError: name 'Cara_End' is not defined

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

Full traceback:
File "game/episode_11.rpy", line 6127, in script
if Cara_End == False:
File "D:\Games\Intertwined-0.12-pc\renpy\ast.py", line 2133, in execute
if renpy.python.py_eval(condition):
File "D:\Games\Intertwined-0.12-pc\renpy\python.py", line 1153, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Games\Intertwined-0.12-pc\renpy\python.py", line 1146, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/episode_11.rpy", line 6127, in <module>
if Cara_End == False:
NameError: name 'Cara_End' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23051307
Intertwined 0.12
Tue Feb 27 16:40:48 2024
```
 

Mharryson69

Newbie
May 22, 2022
51
24
For this walkthrough, the right choice is let Erynn be hit by the nemesis with the MC walking away.
I dont know who's fault it is but WOW that right choice!
WHAT! How the Frack can that be the RIGHT choice? The mod also didn't indicate that!
On a different subject, WTF is going on with this! I'm on Lexi path and Cara came to stay and it gives more than one option to make out with her with NO indicators??? Are they free cheats? I don't get this game or Mod!