Closed ghost closed 2 years ago
Thanks for telling me, i should have tested it on a fresh installation.
The problem was that the github checkout action doesn't download any submodules by default. And therefore it wasn't packed when i created the new release.
If you find anything else, please let me know. It's always hard to test all use cases.
Description
I tried out the new version of this mod on a clean install of Noita today and encountered the following errors when starting a new game with the dev build:
Steps to reproduce
setup_noita_20210423-1929_(46552).exe
, ingame:Apr 23 2021 - 18:36:55
) .mods
folder.noita_dev.exe
.Additional info
I believe the root cause of this issue is that the
luanxml
library is not included in the release file, probably because it is imported as a Git submodule. I was only able to use the new version of this mod after manually downloading thenxml.lua
file here and placing it inC:\Games\Noita\mods\noita-mapcap\files\libraries\luanxml\
.