ThatRozebudDude / FPS-Plus-Public

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finally, it's open source.

Friday Night Funkin' FPS Plus

Friday Night Funkin' FPS Plus is an engine mod of Friday Night Funkin' that aims to improve gameplay and add quality of life features.

You can find the original game here: Newgrounds - itch.io - GitHub

FPS Plus was designed to increase the framerate of Friday Night Funkin' and is still currently (as far as I know) the only engine that allows for an unlocked framerate. It also features a plethora of enhancements and quality of life features. A bunch of systems are also changed as well that alter the workflow of coding stuff into the engine.

Building

To download and install all libraries required compiling, you must install Haxe's Module Manager (hmm).

  • To install and set up hmm, run the following commands:

        haxelib --global install hmm
        haxelib --global run hmm setup
    
  • After hmm's install is complete, run hmm install in the root directory to install all haxelibs.

  • After installing all libraries, run haxelib run lime setup to set up lime.

To set up build tools, refer to part 8 of this document.

Run lime test PLATFORM or lime build PLATFORM to compile the game.

If you are getting an error that says that a bunch of Flixel classes are missing fields, you need to reinstall Haxe. I don't know what causes this I just know that reinstalling Haxe should fix it.

Credits

Friday Night Funkin'

FPS Plus

Shoutouts

  • Fabs - Coding buddy.
  • Smokey - Helped with coding a few systems.
  • KadeDev - Rest in Peace (Engine not the guy lol)
  • ShadowMario - Showing support for FPS Plus on Twitter. (Also sometimes I adapt Psych code, shhhh...)
  • PolybiusProxy - Haxeflixel Desktop MP4 stuff.
  • Ethab Taxi - He's just sorta chillin'.

About

License:Other


Languages

Language:Haxe 51.0%Language:C 45.5%Language:C++ 3.4%Language:Python 0.2%Language:Batchfile 0.0%