From fd2799f9eb3f444546f2b1f2bbb5be86a5077405 Mon Sep 17 00:00:00 2001 From: Lunar <144155299+SyncGit12@users.noreply.github.com> Date: Sun, 12 Jan 2025 11:03:43 -0300 Subject: [PATCH 1/5] Moxie did a oopsie --- setup/unix.sh | 2 +- setup/windows.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 From 7c31737d67451695754f4f21ee8d5afc89d0575f Mon Sep 17 00:00:00 2001 From: Moxie <124418090+moxie-coder@users.noreply.github.com> Date: Sun, 12 Jan 2025 09:05:57 -0500 Subject: [PATCH 2/5] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7076e2dbf92..99f901f798a 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,8 @@ 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.2 (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: From a2f24172651ca521a94f0fb6a8c78da3e92db61a Mon Sep 17 00:00:00 2001 From: Moxie <124418090+moxie-coder@users.noreply.github.com> Date: Sun, 12 Jan 2025 09:07:02 -0500 Subject: [PATCH 3/5] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99f901f798a..64817ab575c 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ 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're using an older version BEFORE 1.41.2 (Latest Nightly build) +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` @@ -100,7 +100,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 From 149c6a3baa7c3886a7b2edb9483da42b251150f1 Mon Sep 17 00:00:00 2001 From: Lunar <144155299+SyncGit12@users.noreply.github.com> Date: Sun, 12 Jan 2025 11:10:08 -0300 Subject: [PATCH 4/5] Updating HMM --- hmm.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hmm.json b/hmm.json index f8c64b1c132..f6dd46c396a 100644 --- a/hmm.json +++ b/hmm.json @@ -39,10 +39,8 @@ }, { "name": "hxvlc", - "type": "git", - "dir": null, - "ref": "main", - "url": "https://github.com/MAJigsaw77/hxvlc" + "type": "haxelib", + "version": "1.9.2" }, { "name": "hscript", From 43d7b08ba151048f37d55e452a7ca06ed7ff85d4 Mon Sep 17 00:00:00 2001 From: Moxie <124418090+moxie-coder@users.noreply.github.com> Date: Sun, 12 Jan 2025 09:11:19 -0500 Subject: [PATCH 5/5] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64817ab575c..303ee339588 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,9 @@ 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're using an older version BEFORE 1.41.1 (Latest Nightly build) -Otherwise, make *sure* you use hxvlc 1.9.2, not anything newer + +### 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: