Willster419/RelhaxModpack

add a check during installation from beta db to ensure the last supported client mods version folder exists

Closed this issue · 2 comments

should help with those "game resource does not exist" errors people get when their region isn't in sync with the beta database

it turns out that the issue wasn't in the installer, but in the ModSelectionList. See e611345

Settings.WoTClientVersion was being set in there to what the database xml file contained, which is later used for macros and zip file processing. That's why it would give the wrong version number and cause the game resource errors.