You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2018. It is now read-only.
Hello James, I would like to ask something about the updating behaviour regarding BLT 2.2 (I'm assuming that's the latest stable release?).
I installed BLT 2.2 a week ago, after a near 2 month break from the game, and I noticed that the mod manager detects a "new" version of the BLT available, even after I tested re-updating it trough the BLT's download manager. After that it still detected a "newer" version available, making it an endless process.
I didn't find anything related to this on the Steam/Mod Workshop forums or reddit, so I decided to ask here to try to find a solution for the issue.
Thank you for your time.
The text was updated successfully, but these errors were encountered:
I think it's because it uses a little extra system and instead of checking version number like the rest of the mods it also checks the checksum of files in base folder if you modified them it will detect the "update" all the time
Indeed, now the BLT compares the server and the local mod hash, which makes the updating process very repetitive (which is of course, pointless, if the mod is already updated).
Another change that I've seen is that before, modders defined the mod's version number in the version string (which was independent from the updates' revision number) before the updates string, for example:
I know that not all the mods updated to work with BLT 2 have received this change, but I do know that various mods did, and that's the reason for me to point it out. Though, I didn't fully tested this syntax change in all the current mods that I have, so I might be wrong on that.
And like you said, all the hash verifying system is kind of a pain for me because, I tend to edit mods myself in case I need to translate some strings or disable log entries that I don't need, for example.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello James, I would like to ask something about the updating behaviour regarding BLT 2.2 (I'm assuming that's the latest stable release?).
I installed BLT 2.2 a week ago, after a near 2 month break from the game, and I noticed that the mod manager detects a "new" version of the BLT available, even after I tested re-updating it trough the BLT's download manager. After that it still detected a "newer" version available, making it an endless process.
I didn't find anything related to this on the Steam/Mod Workshop forums or reddit, so I decided to ask here to try to find a solution for the issue.
Thank you for your time.
The text was updated successfully, but these errors were encountered: