LoGyMW

Active Member
Nov 21, 2022
673
652
You know you don't actually PEEL the banana first, right?
Seen enough impromptu shows featuring bananas to know it works perfectly well.
Unless, of course, you peel the things first like a dumb bonobo...
I assume that it would get rather messy pretty fast that way.
Maybe it would taste better for the guy after? Not speaking from personal experience or anything...or am i?;)
 

JohnPaxson

Member
Feb 23, 2018
272
131
In my Erynn path when I sit with Nathan eating a burger I don't get the option to say Mira is just a friend like in my Alexis or Layla path. I get an error with the name: "m_c1 is not defined" when I ignore it, it continues with me liking her and me hooking up with her and I don't like it. I have other path for that.

Edit: And now I just saw that it also happens with my Alexis and Layla path. I made a save exatly at that point and when I load it, I get the same error and it continues with me liking Mira as more than a friend. When I played it the first time (Alexis & Layla path) I got the option to see her as just a friend and continue. And now for whatever reason it's not possible anymore.
Can someone help please?
 
Last edited:

LoGyMW

Active Member
Nov 21, 2022
673
652
In my Erynn path when I sit with Nathan eating a burger I don't get the option to say Mira is just a friend like in my Alexis or Layla path. I get an error with the name: "m_c1 is not defined" when I ignore it, it continues with me liking her and me hooking up with her and I don't like it. I have other path for that.

Edit: And now I just saw that it also happens with my Alexis and Layla path. I made a save exatly at that point and when I load it, I get the same error and it continues with me liking Mira as for than a friend. When I played it the first time (Alexis & Layla path) I got the option to see her as just a friend and continue. And now for whatever reason it's not possible anymore.
Can someone help please?
Hm, are you on the 0.13.1 patch or using mods? I just checked all my paths on that point and i get both options. I play with Scrappy mod though, haven't checked on a fresh game
 
  • Like
Reactions: valbitterb

cooldevo

Active Member
Jan 30, 2021
835
960
In my Erynn path when I sit with Nathan eating a burger I don't get the option to say Mira is just a friend like in my Alexis or Layla path. I get an error with the name: "m_c1 is not defined" when I ignore it, it continues with me liking her and me hooking up with her and I don't like it. I have other path for that.

Edit: And now I just saw that it also happens with my Alexis and Layla path. I made a save exatly at that point and when I load it, I get the same error and it continues with me liking Mira as for than a friend. When I played it the first time (Alexis & Layla path) I got the option to see her as just a friend and continue. And now for whatever reason it's not possible anymore.
Can someone help please?
That sounds like a bug or mod issue. There is no if/else check or any filtering on the answers in the code itself:

Python:
na "What do you think about Mira?"
    mc "Uhm..."
    menu:
        "Friends":
            $ Mira_Week5_Saturday_Like = False
            mc "She's a very beautiful girl and we're very comfortable around each other but..."
            mc "We are friends. Always have been."
        "I like her":
            $ Mira_Week5_Saturday_Like = True
            scene 13_2291 with Dissolve(1)
            mc "We're friends but... Yeah, I kinda like her. I might have a thing for her."
            mc "And if I'm completely honest. If all this stuff didn't happen and if I was still living here in Alvarado..."
            mc "We'd probably be together."
            scene 13_2292 with Dissolve(1)
            mc "..."
 
  • Like
Reactions: valbitterb

TonyMurray

Forum Fanatic
Apr 8, 2024
4,218
7,183
In my Erynn path when I sit with Nathan eating a burger I don't get the option to say Mira is just a friend like in my Alexis or Layla path. I get an error with the name: "m_c1 is not defined" when I ignore it, it continues with me liking her and me hooking up with her and I don't like it. I have other path for that.

Edit: And now I just saw that it also happens with my Alexis and Layla path. I made a save exatly at that point and when I load it, I get the same error and it continues with me liking Mira as for than a friend. When I played it the first time (Alexis & Layla path) I got the option to see her as just a friend and continue. And now for whatever reason it's not possible anymore.
Can someone help please?
I had the option on all my saves played without mods. If you can't get past it, you can use URM and view what should hopefully still be a "hidden" option to just call her a friend, and then it will let you past the scene. However, it suggests there may be something wrong with your save, as you shouldn't be experiencing the issue in the first place!
 

JohnPaxson

Member
Feb 23, 2018
272
131
Hm, are you on the 0.13.1 patch or using mods? I just checked all my paths on that point and i get both options. I play with Scrappy mod though, haven't checked on a fresh game
Yes I'm also playing the the scrappy mod and also from koga
 

DIKHammer

Member
Dec 30, 2024
385
600
I did not have that issue have URM & KOGA mods on all of my paths. You must have rejected Erynn and everyone else somehow otherwise its a glitch
 

LoGyMW

Active Member
Nov 21, 2022
673
652
Yes I'm also playing the the scrappy mod and also from koga
Probably something with your save then. Im also using both of these mods and all is fine as i said above. You can maybe try a clean install and see if that helps
 

JohnPaxson

Member
Feb 23, 2018
272
131
That is the error I get, maybe that helps to figure the problem. I don't think it is because I use both mods. That was not a problem before and I'm not the only one who uses both.
I'm sorry, but an uncaught exception occurred. While running game code: File "game/game/episode_13.rpy", line 11709, in script File "game/game/screens.rpy", line 202, in execute File "game/game/screens.rpy", line 202, in execute File "game/game/screens.rpy", line 205, in execute File "game/game/screens.rpy", line 206, in execute File "game/game/screens.rpy", line 207, in execute File "game/game/screens.rpy", line 209, in execute NameError: Name 'm_c1' is not defined."
 

