Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
643a7c0
initial fnafb2 changes
zuils Nov 21, 2024
a6778c2
Inital Fnafb2 logic (DOES NOT GENERATE)
zuils Nov 21, 2024
5bfda3f
Fixed generation bug
zuils Nov 22, 2024
8e1029b
readded proud mode
zuils Nov 22, 2024
aa9cbe3
Fixed carousel location breaking, lowered cake minigame req, sent dat…
zuils Nov 22, 2024
1cae8be
check withered chica when doing toy chica quest, moved get connect sc…
zuils Nov 22, 2024
29ea18d
fixed encounters breaking
zuils Nov 25, 2024
1d493c8
fixed some locations not being removed on standard difficulty, added …
zuils Nov 26, 2024
a13b5ea
logic update and forgot to update show stage chests for critical mode
zuils Nov 26, 2024
8374c0b
proper crediting and fixed proud diff checks being removed on critica…
zuils Nov 26, 2024
12958e0
puppet plays music box in women's bathroom
zuils Nov 27, 2024
51cf6b1
Reorganized locations, fixed abilities not working, made goal actuall…
zuils Dec 1, 2024
bdad2f4
Fixed duplicate locations
zuils Dec 1, 2024
a068212
Merge pull request #1 from zuils/0.3.1
zuils Dec 1, 2024
d3e8053
made some logic a little bit less leniant, fixed bug with splash woma…
zuils Dec 6, 2024
beaa524
prevent the player from returning to title screen twice
zuils Dec 6, 2024
75df685
Create release.yml
zuils Dec 6, 2024
8b75042
Merge pull request #2 from zuils/main
zuils Dec 6, 2024
fbc5ac2
Update release.yml
zuils Dec 6, 2024
ce25fc6
Update release.yml
zuils Dec 6, 2024
2571efd
Update release.yml
zuils Dec 6, 2024
6f8b16e
Update release.yml
zuils Dec 6, 2024
d64eaae
Update release.yml
zuils Dec 6, 2024
4195204
eh fuck this
zuils Dec 6, 2024
619dde5
Added tokens as filler items to both games
zuils Feb 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

games/FNaFB1/Save01.rvdata2
games/FNaFB1/Save*.rvdata2
games/FNaFB2/Save*.rvdata2
worlds/fnafb1.apworld
games/FNaFB1/Save03.rvdata2
games/FNaFB1/Save02.rvdata2
games/FNaFB1/Save01.rvdata2.bak
worlds/fnafb2.apworld
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Do note that this game is not, and never will be, supported by the main Archipelago team.
This game is not permitted to be run or discussed in the official Archipelago Discord servers under any circumstances.

