Honestly extremely enjoyable so much so I immediately wanted to play the sequel but decided to go for the true ending first, however after nearly 5 hours and about 30 or so attempts I'm giving up. Otherwise great game
well, i think i got a good ending, probably not the true one though- i'll try to find it soon
i won't spoil it if you still want to find it, but try prioritizing both coding and missing person stats up until day 8 or 9- ignore security entirely, turns out you don't even need to know lockpicking to get inside smith's office
i poked around the files to figure out if i was missing anything, and i found a strange screen that might suggest a "locked" ending
this is a bit of a stretch, but maybe if someone were to get the two other main endings and then go for the true one, it could work? i'm not entirely sure, but it's worth a shot
I have a problem, because of an error, a softlock appears at the moment where bonfie says a Good question, You evaded a similar question a few days ago.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
NameError: name 'парнем' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "tl/russian/script.rpyc", line 26302, in script
File "C:\Users\frost\Desktop\FrenniFazclaire-1.0-pc\renpy\ast.py", line 2573, in execute
Say.execute(self)
File "C:\Users\frost\Desktop\FrenniFazclaire-1.0-pc\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Users\frost\Desktop\FrenniFazclaire-1.0-pc\renpy\exports\sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "C:\Users\frost\Desktop\FrenniFazclaire-1.0-pc\renpy\character.py", line 1440, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "C:\Users\frost\Desktop\FrenniFazclaire-1.0-pc\renpy\character.py", line 1354, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "C:\Users\frost\Desktop\FrenniFazclaire-1.0-pc\renpy\character.py", line 1334, in sub
I can deploy a fix on the weekend. For now, go back before the question, switch to another language, answer the question, then switch back. That should stop the softlock in Russian.
The Russian language is imperfect, but at least something. But still, a lot needs to be fixed and rewritten. 14 nights - when you need to act and try to get into Smith’s office, an error pops up when moving from the security service to another location (I play on Android). There is not enough library with all the scenes and images (for example: the first night at home with Zero.)
Okay, Marie is genuinely stumping me. Apparently I need 1000 on both coding and missing persons before night 11 in order to save her, but no matter how perfectly I minmaxxed she always kill me when the option to talk to Frenni in the VIP booth pops up.
Am I missing something still? I've been doing four continuous runs for the true ending but so far nothing sticks.
have you found her true name yet? It's on the usb when you deep clean the vip room. after getting the usb get home and research into missing person again and you'll get her true name and be able to free her
So, when opening the .exe file, I got this. I'm scared I'm getting a possible virus and I've been scanning files over and over. Can someone help me with this?
I have downloaded many files before and a lot of these have popped up before. It's just some computer stuff trying to protect your PC even though there is not threat. All though some are risky, but this isn't one of them.
I really like the game and i am quite giddy about the game as i want to learn more. Though i am having trouble finding lexy and i can't find type 0's name. Does anyone know what type 0's real name? Spoiler warning but with the way she acts and when I get Marie's real name if I remember correctly it talks about the mother dying as well so I am guessing and I repeat this may be a Spoiler so here's a Spoiler warning but I think type 0 is Vanessa's mom. Though I also don't think so because of what type 0 says about being a drifter and that nobody would care. Though I think it may explain why she's so ghost like is because unlike the others who were alive she may have been dead when she was turned into type 0.
← Return to game
Comments
Log in with itch.io to leave a comment.
this is the most invested ive ever been in the story of a porn game
How can I get both the bonfie and fexa sex scenes
Honestly extremely enjoyable so much so I immediately wanted to play the sequel but decided to go for the true ending first, however after nearly 5 hours and about 30 or so attempts I'm giving up. Otherwise great game
well, i think i got a good ending, probably not the true one though- i'll try to find it soon
i won't spoil it if you still want to find it, but try prioritizing both coding and missing person stats up until day 8 or 9- ignore security entirely, turns out you don't even need to know lockpicking to get inside smith's office
alright i have a theory
i poked around the files to figure out if i was missing anything, and i found a strange screen that might suggest a "locked" ending
this is a bit of a stretch, but maybe if someone were to get the two other main endings and then go for the true one, it could work? i'm not entirely sure, but it's worth a shot
Does anyone have a guide to the endings in text and not in video form?
I have a problem, because of an error, a softlock appears at the moment where bonfie says a Good question, You evaded a similar question a few days ago.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
NameError: name 'парнем' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "tl/russian/script.rpyc", line 26302, in script
File "C:\Users\frost\Desktop\FrenniFazclaire-1.0-pc\renpy\ast.py", line 2573, in execute
Say.execute(self)
File "C:\Users\frost\Desktop\FrenniFazclaire-1.0-pc\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Users\frost\Desktop\FrenniFazclaire-1.0-pc\renpy\exports\sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "C:\Users\frost\Desktop\FrenniFazclaire-1.0-pc\renpy\character.py", line 1440, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "C:\Users\frost\Desktop\FrenniFazclaire-1.0-pc\renpy\character.py", line 1354, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "C:\Users\frost\Desktop\FrenniFazclaire-1.0-pc\renpy\character.py", line 1334, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "C:\Users\frost\Desktop\FrenniFazclaire-1.0-pc\renpy\substitutions.py", line 373, in substitute
s = interpolate(s, variables) # type: ignore
File "C:\Users\frost\Desktop\FrenniFazclaire-1.0-pc\renpy\substitutions.py", line 86, in interpolate
raise e
File "C:\Users\frost\Desktop\FrenniFazclaire-1.0-pc\renpy\substitutions.py", line 78, in interpolate
value = renpy.python.py_eval(code, {}, scope)
File "C:\Users\frost\Desktop\FrenniFazclaire-1.0-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\frost\Desktop\FrenniFazclaire-1.0-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
NameError: name 'парнем' is not defined
Windows-10-10.0.22621 AMD64
Ren'Py 8.3.2.24090902
A Fortnight at Frenni Fazclaire's 1.0
Tue Apr 22 20:53:16 2025
[/code]
I can deploy a fix on the weekend. For now, go back before the question, switch to another language, answer the question, then switch back. That should stop the softlock in Russian.
thx bro
The Russian language is imperfect, but at least something. But still, a lot needs to be fixed and rewritten. 14 nights - when you need to act and try to get into Smith’s office, an error pops up when moving from the security service to another location (I play on Android). There is not enough library with all the scenes and images (for example: the first night at home with Zero.)
How do I get the zero and lexy scene?
pls add portuguese (brazil) or portugal language to the game
Both Bonfie and (whatever the Foxy one was called I don't remember her name) are kinda underrated. They both need more appearances on this game
somehow this happens whenever i tried to open the game
any solution to fix this or why this happen?
Okay, Marie is genuinely stumping me. Apparently I need 1000 on both coding and missing persons before night 11 in order to save her, but no matter how perfectly I minmaxxed she always kill me when the option to talk to Frenni in the VIP booth pops up.
Am I missing something still? I've been doing four continuous runs for the true ending but so far nothing sticks.
have you found her true name yet? It's on the usb when you deep clean the vip room. after getting the usb get home and research into missing person again and you'll get her true name and be able to free her
That's a standard thing with SmartScreen when it comes to indie titles. See here for details. There are no viruses in this game.
I have downloaded many files before and a lot of these have popped up before. It's just some computer stuff trying to protect your PC even though there is not threat. All though some are risky, but this isn't one of them.
Lil birdie told me this game is peak, I'll try it.
Nice try
This will hurt[I really played for a long time😂 and Chinese translation is very interesting,How did you get ?]
If anyone sees this could you tell me how to get the Frenni[not nu] scene?😭plsss I will thank you very much
Just follow this guide to obtain the one labeled as "Alternative Good Ending"
ty,u are a good man😭👍🏻
I really like the game and i am quite giddy about the game as i want to learn more. Though i am having trouble finding lexy and i can't find type 0's name. Does anyone know what type 0's real name? Spoiler warning but with the way she acts and when I get Marie's real name if I remember correctly it talks about the mother dying as well so I am guessing and I repeat this may be a Spoiler so here's a Spoiler warning but I think type 0 is Vanessa's mom. Though I also don't think so because of what type 0 says about being a drifter and that nobody would care. Though I think it may explain why she's so ghost like is because unlike the others who were alive she may have been dead when she was turned into type 0.
im stuck where you have to get into a room through the vent but Frenni kills me
Here is a playthrough of night 2!
To get the true ending do I need to get all the other endings?
Nope! You can get the True Ending at any time
okie thanks
Holy shit these two games are so well written! Keep up the great work!
wait is the first game finished already and you already got a second one