NeonGhosts

Well-Known Member
Game Developer
Mar 20, 2019
1,153
13,483
View attachment 4253619 \
I keep getting errors like this. Got one from the anal thing as well.

Screenshot 2024-11-20 141748.png

That variable is defined at the very beginning of the chapter. Reload from the end of the last chapter (when MC comes home to find Brent kicking in the door) and proceed from there. I post this notice along with all my releases, for that exact reason.

Screenshot 2024-11-20 141939.png
 

NeegNog

Member
Jul 21, 2021
145
249
Great taste in women neon , always liked the NEW/OLD characters except ASHEEE / MADISON she is too THICK for my liking , THE only problem this update ENDED ,THE MORE WE GET THE HAPPIER ---- please MORE MORE MORE ! MORE ! MORE ! MORE !
 
May 6, 2023
173
261
View attachment 4253660

That variable is defined at the very beginning of the chapter. Reload from the end of the last chapter (when MC comes home to find Brent kicking in the door) and proceed from there. I post this notice along with all my releases, for that exact reason.

View attachment 4253649
I was getting hammered with exceptions as well, and after using your tip to load from CH 9 it solved the issue - Thx (y)
 
  • Heart
Reactions: NeonGhosts

BÖÖRK

Newbie
Jan 2, 2019
61
98
I am still getting errors no matter how far back I start lol.
I was getting the same thing. Had to extract it as a separate folder and restart from beginning. Tbh I was getting this kind of error with most of the Ren'py games that I downloaded this week, for some unknown reason.
 

BÖÖRK

Newbie
Jan 2, 2019
61
98
Feel free to share the error screen. I’m still in the process of fixing things for the beta.
I'm not nighthawk, but here you go:
You don't have permission to view the spoiler content. Log in or register now.
All of the errors give me the same msg, so it's prolly tied to the same thing. But there might be some other msgs, since I gave uo after the 6th same error screen. Hope it helps.
Edit: For more info: After I performed clean install and started a new game, it stopped faceslapping me with that error msg, as I mentioned in my comment above.
 

NeonGhosts

Well-Known Member
Game Developer
Mar 20, 2019
1,153
13,483
I'm not nighthawk, but here you go:
You don't have permission to view the spoiler content. Log in or register now.
All of the errors give me the same msg, so it's prolly tied to the same thing. But there might be some other msgs, since I gave uo after the 6th same error screen. Hope it helps.
Appreciate it. That one should resolve if you just replay Chapter 9 from the beginning.

edit: ah, I just saw your previous message. I’m not sure why starting further back wouldn’t have fixed it. That code’s been in place for a while.

In any event, I’ve just put a little menu choice to manually re-set your decision at the beginning of the beta. So, that’ll fix it for now, albeit it in an ugly, fourth wall-breaking way.
 

Master of Puppets

Conversation Conqueror
Oct 5, 2017
7,562
10,083
View attachment 4253660

That variable is defined at the very beginning of the chapter. Reload from the end of the last chapter (when MC comes home to find Brent kicking in the door) and proceed from there. I post this notice along with all my releases, for that exact reason.

View attachment 4253649
That's not how you're supposed to define variables. You should put them above the "ch10_start" label, and use the default keyword:
Python:
default ch10_br_knows = False
default ch10_ms_shirt = False
default ch10_kat_spank = False

label ch10_start:
That way they will always get initialised properly no matter where the player's save is made.
 

Ghost'Xo

Member
Oct 24, 2020
305
755
"Based on polling players, most said their playtime for one path was between 1-2 hours."
No way in hell is this update taking anyone 2 hours to finish.
I could care less about Mason and I could give even less of a fuck about Gabby, the only interest I have in Gabby is her mother. Next update is going to suck if it's focused on her.. Speaking of mothers, if the dev is going to keep adding women, he should find a way to get Ashe mother into the mix.
 
  • Haha
Reactions: HUNUTAN

NeonGhosts

Well-Known Member
Game Developer
Mar 20, 2019
1,153
13,483
That's not how you're supposed to define variables. You should put them above the "ch10_start" label, and use the default keyword:
Python:
default ch10_br_knows = False
default ch10_ms_shirt = False
default ch10_kat_spank = False

label ch10_start:
That way they will always get initialised properly no matter where the player's save is made.
Yeah, I became aware of this a little too late. I’ve already got some (that I used for bug-fixes.. :/ ) in the script file. Once the public version is available, I’ll be going through each chapter and fixing all the variables, while also organizing them in a standardized way.

I’ve just had a mentality of, “Let’s keep doing it as I’ve done it, and then fix it all at once with the relaunch.”
 

Dessolos

Message Maven
Jul 25, 2017
12,555
16,394
"Based on polling players, most said their playtime for one path was between 1-2 hours."
No way in hell is this update taking anyone 2 hours to finish.
I could care less about Mason and I could give even less of a fuck about Gabby, the only interest I have in Gabby is her mother. Next update is going to suck if it's focused on her.. Speaking of mothers, if the dev is going to keep adding women, he should find a way to get Ashe mother into the mix.
ive yet to play the update but if it's anything like previous update I can tell you probably take me 3-4 hours at least. As I like to check out every choice reload explore different paths even ones im not interested in. Not to mention mini breaks I rarely play AVN's without a break just to briefly look at this site or something else. Point is it depends on the playstyle I can easily see it being 1-2 hours or more depending on how one plays if the choices are like previous updates.
 

malridoo

Member
Oct 9, 2020
253
283
I don't know if it was mentioned, but I encountered some errors regarding unknown variables such as ripath, msglassespath, ch9_mspropositioned:
Screenshot 2024-11-21 002344.png
Screenshot 2024-11-21 002306.png
Screenshot 2024-11-21 002328.png
 
  • Like
Reactions: atrebor68
4.60 star(s) 220 Votes