Skip to content

EnigmaEngine/EnigmaModMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARNING!

! This app is nowhere near to being near to being done.
! Until this tool actually has functionality, we will not provide support for it.
says MasterEric, at least

Enigma Mod Maker for Friday Night Funkin'

Preview

The Enigma Mod Maker is a tool for Friday Night Funkin' designed to allow users to create basic Friday Night Funkin' mods with no coding knowledge. It allows you to create or import custom characters, custom songs, custom stages, and custom weeks using an intuitive graphical interface.

The mods created by Enigma Mod Maker are designed to be used with Enigma Engine.

Enigma Mod Maker is powered by HaxeUI and designed for Windows, Mac, and Linux computers.

Using Enigma Mod Maker

[Click here] to download the latest release of Enigma Mod Maker.

Compiling

To compile Enigma Mod Maker from source, follow these steps:

  1. Download necessary dependencies:
  1. Clone the repository and open it in VSCode. When you do, you will be prompted to install several recommended extensions.
  • When cloning the repository, make sure to download all submodules.
  1. Run the following commands in your terminal to install necessary dependencies:
haxelib install lime
haxelib install openfl
haxelib install flixel
haxelib install flixel-addons
haxelib install flixel-ui
haxelib install hxcpp
haxelib install hxWidgets
haxelib install haxeui-core
haxelib install haxeui-flixel
haxelib install haxeui-hxwidgets
haxelib install haxeui-rich-text
haxelib git polymod https://github.com/MasterEric/PolyMod
  1. Run the following additional setup commands:
haxe hxwidgets.hxml
  1. To perform a debug build with breakpoint support, press F5.
  2. To perform a release build, run lime build <platform>. <platform> can be windows, mac, or linux.

Licensing

Enigma Mod Maker is open-source copyleft software, and any modifications to it must also be made open source under the GNU GPLv3 license.

About

Enigma Mod Development Kit for Friday Night Funkin'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages