Skip to content

Brainfunk-Team/BrainfunkRestored

Repository files navigation

GitHub commit activity GitHub repo size

Friday Night Funkin': Brainy Engine

Brainy Engine Logo

Installation:

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.

Features

Chart Editor Anticheat Event

You can change what action you want for an anticheat (aka custom event for pressing 7) Chart Editor Event Example

Uncompressed Video


Custom Json UI Elements

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;
    } 
}

Character Select

Character Select

A character select system that makes it easy to add custom characters to the list!

Quick Tutorial


Credits: Brainy Engine Team

Special Thanks

  • Starless - Android playtester

Credits: Psych Engine Team

  • Shadow Mario - Main Programmer and Head of Psych Engine.
  • Riveren - Main Artist/Animator of Psych Engine.

View Old Psych Engine README

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages