Skip to content

TheBeepSheepTeam/FNF-VsFoxa3.0New

Repository files navigation

Friday Night Funkin' - Foxa Engine (OLD)

Engine based off on Psych Engine which was originally used on Mind Games Mod, intended to be a fix for the vanilla version's many issues while keeping the casual play aspect of it. Also aiming to be an easier alternative to newbie coders.

THIS ENGINE WAS MADE FOR VS FOXA 3.0

ALSO THIS IS OUTDATED

Installation:

You must have the most up-to-date version of Haxe, most notably 4.2.5, seriously, stop using 4.1.5, it misses a lot of stuff.

Open up a Command Prompt/PowerShell or Terminal, type haxelib install hmm

After it finishes, simply type haxelib run hmm install in order to install all the needed libraries for Foxa Engine!

(You can still do it the old-fashioned way, but that is a big no-no, as the Haxe Module Manager is recommended.)

Customization:

If you wish to disable things like Lua Scripts or Video Cutscenes, you can read over to Project.xml.

Inside Project.xml, you will find several variables to customize Foxa Engine to your liking.

To start you off, disabling videos should be simple, simply Delete the line "VIDEOS_ALLOWED" or comment it out by wrapping the line in XML-like comments (it's a XML file, no worries.), like this <!-- YOUR_LINE_HERE -->.

Same goes for Lua Scripts, comment out or delete the line with LUA_ALLOWED, this and other customization options are all available within the Project.xml file.

Vs. Foxa - Main Credits

  • Foxa - Main Director, Composer, Spriter, Charter, LUA Coder
  • KookerFoxYT/CharlesCatYT - Main Coder, 2nd Director, Composer, Spriter
  • Grits - Coder

Vs. Foxa - Special Thanks

  • Cuzsie - Original Minigame System (for the first minigame lol)
  • BeastyGabi - Main Menu Customization

Psych - Main Credits:

  • Shadow Mario - Programmer
  • RiverOaken - Artist
  • Yoshubs - Assistant Programmer

Psych - Special Thanks

  • bbpanzu - Ex-Programmer
  • Yoshubs - New Input System
  • SqirraRNG - Crash Handler and Base code for Chart Editor's Waveform
  • KadeDev - Fixed some cool stuff on Chart Editor and other PRs
  • iFlicky - Composer of Psync and Tea Time, also made the Dialogue Sounds
  • PolybiusProxy - .MP4 Video Loader Library (hxCodec)
  • Keoiki - Note Splash Animations
  • Smokey - Sprite Atlas Support
  • Nebula the Zorua - LUA JIT Fork and some Lua reworks

Features

Attractive animated dialogue boxes:

Mod Support

  • Probably one of the main points of this engine, you can code in .lua files outside of the source code, making your own weeks without even messing with the source!
  • Comes with a Mod Organizing/Disabling Menu.
  • You can code in options without modifying the source code.
  • You can code in a custom main menu without source.

Atleast one change to every week:

Week 1:

  • New Dad Left sing sprite
  • Unused stage lights are now used

Week 2:

  • Both BF and Skid & Pump does "Hey!" animations
  • Thunders does a quick light flash and zooms the camera in slightly
  • Added a quick transition/cutscene to Monster

Week 3:

  • BF does "Hey!" during Philly Nice
  • Blammed has a cool new colors flash during that sick part of the song

Week 4:

  • Better hair physics for Mom/Boyfriend (Maybe even slightly better than Week 7's 👀)
  • Henchmen die during all songs. Yeah :(

Week 5:

  • Bottom Boppers and GF does "Hey!" animations during Cocoa and Eggnog
  • On Winter Horrorland, GF bops her head slower in some parts of the song.

Week 6:

  • On Thorns, the HUD is hidden during the cutscene
  • Also there's the Background girls being spooky during the "Hey!" parts of the Instrumental

Week 7:

  • I don't know what.

Cool new Chart Editor changes and countless bug fixes

  • You can now chart "Event" notes, which are bookmarks that trigger specific actions that usually were hardcoded on the vanilla version of the game.
  • Your song's BPM can now have decimal values.
  • You can manually adjust a Note's strum time if you're really going for milisecond precision.
  • Despite using a different format for charts made with this, you can use charts from other engines such as Kade Engine, the base game engine, or even Forever Engine!
  • You can change a note's type on the Editor, it comes with two example types:
    • GF Sing: Forces GF to play a note animation, instead of Boyfriend, or the opponent.
    • Alt Animation: Forces an alt animation to play, useful for songs like Ugh and Stress.
    • Hey: Forces a "Hey" animation instead of the base Sing animation, if Boyfriend hits this note, Girlfriend will do a "Hey!" too.

Multiple editors to assist you in making your own Mod

Screenshot_3

  • Working both for source code modding and downloaded builds! It even includes a Credits editor, just for those who wanna save time.

Story mode menu rework:

  • Added a different BG to every song. (less Tutorial)
  • All menu characters are now in individual spritesheets, makes modding it easier.

Credits menu

Screenshot_1

  • You can add a head icon, name, description and a Redirect link for when the player presses Enter while the item is currently selected.

Awards/Achievements

  • The engine comes with 16 example achievements that you can mess with and learn how it works. (Check Achievements.hx and search for "checkForAchievement" on PlayState.hx)

Options menu:

  • You can change Note colors, Delay and Combo Offset, Controls and Preferences there.
  • On Preferences, you can toggle Downscroll, Middlescroll, Anti-Aliasing, Framerate, Low Quality, Note Splashes, Icon Swing, Flashing Lights, etc.

Other gameplay features:

  • Comes with controller support.
  • Supports both RGB and HSV for changing note colors.
  • When the enemy hits a note, their strum note also glows.
  • Lag doesn't impact the camera movement and player icon scaling anymore.
  • Some stuff based on the Week 7 update's changes has been put in. (Background colors on Freeplay, Note splashes)
  • You can reset your Score on Freeplay/Story Mode by pressing the Reset button (the R key, to be exact.).
  • You can listen to a song or adjust Scroll Speed/Damage taken/etc. on Freeplay by pressing Space.

About

vs foxa plus is broken now so uhhh, clean repo, clean slate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published