Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie-coder committed Jan 12, 2025
2 parents e68667d + 43d7b08 commit a215996
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup/unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!
2 changes: 1 addition & 1 deletion setup/windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

3 comments on commit a215996

@SyncGit12
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i just updated hmm abd everything

@moxie-coder
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i just updated hmm abd everything

that was before I saw you make that commit btw

@SyncGit12
Copy link
Collaborator

@SyncGit12 SyncGit12 commented on a215996 Jan 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh

also did you know that my pc literally compiles faster than the github actions

Please sign in to comment.