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
Added update checker for mods/asset patchers. This will show a colorful button in the UI when updates are available.
In the .mod.json, the following properties can be set:
url: URL to open when clicking Open website button. Button is hidden when not defined
updateUrl: URL to check for updates. This should point to the raw .mod.json file (only version tag is needed, see following points for information about urls)
downloadUrl: URL to open when clicking the update available button.
If the data fetched updateUrl contains any of the three new urls, it'll be prioritised above the local download URL.
If an update is available, but downloadUrl is not defined, it'll open url instead. If this is also not defined, updateUrl will be used.
Add dialogue to either check all files or just common files with preloader button in the UI
Changes in v2.6.0
Updated preloader for this event's assets
Reduced minimum time between update notifications for same version update (7 days -> 1 day)
Technical note: Updated config version from 2 to 3: format of mods array changed slightly - from just path, to objects containing the path and some other information in regards to updates.