- Jul 1, 2020
- 70
- 152
Most of this game lets you decide to be a monster or not, so why does it suddenly make the MC order fries with no salt???
I'm so eager to try it, just want some kind soul to update the android version ☹
Info: updated my settings Mod and Android port for game version v0.70a, available here
Because you played a leaked beta and now a leaked alpha...what do people expect?Every 5 pages it gets an error. Got pissed off and quit.
I was getting hammered with exceptions as well, and after using your tip to load from CH 9 it solved the issue - ThxView 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
Feel free to share the error screen. I’m still in the process of fixing things for the beta.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.I am still getting errors no matter how far back I start lol.
I'm not nighthawk, but here you go:Feel free to share the error screen. I’m still in the process of fixing things for the beta.
Appreciate it. That one should resolve if you just replay Chapter 9 from the beginning.I'm not nighthawk, but here you go:
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.You don't have permission to view the spoiler content. Log in or register now.
That's not how you're supposed to define variables. You should put them above the "ch10_start" label, and use theView 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
default
keyword:default ch10_br_knows = False
default ch10_ms_shirt = False
default ch10_kat_spank = False
label ch10_start:
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.That's not how you're supposed to define variables. You should put them above the "ch10_start" label, and use thedefault
keyword:
That way they will always get initialised properly no matter where the player's save is made.Python:default ch10_br_knows = False default ch10_ms_shirt = False default ch10_kat_spank = False label ch10_start:
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."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.
This is another incompatible save due to the leaked Chapter 9 not being finished. Replay Chapter 9 (the one that opens with Lucien) from the beginning, and that’ll fix it.I don't know if it was mentioned, but I encountered some errors regarding unknown variables such as ripath, msglassespath, ch9_mspropositioned:
View attachment 4254024
View attachment 4254021
View attachment 4254027