Skip to content

Unholywanderer/FNF-CoreDEV-Engine

 
 

Repository files navigation

CDEV Engine

This is the repository for Friday Night Funkin': CDEV Engine.

Build instructions

First you need to install Haxe and HaxeFlixel.

  1. Install Haxe 4.1.5 (Download 4.1.5 instead of 4.2.0 because 4.2.0 is not recommended at all and wont work on gits properly.)
  2. Install HaxeFlixel after downloading Haxe.

Second, you need to install the additional libraries, a fully updated list will be in Project.xml in the project root. Here's the list of libraries that you need to install:

flixel
flixel-addons
flixel-ui
hscript
newgrounds

Type haxelib install [library] for each of those libs, so like: haxelib install newgrounds.

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, Mac, and Linux, just select your build.
  2. Follow instructions to install the application properly.
  3. Run haxelib git polymod https://github.com/larsiusprime/polymod.git to install Polymod.
  4. Run haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc to install Discord RPC.

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

At the moment, you can optionally fix the transition bug in songs with zoomed out cameras.

  • Run haxelib git flixel-addons https://github.com/HaxeFlixel/flixel-addons in the terminal/command-prompt.

Ignored files

nah, you dont need to create APIStuff.hx file anymore.

Compiling game

Once you have all those installed, it's pretty easy to compile the engine. You just need to run 'lime test html5 -debug' in the root of the project to build and run the HTML5 version.

To compile the engine on your desktop (Windows, Mac, Linux), 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)

The executables are located on export/ folder in the root of your project after it was compiled.

Once everything has done, have fun with the engine!

Credits

CDEV Engine

  • CoreDev - Programmer of this engine, additional assets.

Codes

  • Shadow Mario - Downscroll Code, Custom songs and charts / mods folder support, and some Week 7 Code.
  • YoshiCrafter29 - Week 7 cutscene codes.
  • RozeBud - KeyBinds menu codes.
  • KadeDev - Song Speed Code, and Botplay code.

Friday Night Funkin'

About

An Friday Night Funkin' Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haxe 99.6%
  • Batchfile 0.4%