JordanSantiagoYT / FNF-JS-Engine

JS Engine is basically Psych Engine but with (almost) no botplay lag and NEW features!
Apache License 2.0
48 stars 32 forks source link

2 quick source code questions? #694

Closed SMWpalkia closed 1 month ago

SMWpalkia commented 1 month ago

What is your question?

moxie-coder commented 1 month ago

What is your question?

  • Where can i find a list of lua functions? (stuff like onCreate & onUpdate)
  • Where can i find the code that creates the wavy bg effect & can it be edited?
  1. Look at the psych wiki
  2. Look in FunkinLua.hx and the Shaders.hx file for glitchEffect, right here in Shaders.hx for the actual shader code, and in FunkinLua for how the shader is created via Lua
SMWpalkia commented 1 month ago
  1. Look at the psych wiki
  2. Look in FunkinLua.hx and the Shaders.hx file for glitchEffect, right here in Shaders.hx for the actual shader code, and in FunkinLua for how the shader is created via Lua

are you able to help me understand how to read the code? im trying to recreate these background effects (the source code for this engine isn't availible so i cant just copy it) heatwave hor heatwave vert dreamy wavy stop effect

moxie-coder commented 1 month ago
  1. Look at the psych wiki
  2. Look in FunkinLua.hx and the Shaders.hx file for glitchEffect, right here in Shaders.hx for the actual shader code, and in FunkinLua for how the shader is created via Lua

are you able to help me understand how to read the code? im trying to recreate these background effects (the source code for this engine isn't availible so i cant just copy it) heatwave hor heatwave hor heatwave vert heatwave vert dreamy dreamy wavy wavy stop effect stop effect

DYI, idk how to help with that, plus it would help you learn if you tried to learn Haxe, it wasn't too hard for me