Skip to content

NexIsDumb/CodenameEngine

 
 

Repository files navigation

Friday Night Funkin' - Codename Engine (WIP)

PLEASE NOTE - THIS IS STILL IN A BETA STATE

Mods created with beta versions of Codename may not be compatible with the release version

Known issues in the beta:

  • Some options are missing
  • Week 6 still have no dialogue

Build instructions are below. Press TAB on the main menu to switch mods.

Also, lime test windows uses the source assets folder instead of the export one for easier development.

Codename Engine

Codename Engine is a new Friday Night Funkin' Engine aimed at simplifying modding, along with extensiblity and ease of use.

It includes many new features, as seen here

Wanna see the new features added in the most recent update? Click here

How to download

Latest builds for the engine can be found in the Actions tab.

Credits

  • Credits to Ne_Eo and the 3D-HaxeFlixel repository for Away3D Flixel support
  • Credits to the FlxAnimate team for the Animate Atlas support.
  • Credits to Smokey555 for the backup Animate Atlas to spritesheet code.
  • Credits to MAJigsaw77 for hxvlc for video cutscene/mp4 support.
  • Credits to Aidan63 for discord-rpc for discord rpc integration.

How to build

Open the instructions for your platform

Windows
Tested on Windows 10 21H2
  1. Install version 4.2.5 of Haxe.
  2. Download Visual Studio Build Tools
  3. Wait for the Visual Studio Installer to install
  4. On the Visual Studio installer screen, go to the "Individual components" tab and only select those options:
    • MSVC v143 VS 2022 C++ x64/x86 build tools (Latest)
    • Windows 10/11 SDK (any works)
  5. This is what your Installation details panel should look like. Once correct, press "Install".
    • ⚠ This will download around 1.07 GB of data from the internet, and will require around 5.5 GB of available space on your computer.

  1. Once you finish downloading those components, download and install git-scm.
    • Leave all installation options as default.
  2. Run update.bat using cmd or double-clicking it, and wait for the libraries to install.
  3. Once the libraries are installed, run haxelib run lime test windows to compile and launch the game (may take a long time)
    • ℹ You can run haxelib run lime setup to make the lime command global, allowing you to execute lime test windows directly.
Linux
Requires testing
  1. Install version 4.2.5 of Haxe.
  2. Install g++, if not present already.
  3. Download and install git-scm.
  4. Open a terminal in the Codename Engine source folder, and run update.sh.
  5. Once the libraries are installed, run haxelib run lime test linux to compile and launch the game (may take a long time)
    • ℹ You can run haxelib run lime setup to make the lime command global, allowing you to execute lime test linux directly.
MacOS
Requires testing
  1. Install version 4.2.5 of Haxe.
  2. Install Xcode to allow C++ app building.
  3. Download and install git-scm.
  4. Open a terminal in the Codename Engine source folder, and run update.sh.
  5. Once the libraries are installed, run haxelib run lime test mac to compile and launch the game (may take a long time)
    • ℹ You can run haxelib run lime setup to make the lime command global, allowing you to execute lime test mac directly.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haxe 99.5%
  • Other 0.5%