Known issues in the beta:
- Some options are missing
Build instructions are below. Press TAB on the main menu to switch mods.
Also, the command .\cne test
uses the source assets folder instead of the export one for easier development (Although you can still use lime test windows
normally).
Codename Engine is a new Friday Night Funkin' Engine aimed at simplifying modding, along with extensiblity and ease of use.
Make sure to read the wiki and join the Discord server linked there!
It includes many new features, as seen here
Wanna see the new features added in the most recent update? Click here
Latest builds for the engine can be found in the Actions tab.
In the future (when the engine won't be a WIP anymore) we're gonna also publish the engine on platforms like Gamebanana; stay tuned!
Open the instructions for your platform
Windows
- Install version 4.2.5 of Haxe.
- Download Visual Studio Build Tools
- Wait for the Visual Studio Installer to install
- 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)
- 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.
- Once you finish downloading those components, download and install
git-scm
.- Leave all installation options as default.
- Run
update.bat
using cmd or double-clicking it, and wait for the libraries to install. - 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 executelime test windows
directly.
- ℹ You can run
Linux
- Install version 4.2.5 of Haxe.
- Install
g++
, if not present already. - Download and install
git-scm
. - Open a terminal in the Codename Engine source folder, and run
update.sh
. - 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 executelime test linux
directly.
- ℹ You can run
MacOS
- Install version 4.2.5 of Haxe.
- Install
Xcode
to allow C++ app building. - Download and install
git-scm
. - Open a terminal in the Codename Engine source folder, and run
update.sh
. - 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 executelime test mac
directly.
- ℹ You can run
- Download and play the engine with its mods and modpacks
- Mod and fork the engine (without using it for illicit purposes)
- Contribute to the engine (for example through Pull Requests, Issues, etc)
- Create a sub engine with Codename Engine as TEMPLATE with CREDITS (for example leaving the credits menu submenu with the GitHub contributors and putting the main devs in a README specifying that it's a sub engine from Codename Engine)
- Release excutable mods that use Codename Engine as source (Specifing that uses Codename Engine by for example the same way written above this)
- Release modpacks
- Create a side/new/etc engine (or mod that doesn't use Codename Engine) using Codename Engine's code
- Steal code from Codename Engine for another different project that is not Codename Engine related (Codename Engine mods excluded) without properly crediting
- Release the entire Codename Engine on platforms (Mods that use Codename Engine as source are fine, if it's specified even better)
- 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