SubnauticaModding / QModManager

Config based patch management for Subnautica and Subnautica: Below Zero
https://discord.gg/UpWuWwq
Other
141 stars 51 forks source link

Qmod Manager on Mac loads some mods, but not others #265

Closed seanth closed 2 years ago

seanth commented 2 years ago

Describe the bug I am not sure if this is a bug or a problem with how it was compiled.

The existing shell script for building qmm on a Mac did not work so I made the changes necessary to make it go ( pull request #264 )

Mods are correctly loaded, except for those that add resources to the game. For example, CustomLoadScreen and UnleashedLifepod load and behave correctly.

CustomizeYourSpawns does not, along with some other mods that add resources or other things in the game.

https://pastebin.com/d85n0ade

I can't figure out whether this is a bug or a problem with the build procedure I used. I'm happy to provide additional info on the build process on my machine if needed.

seanth commented 2 years ago

This was cause by a compiling issue. Closing time