Unity Fap Nights at Frenni's Night Club [v0.2.6] [FATAL FIRE Studios]

3.80 star(s) 71 Votes

curiousmiqote

Newbie
Feb 10, 2023
18
23
I played this game a while ago and I had the cheats, but I forgot how to get them again and unlock scenes? Does anyone know?
 

Remnant-1

Newbie
May 10, 2022
15
12
Was kinda excited to see an update finally drop but after reading all the comments about how bad the bug is I guess I'll just go back to patiently waiting for a fix/next update *sigh*
Ditto. I figured I'd wait until Night 2 drops later this month and hopefully its all somewhat playable by then.
 

0xanEverage

Member
Feb 19, 2020
245
559
The FAQs have been updated as well as the Unlocks.

Thank you therandomstalker and KittyMaid for providing the registry files, they helped me quite a bit.

For my own sake, I have modified the games code to grant (unlock) every pose and video once the player does a single QR scan at the bar tv.
If someone is interested in this, please rename your Assembly-CSharp.dll file (FAPNAF V0.2.0\FAP NIGHTS AT FRENNIs_Data\Managed) to Assembly-CSharp.dll.bak and insert the one attached.
 

mpaaimpa

New Member
Jul 20, 2018
13
7
Oh and if it wasn't mentioned before, the dance poses are not available, just another placeholders as it seems.
Not entirely true, I have Frenni and Bonfie's dances unlocked, the Registry Values are:
FRENNI_BAILE1_h1150365360
BONFIE_BAILE1_h1164450177

Not sure if there are others, but at least these two exist.

Edit: unlocked Fexa's "Dance": FEXA_BAILE1_h4148414546
She just stomps her foot and the screen says "Fexa doesn't want to dance"
Lame.
 
Last edited:
May 30, 2020
46
54
Oh and if it wasn't mentioned before, the dance poses are not available, just another placeholders as it seems.
I've unlocked all the dance poses. As someone else said in the thread, they unlock based off of who gets out first. If an animatronic gets out first, they go to the stage and perform a dance, and unlock it. I believe you have to finish the night (naturally or by getting caught) for it to save. It's also a bit weird because I swear I saw Chiku doing Bonfie's dance on stage, but in the view menu in arcade it's a unique animation. I may have just been seeing things. Fexa's dance is in character, but also a bit lame as she refuses to dance and throws a split second fit in annoyance and it says in GIANT TEXT that she refuses to. Keep in mind for unlocking that some animatronics take a while to get to stage whereas Frenni comes right to it so make sure you keep the others in check until you see the animatronic whose dance you want to reach stage. Frenni's dance is the same one you see her due backstage as far as I can tell, Chiku's isn't that great to me, Bonfie's is ok, and Fexa's as I said is not really a dance at all.
 
  • Like
Reactions: 0xanEverage

0xanEverage

Member
Feb 19, 2020
245
559
Not entirely true, I have Frenni and Bonfie's dances unlocked, the Registry Values are:
FRENNI_BAILE1_h1150365360
BONFIE_BAILE1_h1164450177

Not sure if there are others, but at least these two exist.

Edit: unlocked Fexa's "Dance": FEXA_BAILE1_h4148414546
She just stomps her foot and the screen says "Fexa doesn't want to dance"
Lame.
You are totally right, I have not filtered correctly.

The dances are for frenni, bonfie, chiku and fexa.

C:
    // Token: 0x06000080 RID: 128 RVA: 0x000024E0 File Offset: 0x000006E0
    public void OBTIENE_BAILE1_FRENNI()
    {
        PlayerPrefs.SetInt("FRENNI_BAILE1", 1);
    }

    // Token: 0x06000082 RID: 130 RVA: 0x000024FA File Offset: 0x000006FA
    public void OBTIENE_BAILE1_BONFIE()
    {
        PlayerPrefs.SetInt("BONFIE_BAILE1", 1);
    }

    // Token: 0x06000085 RID: 133 RVA: 0x00002521 File Offset: 0x00000721
    public void OBTIENE_BAILE1_CHIKU()
    {
        PlayerPrefs.SetInt("CHIKU_BAILE1", 1);
    }

    // Token: 0x06000087 RID: 135 RVA: 0x0000253B File Offset: 0x0000073B
    public void OBTIENE_BAILE1_FEXA()
    {
        PlayerPrefs.SetInt("FEXA_BAILE1", 1);
    }
 
  • Like
Reactions: mpaaimpa

mpaaimpa

New Member
Jul 20, 2018
13
7
You are totally right, I have not filtered correctly.

The dances are for frenni, bonfie, chiku and fexa.

C:
    // Token: 0x06000080 RID: 128 RVA: 0x000024E0 File Offset: 0x000006E0
    public void OBTIENE_BAILE1_FRENNI()
    {
        PlayerPrefs.SetInt("FRENNI_BAILE1", 1);
    }

    // Token: 0x06000082 RID: 130 RVA: 0x000024FA File Offset: 0x000006FA
    public void OBTIENE_BAILE1_BONFIE()
    {
        PlayerPrefs.SetInt("BONFIE_BAILE1", 1);
    }

    // Token: 0x06000085 RID: 133 RVA: 0x00002521 File Offset: 0x00000721
    public void OBTIENE_BAILE1_CHIKU()
    {
        PlayerPrefs.SetInt("CHIKU_BAILE1", 1);
    }

    // Token: 0x06000087 RID: 135 RVA: 0x0000253B File Offset: 0x0000073B
    public void OBTIENE_BAILE1_FEXA()
    {
        PlayerPrefs.SetInt("FEXA_BAILE1", 1);
    }
Thanks for putting this together btw, no way I'd spend all this time grinding haha
 
  • Like
Reactions: 0xanEverage

0xanEverage

Member
Feb 19, 2020
245
559
Not entirely true, I have Frenni and Bonfie's dances unlocked, the Registry Values are:
FRENNI_BAILE1_h1150365360
BONFIE_BAILE1_h1164450177

Not sure if there are others, but at least these two exist.

Edit: unlocked Fexa's "Dance": FEXA_BAILE1_h4148414546
She just stomps her foot and the screen says "Fexa doesn't want to dance"
Lame.
CHIKU_BAILE1_h3684794964

UnlockAll is updated with the Dances too now.
 
  • Like
Reactions: therandomstalker

theyakuzi

Member
Jun 4, 2021
107
260
This update scenes are quite literally are the same animations we've already seen on the other girls.
 

Deeziel

Newbie
Dec 15, 2021
27
60
Am I missing something? What's the bug people are talking about? I ain't touching the game until Night 2 is full out, just curious due to the complaints I've seen.
 

Crocodeeznutz

Member
May 9, 2023
251
147
Am I missing something? What's the bug people are talking about? I ain't touching the game until Night 2 is full out, just curious due to the complaints I've seen.
just crashing a bunch although mine crashes before i can even load into the arcade mode menus and it basically makes it unplayable on my potato computer
 
3.80 star(s) 71 Votes