RedstoneSC / FNF-RedstoneEngine

A modification of Psych Engine with some twist.
Apache License 2.0
11 stars 11 forks source link

image

Friday Night Funkin' - Redstone Engine

A modification of Psych Engine (mostly psych fork) which adds shaders and lots of features!


BIG NOTICE:

Please don't take fps.hx FONT code! Remove it if you have it!

Installation:

GOTTA HAVE THE UP-TO-DATE HAXE IF YOU HAVE 4.1.5 THEN IT WILL NOT WORK! SOME STUFF IS MISSING, SERIOUSLY, STOP USING 4.1.5

Follow this tutorial, also install LuaJIT. Do this in command prompt:

haxelib git linc_luajit https://github.com/AndreiRudenko/linc_luajit

On your command prompt or terminal!

if you dont want your mod to run lua delete the "LUA_ALLOWED" on Project.xml

If you need to find that little code, press me!

For future update's, make sure to install this on your command prompt/terminal!:

haxelib install hxCodec 2.5.1 

Credits:

Developers

PE CONTRUIBTOR'S

Features

New title screen

Makes the titlestate.hx a little bit better, including tweening and that sort of stuff

image

Shaders VIA SOURCE

**

var bg:BGSprite = new BGSprite('folder/whateverthehellyourstageis', -600, -200, 0.9, 0.9);
                add(bg);
                bg.active = true;

                var testshader:Shaders.GlitchEffect = new Shaders.GlitchEffect();
                testshader.waveAmplitude = 0.1;
                testshader.waveFrequency = 5;
                testshader.waveSpeed = 2;

                bg.shader = testshader.shader;
                curbg = bg

Better main menu

Adds in some cool stuff

image

Camera follow + Redstone-Engine UI

Freeplay sections

While being a work in progress

image

Noteskins!

image

Some random screenshot

image

Thanks for reading!

Make sure to play redstone engine whenever you can! Unique engine!