Heyo!
Caught what caused the bug. It's due to the packer not reading the package.json right. I have it fixed on my side and I'll push a hotfix soon.
Thank you for the feedback.
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)