If you want to play the game normal, just install it via the releases section on this Github, if you want to build it from source, refer to the Build Instructions
As a continuation of Psych Engine, Brainy Engine is an Friday Night Funkin' Modding Engine with a focus on making modpacks feel more like source mods, with easy custom UI and custom menus without source.
You can change what action you want for an anticheat (aka custom event for pressing 7)
Change UI elements for mod packs using Json files
While you can't change much formatting in the JSON files it's easy to do in HScript.
import states.PlayState;
//Example of how you can edit text format (in HScript)
function onCreatePost() {
var i = 0;
for (text in PlayState.instance.uiText) {
PlayState.instance.uiText[i].setFormat("vcr.ttf", 100);
i += 1;
}
}
A character select system that makes it easy to add custom characters to the list!
- Brainy0789 - Owner of the project
- OfficialGamer - Developer
- Starless - Android playtester
- Shadow Mario - Main Programmer and Head of Psych Engine.
- Riveren - Main Artist/Animator of Psych Engine.