Norbyte / ositools

Advanced scripting and mod support for Divinity Original Sin 2
MIT License
373 stars 30 forks source link

Version error #99

Closed Awrel closed 1 year ago

Awrel commented 1 year ago

Operating System

Windows

Extender Version

v55

Game Version

v3.6.64.2709

Bug Summary

Yesterday game was working fine, i played for a couple of hours and then i closed, today whenever i launch the game it tells me that the Script Extender doesnt support game versions below v3.6.117, please upgrade. i dont know why this is happening since yesterday it worked and i noticed the last update was on the 17th.

Links

No response

nanoend commented 1 year ago

Same thing, tried to play with my friends and none of us can with the current version, the creator of the script, in my opinion should remove the automatic update or at least give us a choice if we want to update or not. I wonder if anyone knows how to turn it off..

Norbyte commented 1 year ago

It is possible to force the updater to use old extender versions. To do so, create a file named ScriptExtenderUpdaterConfig.json in Divinity Original Sin 2\DefEd\bin with the following contents:

{
    "TargetVersion": "56.0.0.0"
}

It should also be noted that v3.6.64.2709 was released in 2018, i.e. 4 years ago. The version the latest extender supports, v3.6.117.3735 (i.e. Gift Bag 5), was released in 2020; it is not unreasonable to expect users to have something more recent than a 2 year old game version.