JohnPaxson

Member
Feb 23, 2018
272
131
I tried to put the error in spoiler but it didn't show the spoiler button to open it. I clicked on the flag and copied the text on the spoiler text and than continue. I don't know why it didn't worked.
 

cooldevo

Active Member
Jan 30, 2021
835
960
That is the error I get, maybe that helps to figure the problem. I don't think it is because I use both mods. That was not a problem before and I'm not the only one who uses both.
I'm sorry, but an uncaught exception occurred. While running game code: File "game/game/episode_13.rpy", line 11709, in script File "game/game/screens.rpy", line 202, in execute File "game/game/screens.rpy", line 202, in execute File "game/game/screens.rpy", line 205, in execute File "game/game/screens.rpy", line 206, in execute File "game/game/screens.rpy", line 207, in execute File "game/game/screens.rpy", line 209, in execute NameError: Name 'm_c1' is not defined."
The error from your post was:
You don't have permission to view the spoiler content. Log in or register now.

The koga mod page says: "Info: the Mod should be compatible to the WT Mod from scrappy", so never assume there can't be incompatibilities. :unsure: Why both would be needed when they do very similar things is beyond me, but it's not my game.

Are both mods updated for the 13.1 version?

Do one or both of the mods replace 'episode_13.rpy' file? If so, this could be the problem. It's a bit technical below...
  • 'm_c1' is not a defined variable within the base game. It's either mod-related or an internal numbering for the iterating of choices in the below bullet.
  • The error it's throwing is from screens.rpy. This is where the "gui"s are set up. Line 206 is where it's iterating (using a for: ) through the choices in the episode_13.rpy scene to display them for the player.
The code from the base episode_13.rpy is perfectly fine, and should never throw an error. Some mods replace the episode rpy files as they have to, in order to display the point changes. If that's the case it could be the culprit.

Might be easiest to delete the game directory, and then re-extract it from your zip. Try loading the save without modding and see if it works. If that works, add one mod, then try it again. If it still works, try the second one and see. If an error is thrown at any point, you'll know where the problem lies.
 

JohnPaxson

Member
Feb 23, 2018
272
131
I did not have that issue have URM & KOGA mods on all of my paths. You must have rejected Erynn and everyone else somehow otherwise its a glitch
I have definitly not rejected Erynn in thi path I have 66 RP with her and called her my girlfriend after playing volleyball against the 2 guys.
 

JohnPaxson

Member
Feb 23, 2018
272
131
Might be easiest to delete the game directory, and then re-extract it from your zip. Try loading the save without modding and see if it works. If that works, add one mod, then try it again. If it still works, try the second one and see. If an error is thrown at any point, you'll know where the problem lies.
Thank you I will do that and see what happens. It will take some time than I will let you know.
I used both mods because one gives me the chance too add or reduce points and the other as walkthrough.
 

cooldevo

Active Member
Jan 30, 2021
835
960
Thank you I will do that and see what happens. It will take some time than I will let you know.
I used both mods because one gives me the chance too add or reduce points and the other as walkthrough.
No problem. Hopefully you don't have to redownload... I always keep a copy of the latest zip just in case. Especially if using mods, as there's a lot of ways things can go sidways. One of the most common ones is that someone patches the game but forgets to update the mod afterwards. Even a minor patch can replace critical game files and the mod is expecting to see something different.

For my own personal curiosity, if you are following a walkthrough what would you need to manually tweak the points for? Doesn't the walkthrough mod ensure you follow the path to get to where you want to be with the variables and points already set?
 

JohnPaxson

Member
Feb 23, 2018
272
131
No problem. Hopefully you don't have to redownload... I always keep a copy of the latest zip just in case. Especially if using mods, as there's a lot of ways things can go sidways. One of the most common ones is that someone patches the game but forgets to update the mod afterwards. Even a minor patch can replace critical game files and the mod is expecting to see something different.

For my own personal curiosity, if you are following a walkthrough what would you need to manually tweak the points for? Doesn't the walkthrough mod ensure you follow the path to get to where you want to be with the variables and points already set?
I thankfully also always keep the latest zip so I didn't need to redownload the whole thing. The strange thing is when I started the game completly without mods I got an error loading the specific save before the Mira decision. When I only put scrappys mod I could load that save and I got the choice for Mira. So it worked with only the scrappy mod.
 

Dessolos

Message Maven
Jul 25, 2017
15,836
21,234
You know you don't actually PEEL the banana first, right?
Seen enough impromptu shows featuring bananas to know it works perfectly well.
Unless, of course, you peel the things first like a dumb bonobo...
I assume that it would get rather messy pretty fast that way.
ive squished some without peeling it. so I imagine if you are too rough it will leak out
 

cxx

Message Maestro
Nov 14, 2017
72,161
36,856
What are these Nikki_SP points variable you can get in EP13 if on Cara's path? All i did was pick up Nikki to get the box while in her room. Is this maybe a start of Nikki's secret path that could go down in the future?
ask from nyx but don't expect answer.
 
4.40 star(s) 306 Votes