helloe we hit single
Havee fun with NightmareVision V1! (follow me on twitter)
-
ShadowMario and Co. for Psych engine
-
Nebula_Zorua for the specific Psych fork NMV is built off and for the Modchart backend
-
Rozebud for the chart editor little buddies (Check out their engine too)
-
Cne crew for camera rotation support (Check out codename engine)
-
MaybeMaru for MoonChart and Flixel-Animate
- Haxe 4.3.6 and Haxelib 4.2.0 or newer is expected
- This engine ENFORCES the use of local libraries with hxpkg/hmm to prevent issues in relation to
hxvlc - The expected library versions are listed within the .hxpkg file.
if compilation errors arise, Ensure your Haxe version is correct and your haxelibs match what is listed in the .hxpkg file
Download the prerequisites... (skip this if you already have compiled any fnf project, or any flixel project basically lol)
within the VS Community Installer, download Desktop development with c++
In a cmd within the project directory, in order run...
haxelib git hxpkg https://github.com/ADA-Funni/hxpkg add-hmm-compatibility
haxelib run hxpkg setup
haxelib run hxpkg installImportant
This requires Rust to be installed!
In a cmd within the project directory, in order run...
haxelib git hxpkg https://github.com/ADA-Funni/hxpkg add-hmm-compatibility
haxelib run hxpkg setup
haxelib run hxpkg to-hmm
cargo install --git https://github.com/ninjamuffin99/hmm-rs hmm-rs
hmm-rs clean
hmm-rs install
haxelib fixrepo
haxelib install hmm
haxelib remove grig.audio
haxelib run hmm reinstall grig.audio
haxelib fixrepoAfter that is complete, run haxelib run lime rebuild cpp -release
Then, run haxelib run lime test windows -release and you should be compiling
If you get errors related to lime, run limeFixer and try again