diff --git a/README.md b/README.md index 7076e2dbf92..303ee339588 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,10 @@ A: Send [here.](https://github.com/JordanSantiagoYT/FNF-JS-Engine/pulls). Refer to [the Build Instructions](./BUILDING.md) -If you get an error related to hxCodec, run `haxelib set hxCodec 2.5.1` +If you get an error related to hxCodec, run `haxelib set hxCodec 2.5.1` if you're using an older version BEFORE 1.41.1 (Latest Nightly build) + +### Otherwise, make *sure* you use HxVLC 1.9.2, not anything newer + If graphics are all white and don't have color, run `haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp` ## Customization: @@ -99,7 +102,8 @@ same goes for *Lua Scripts*, comment out or delete the line with `LUA_ALLOWED`, * SqirraRNG - Crash Handler and Base code for Chart Editor's Waveform * KadeDev - Fixed some cool stuff on Chart Editor and other PRs * iFlicky - Composer of Psync and Tea Time, also made the Dialogue Sounds -* PolybiusProxy - .MP4 Video Loader Library (hxCodec) +* PolybiusProxy - Former .MP4 Video Loader Library (hxCodec) +* MAJigsaw77 - .MP4 Video Loader Library (hxVLC) * Keoiki - Note Splash Animations * Smokey - Sprite Atlas Support * Nebula the Zorua - LUA JIT Fork and some Lua reworks diff --git a/setup/unix.sh b/setup/unix.sh index 37c78430518..c7bc098922b 100644 --- a/setup/unix.sh +++ b/setup/unix.sh @@ -19,5 +19,5 @@ haxelib git linc_luajit https://github.com/superpowers04/linc_luajit.git haxelib git funkin.vis https://github.com/FunkinCrew/funkVis 22b1ce089dd924f15cdc4632397ef3504d464e90 haxelib git grig.audio https://gitlab.com/haxe-grig/grig.audio.git cbf91e2180fd2e374924fe74844086aab7891666 haxelib git hxdiscord_rpc https://github.com/MAJigsaw77/hxdiscord_rpc -haxelib git hxvlc https://github.com/MAJigsaw77/hxvlc +haxelib install hxvlc 1.9.2 echo Finished! diff --git a/setup/windows.bat b/setup/windows.bat index 645ce12357b..1e50cb6e107 100644 --- a/setup/windows.bat +++ b/setup/windows.bat @@ -19,7 +19,7 @@ haxelib git linc_luajit https://github.com/superpowers04/linc_luajit haxelib git funkin.vis https://github.com/FunkinCrew/funkVis 22b1ce089dd924f15cdc4632397ef3504d464e90 haxelib git grig.audio https://gitlab.com/haxe-grig/grig.audio.git cbf91e2180fd2e374924fe74844086aab7891666 haxelib git hxdiscord_rpc https://github.com/MAJigsaw77/hxdiscord_rpc -haxelib git hxvlc https://github.com/MAJigsaw77/hxvlc +haxelib install hxvlc 1.9.2 @echo off echo Finished! pause