- Apr 30, 2017
- 1,525
- 2,909
Feel free to post an image of your error screen, so I can see what it is. Did you happen to play a demo version between chapters, and make a save with it? Because that’s the leading cause of game-breaking bugs with FiN.My update had many script errors especially during Mason dialogue, I’ve never done anything sexual with Mason, and after a bunch of script errors and ignoring 5 in a row, next thing I know mc is stripping Mason and there having sex?
Maldonado is he going to have this ugly black eye the entire game? For a millionaire you would think he could afford concealer or pay some makeup artist to cover it up
Some were, some weren't. Most were 0.1's or demos and didn't have sex in it at all yet, just new devs trying to get a feel for what people like as far as kinks and whether it would be worth it to continue on Patreon or not. But here's some actual scientific poll results that isn't on some AVN-focused site to skew the results, and was asked of the general population (so prudes are probably included when they consider missionary position a bit kinky):So, on a poll for an incest focused AVN, 96% of people voted for incest, WOW. I'm stunned.
From Mason’s POV: He’s been surviving through sex work for quite a while, presenting as a woman. So, compartmentalizing the two parts of his personality isn’t exactly new or traumatic.I am considering doing a mason playthrough at some point, even though they are near the bottom of my list of Li's, the only one lower is Gabby, she is someone I will never do personally.
My question is if I treat Mason like a girl during sex, but like a boy out of sex, is that still considered the romance path, or exploitation path?
Was there any sexual favors with gabbys mom yet, if there were I missed it, but she looked smoking hot in that black lingerie. Thought there would of been an option for atleast some head for bailing out her jailbird, otherwise he’s gonna look like a simp, not getting anything in returnFeel free to post an image of your error screen, so I can see what it is. Did you happen to play a demo version between chapters, and make a save with it? Because that’s the leading cause of game-breaking bugs with FiN.
Most critics revolve around it: too much food on the table, the game needs more focus on less characters.the game feels like it's getting distracted from itself. The last part in the Police station felt very forced and shallow and really took away from the update. in the end, the update felt weak and/or thin. just my two cents worth but perhaps the story needs to be trimmed down a bit (lot)
I presume this is Python being Python and you opened the script with an editor that changed the way lines are structured for parts of the script and then saved it. You either make every indentation in your script tabs or the same number of spaces.Guys, I think I screwed up pretty bad. I’m getting this weird error. The game keeps asking me to fix the 'line splits' one by one. From what I can tell, it’s reading every split as a new line. When I fix one by joining it, it just moves on to the next. Does anyone know if there’s a way to merge all the split lines at once? This is gonna take forever to do manually.
Care to expand on that? I feel like everything has lead/is leading to everything else. Naturally, some stuff may feel fractured depending on the path you’re taking. But, if you’re on what I’d call the main route..the game feels like it's getting distracted from itself. The last part in the Police station felt very forced and shallow and really took away from the update. in the end, the update felt weak and/or thin. just my two cents worth but perhaps the story needs to be trimmed down a bit (lot)
I believe this is a result of playing the leaked version of Chapter 9, where that variable hadn't yet been set. If you go back to Chapter 9 and play through the part where you decide how to handle Mason's errand (at the hotel or diner with Risa) that'll resolve itself. I'll add a little menu option to the Beta, just to reset the variable.This is the error I keep getting.
View attachment 4252574
Got it! Thanks!Care to expand on that? I feel like everything has lead/is leading to everything else. Naturally, some stuff may feel fractured depending on the path you’re taking. But, if you’re on what I’d call the main route..
You don't have permission to view the spoiler content. Log in or register now.
I’m not going to say everything aligns perfectly. My biggest regret is that I didn’t elongate the timeline for the game a bit, and when I finish the thing I plan to go back and do just that. But, I think events basically flow together. Especially when you account for this day being a bit hellish for our protagonist, with everything colliding and going wrong at the same time.
I believe this is a result of playing the leaked version of Chapter 9, where that variable hadn't yet been set. If you go back to Chapter 9 and play through the part where you decide how to handle Mason's errand (at the hotel or diner with Risa) that'll resolve itself. I'll add a little menu option to the Beta, just to reset the variable.
Its a problem for like 85% of the games on here. Some devs either think just more = better, or get bored with their girls halfway through and just add more to spice things up rather than just end a game and make a new one.Most critics revolve around it: too much food on the table, the game needs more focus on less characters.
(I 100% agree with it)
But you've just heard him answering here: it's his game, his story, and this is the pathway he chose.
Thank God, while fixing the errors one by one, I somehow bumped into the real problem. Turns out, I accidentally deleted one of the quotation mark/apostrophe in the dialogue line where that reads 'mc"De nada."' Btw, I have no clue what 'De nada' could mean .I presume this is Python being Python and you opened the script with an editor that changed the way lines are structured for parts of the script and then saved it. You either make every indentation in your script tabs or the same number of spaces.
You can try fixing this with Notepad++, enable advanced search terms, search and replace the respective hidden characters until it is all the same indentation and line ending again.
By the by that's \r\n for Windows, just \n for Linux and some other combination for Macs.