10000 Updates · Issue #114 · Norbyte/ositools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Updates #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Sophichi opened this issue Jan 24, 2023 · 2 comments
Open

Updates #114

Sophichi opened this issue Jan 24, 2023 · 2 comments

Comments

Copy link

Is there any way to turn off auto-updates for the script extender?

@PinewoodPip
Copy link
Contributor

Yes, you can lock it to a specific version by editing the ScriptExtenderUpdaterConfig.json file in the bin folder (not present by default, you might have to create it).

Example:

{
    "UpdateChannel": "Devel",
    "TargetVersion": "58.0.0.0",
    "TargetResourceDigest": "2e0bed670d2e172e14af13b4a6265dd341ef2fbe276f6bee8f8392de95e9fc8f",
    "Debug": true
}

This is supported in v5+ of the updater.

The digests can be found at https://dbn4nit5dt5fw.cloudfront.net/Channels/Devel/Manifest2.json (replace Devel with Release for versions from the stable branch) and timestamps are in Windows FILETIME (https://learn.microsoft.com/en-us/windows/win32/api/minwinbase/ns-minwinbase-filetime)

@MrSmite
Copy link
MrSmite commented Feb 23, 2025

This doesn't seem to work with version 59, I still get the error popup:

{
    "UpdateChannel": "Release",
    "TargetVersion": "59.0.0.0",
    "TargetResourceDigest": "f92bc1e96ef0a968cc96b9e36a31e5b2b399295c5164e343fa4846891bbae758",
    "Debug": false
}

My cache manifest: Manifest-Release.json already has the correct version downloaded:

{
    "BuildDate" : 133279259283209703,
    "Digest" : "f92bc1e96ef0a968cc96b9e36a31e5b2b399295c5164e343fa4846891bbae758",
    "MinGameVersion" : "3.6.117.0",
    "URL" : "",
    "Version" : "59.0.0.0"
}

changing Debug to TRUE creates a console window that shows it is still checking for the manifest and instantly failing for no internet connection. After a while it displays the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
0