/FNF-Cool-Engine

Primary LanguageCOtherNOASSERTION

FNF': Cool Engine is a modification of the original FNF' source code the mod includes new Options and better Graphics!!

The Cool Engine Team Credits

  • Manux (me) - Programmer Friday Night Funkin: Cool Engine
  • Jloor - Programmer Friday Night Funkin: Cool Engine
  • Chasetodie - Programmer Friday Night Funkin: Cool Engine
  • MrClogsworthYT - Programmer and composer Friday Night Funkin: Cool Engine
  • Overcharged Dev - Programmer Friday Night Funkin: Cool Engine
  • FairyBoy and Zero Artist - Artists Friday Night Funkin: Cool Engine

Funkin android credits

FNF

mp4 stuff

Building

THESE INSTRUCTIONS ARE FOR COMPILING THE GAME'S SOURCE CODE!!! IF YOU JUST WANT TO PLAY AND NOT EDIT THE CODE CLICK HERE!!!

Installing the Required Programs

First, you need to install Haxe and HaxeFlixel. I'm too lazy to write and keep updated with that setup (which is pretty simple).

  1. Install Haxe
  2. Install HaxeFlixel after downloading Haxe (This is a required step and compilation will fail if it isn't installed!)

You'll also need to install a couple things that involve Gits. To do this, you need to do a few things first.

  1. Download git-scm. Works for Windows, and Mac, just select your build. (Linux users can install the git package via their respective package manager.)
  2. Run this, and everything should be installed automatically if it doesnt use the errors to download the left libraries

You should have everything ready for compiling the game! Follow the guide below to continue!

NOTE: If you see any messages relating to deprecated packages, ignore them. They're just warnings that don't affect compiling

The -debug flag is completely optional. Applying it will make a folder called export/debug/[TARGET]/bin instead of export/release/[TARGET]/bin

Once you have all those installed, it's pretty easy to compile the game. You just need to run lime build html5 -minify in the root of the project to build and run the HTML5 version command prompt navigation guide can be found here. To run it from your desktop (Windows, Mac, Linux) it can be a bit more involved. For Linux, you only need to open a terminal in the project directory and run lime test linux -debug and then run the executable file in export/release/linux/bin. For Windows, you need to install Visual Studio Community 2019. While installing VSC, don't click on any of the options to install workloads. Instead, go to the individual components tab and choose the following:

  • MSVC v142 - VS 2019 C++ x64/x86 build tools
  • Windows SDK (10.0.17763.0)

Once that is done you can open up a command line in the project's directory and run lime test windows -debug. Once that command finishes (it takes forever even on a higher end PC), you can run FNF from the .exe file under export\release\windows\bin

As for Mac, lime test mac -debug will work

ADDITIONS IN 0.3.5

  • Mods Support
  • Eliminated lua
  • VS Online Ready
  • Functions Switch Characters!
  • More Fixed Bugs
  • New Notes in Txt
  • New Splashes in Txt
  • Best ubication in the folders
  • Controls in the menu of pause

Thanks for checking out our Engine! Do you have any question? Go to the discussions tab!