diff --git a/README.md b/README.md index 6594645aafd..5b650c3d659 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,18 @@ **WARNING: SET HXCODEC TO 2.5.1 TO FIX CRASHES WITH EXTRA KEYS WITH LUA SCRIPTS** -# Friday Night Funkin' - Psych Engine -Engine originally used on [Mind Games Mod](https://gamebanana.com/mods/301107), intended to be a fix for the vanilla version's many issues while keeping the casual play aspect of it. Also aiming to be an easier alternative to newbie coders. +# Friday Night Funkin' - JS Engine +An engine I made for Bambi spamtracks. Used to be called "Psych Engine: No Botplay Lag" ## Installation: You must have [the most up-to-date version of Haxe](https://haxe.org/download/), seriously, stop using 4.1.5, it misses some stuff. -open up a Command Prompt/PowerShell or Terminal, type `haxelib install hmm` - -after it finishes, simply type `haxelib run hmm install` in order to install all the needed libraries for *Psych Engine!* +The source code should come with a "Quick SETUP" batch file. Run it in order to install all the needed libraries for *JS Engine!* ## Customization: if you wish to disable things like *Lua Scripts* or *Video Cutscenes*, you can read over to `Project.xml` -inside `Project.xml`, you will find several variables to customize Psych Engine to your liking +inside `Project.xml`, you will find several variables to customize JS Engine to your liking to start you off, disabling Videos should be simple, simply Delete the line `"VIDEOS_ALLOWED"` or comment it out by wrapping the line in XML-like comments, like this ``