Closed martilidad closed 3 years ago
Sorry I was unclear in my original post. I have game Version 44290-xxx and had to go through all the trouble of trying different versions of the Mod Manager to figure out which works. It would be nice if the information was available on all download platforms instead of having to check the log every time.
So, it looks like you are running the version built for the experimental
branch of BZ instead of the one for the standard branch. You can tell them apart because of the .EXP
suffix in the download in the releases page here in GitHub. The one suffixed .STABLE
is always for the standard branch.
Also, if for whatever reason you need to know which version each of the builds was built for, you can see them all in one place here, but on Epic, you always want the .STABLE
suffix, as the epic store doesn't (AFAIK?) allow you to switch branches:
private static readonly Dictionary<QModGame, int> SupportedGameVersions = new Dictionary<QModGame, int>
{
#if SUBNAUTICA_STABLE
{ QModGame.Subnautica, 65786 }
#elif BELOWZERO_STABLE
{ QModGame.BelowZero, 44290 }
#elif SUBNAUTICA_EXP
{ QModGame.Subnautica, 67843 }
#elif BELOWZERO_EXP
{ QModGame.BelowZero, 44291 }
#endif
};
Yeah, sorry to have bothered you with this. I kinda jumped the gun. There was a completely different error with the normal exe. For some reason using the Qmod Sam manager to start the game fixed those errors. ¯_(ツ)_/¯
Describe the issue I installed the latest Version of QModmanager and it refuses to work with my Below Zero Version. It would be nice of you to document the last tested working Game Version the Manager works with. I get this log when using the latest (4.1.3) installer. I tried both normal and experimental. I understand that updates will break the Mod Manager from time to time and I'm very grateful for your work. Keep it up ;)
Additional info I removed all Files from the QMods folder. I am using the (not so) Epic Games Store version.