I actually can hear my custom MP3 files, however, they are so quiet compared to the game music, and the music slider in audio settings is for both of them :/
Try turning on debug logs and sending your log file? You can add me on discord if you'd like: ifbars Make sure you use the IL2CPP version on the main beta branch, and you need AudioImportLib too
alternate mode is actually just a different unity scripting backend :) the main game uses il2cpp, which converts the games C# code to IL, then compiles it to C++, where as the alternate branch (mono) just converts to IL and is loaded at runtime. This makes modding a lot easier on the alternate branch. I'll look into making an il2cpp after work later today :) but just to make it clear, the alternate mode is not "only" for people having issues with the game :)
9 comments
Make sure you use the IL2CPP version on the main beta branch, and you need AudioImportLib too
May 3rd