Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 1 to 27 of 532 · Next page · Last page

I will always appreciate this game.


I salute 🫡 you.

Quando haverá tradução para o Brasil ?

Electric Callboy mentioned. Peak

how do I get normal frenni scenes 

I played the game to two different endings with no sex scenes??? are there any in the game or just risky pics?

Try getting to the true ending. It took me a couple hours to do but at the end it gives a few. On the way there you also get a couple.

(2 edits) (-2)

Hmm, I think the only thing I hate about this game is the potential it lost as this game could've gone so much bigger. It becoming a part management game after MC takes over. More FNAF characters joining the staff as you expand and get bigger. It could've become an endlessly growing game with infinite content with a massive harem.

Unfortunately, this makes me view the sequel for this game in a very negative light as I view it as something that didn't need to exist at all and destroyed the potential this game could've had.

Consider this a love letter to this game. 

MAJOR SPOILERS IN THIS COMMENT !!

I like to put every game on a scale from asexual to sexual, most games are a 0, maybe 1, suggestive at MOST, and most NSFW games are a 9 or 10, outward smut. That said, I tend to think that NSFW game community lacks 5s, 6s, and 7s. This is that game, and not only is it amazingly written, with near perfect characters, good endings, and an easy 10/10* score (I'll get back to that), it dosen't shove porn in the form of an executable down your throat. Now, there's nothing wrong with extremely smuty gamed, but there's something to be said for characters being more than tools to lead into H-Scenes.

Now, about that 10/10 score, the one thing I disliked. The eyes. There is a major mechanic in the story about animatronic eyes, each color meaning a different thing. I basically only remembered red, meaning controlled by Afton. The eye colors are never reiterated, and are very forgettable, especially blue, which if im not wrong is only used once or twice in the true ending, if at all. Due to this major mechanic being scuffed in introducing, I'm giving the game a 9.5/10. And mind you, the sequel is everything this game did good, and none of the slight issues. 

ALSO, having masc and fem character choices is amazing, and the polycule with Lexy and Zero is absolutely amazing. Every character having their animatronic and human personality is super wholesome too, even if not all of them are utilized too much.

whats I need to seach Lexy? I am a brazilian player, I love your games, bro, made more of this perfections

如何解锁“Zero & Lexy”

(1 edit)

Can u tell me how to her golden bunfi

(+2)

how do i unlock non-Nu frenni in the gallery?

(-1)

Просто шедевр где реально хотелось играть ради сюжета  , я автору руки целовал

(-1)

Поиграй ещё в MalOvent от этого же разраба. Там та же вселенная, связанная с этой игрой.

how do i get marie and lexy scenes?

Lexy directly spells out you need supernatural stuff to even SEE her for any amount of time, Marie is also called out as being warded, IE focus on finding names thru the missing persons reports and of course supernatural research and their endings should also come along quickly enough

(+4)

"Fort, night"

can you make an IOS version, Please?

They can't make an IOS version because you can't load apps that aren't on the app store like on Android. If you wanted to load 3rd party apps on iOS you have to mod your phone. And I don't think it's easy to make for iOS without the intention to post to the app store.

(+2)(-2)

Это шедевр, я аш прослезился пока в это играл 20% порно, 80% прекрасная романтическая новелла. Автору респект

(-3)

Бля братан, впервые тут не пендоса встретил. Думал качать или нет, но теперь сомнения отпали.

(+8)(-8)

i need a gay version bro

(+5)

this is the most invested ive ever been in the story of a porn game

(+4)

How can I get both the bonfie and fexa sex scenes

(+1)

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

(1 edit)

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

Are you talking about the... huh, what was I talking about?

Does anyone have a guide to the endings in text and not in video form?   

Closest your gonna get is probably this video it has the instructions/requirements for each ending at the start of their respectice timestamps in text form https://youtu.be/kdZ_Nd8pY8c?si=D_J_WCr0come5dW0

(+1)(-1)

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]

(+2)(-2)

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.

(+1)(-1)

thx bro

(-1)

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.)

(+1)

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

(+1)

somehow this happens whenever i tried to open the game
any solution to fix this or why this happen?

Viewing most recent comments 1 to 27 of 532 · Next page · Last page