There's an issue with this packaging system. Whenever I try to package a RPG maker MZ game it says this it appears to be looking for a sub-directory inside of index.html
Viewing post in Halva Packaging System comments
ok, I tried out the new version and it packs the game files perfectly fine. what I'm having trouble with is the boot strapper, when i change the relevant pieces of code and compile it. it spits out this
I followed the instructions on the github and I compiled the template using
dotnet publish -c Release -r win10-x64 -f net5.0-windows10.0.19041.0
I've encountered a new issue now.After packaging the deployed RPG maker MZ game, when the game loads, it doesn't load any of the video files in the game's archive. I have it so the title screen uses a video, and when loading the game through the boot strapper it doesn't load the video at all leaving the title screen completely blank (aside from the menu commands)