# Changes to base game
# Changes to base game of FNaFB1
Some changes were made to make playing this randomizer a more seamless experience. Here's what you need to know.
- Characters, Weapons, Armors, Key Items, and B.B. Shops have been shuffled into the item pool to find.
- The Kingly/Godly Weapons have been removed from the RNG drops in place of Vouchers to be traded in on the Show Stage for checks (if enabled in the player's YAML).
Expand All @@ -20,6 +20,18 @@
- The Puppet no longer has a timer and can be fought by interacting with it in the Restrooms.
- Interior Walls will only open if the "Reveal Interior Walls" item has been recieved by the player.
- The door to The Office requires 4 Key Pieces to be obtained before you're allowed to enter. You must also defeat all of the cameras as normal.

# Changes to base game of FNaFB2
- Every change from FNaFB1 were implemented into here with a couple of differences.
- Real Weapons have been removed from the RNG drops for vouchers if the setting is enabled.
- B.B. Shops work the same as the FNaFB1 AP with the order being Main Hall B.B., Party Room 3 B.B., Kid's Cove B.B., Office B.B.
- Both First and Second Puppet can be fought by interacting with it in either the Show Stage or the Women's Bathroom
- The door to the Cave of the Past requires 4 B.B.'s Essence.
- Mangle will no longer prevent you from shattering your masculinity before you enter the Women's Bathroom.
- Toy Bonnie will still appear in the right vent if you get Toy Bonnie before you talk/free him.
- Shadow Bonnie bossfight will appear if you have toy animatronics in your party, but they will be removed before you fight it.
- Cake Minigame has been reduced to 10 times to feed the kid from 100.
- The final cassette will no longer auto warp you to the rap god. There is another cassette in the bottom right corner of the Office for you to fight the rap god.

# APWorld Setup
This randomizer uses [Archipelago](https://github.com/ArchipelagoMW/Archipelago) to handle seed generation.
Expand Down
Binary file modified games/FNaFB1/Data/Actors.rvdata2
Binary file not shown.
Binary file modified games/FNaFB1/Data/Animations.rvdata2
Binary file not shown.
Binary file modified games/FNaFB1/Data/Armors.rvdata2
Binary file not shown.
Binary file modified games/FNaFB1/Data/Classes.rvdata2
Binary file not shown.
Binary file modified games/FNaFB1/Data/Enemies.rvdata2
Binary file not shown.
Binary file modified games/FNaFB1/Data/Items.rvdata2
Binary file not shown.
Binary file modified games/FNaFB1/Data/Map001.rvdata2
Binary file not shown.
Binary file modified games/FNaFB1/Data/Map006.rvdata2
Binary file not shown.
Binary file modified games/FNaFB1/Data/Map011.rvdata2
Binary file not shown.
Binary file modified games/FNaFB1/Data/MapInfos.rvdata2
Binary file not shown.
Binary file modified games/FNaFB1/Data/Scripts.rvdata2
Binary file not shown.
Binary file modified games/FNaFB1/Data/Skills.rvdata2
Binary file not shown.
Binary file modified games/FNaFB1/Data/States.rvdata2
Binary file not shown.
Binary file modified games/FNaFB1/Data/System.rvdata2
Binary file not shown.
Binary file modified games/FNaFB1/Data/Tilesets.rvdata2
Binary file not shown.
Binary file modified games/FNaFB1/Data/Weapons.rvdata2
Binary file not shown.
2 changes: 1 addition & 1 deletion games/FNaFB1/mkxp.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
// Please specify where your RTP (Runtime Package) is in case it isn't in the default location.
// Make sure to escape any backslashes (\, write these as \\)
// Default: [ "C:\\Program Files (x86)\\Common Files\\Enterbrain\\RGSS3\\RPGVXAce" ]
"RTP": [ "D:\\RPGVXAce" ],
"RTP": [ "C:\\Program Files (x86)\\Common Files\\Enterbrain\\RGSS3\\RPGVXAce" ],

}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified games/FNaFB2/Data/Armors.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Classes.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/CommonEvents.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Enemies.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Items.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map013.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map017.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map018.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map019.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map020.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map021.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map022.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map023.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map024.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map025.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map026.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map027.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map028.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map029.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map030.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map031.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map032.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map033.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map034.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map035.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map036.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map037.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map038.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map039.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map040.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Map050.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/MapInfos.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Scripts.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/Skills.rvdata2
Binary file not shown.
Binary file modified games/FNaFB2/Data/System.rvdata2
Binary file not shown.
Binary file added games/FNaFB2/Fonts/courbd.ttf
Binary file not shown.
Binary file modified games/FNaFB2/Game.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion games/FNaFB2/Game.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
RTP=RPGVXAce
Library=System\RGSS301.dll
Scripts=Data\Scripts.rvdata2
Title=Five Nights at Fuckboy's 2: Final Mix: Game of the Year (GameJolt ver.)
Title=Five Nights at Fuckboy's 2 Archipelago
Description=(no description)
CreationDate=1723082741
[Fullscreen++]
Expand Down
Binary file added games/FNaFB2/Graphics/Characters/APTrade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added games/FNaFB2/Graphics/System/IconSet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading