KS212 wrote: ↑Fri Sep 10, 2021 11:47 am
I hope its just a simple offset skew. Meanwhile I'm looking at trying to see if I can get a rollback exe to 1.27.2, but its not just the exe that's changed which is annoying...
If only offsets changed it wouldn't have too much of an effect. Most scripts are array-of-byte scans meaning they search for the position then inject in. If this fails after an update, it usually means the function itself was altered and the injection spot needs to be searched for again.
As for grabbing the earlier release, it's a bit complicated but quite doable. You use the steam console (restart steam with "-console") to DL the right revision (manifest).
Then just replace the content in the game folder with the older exe/content. (Just don't replace the steam specific files and steam will still think the game is up-to-date.)
You can probably google for a better tutorial, but here's links to the manifests:
content:
[Link]
exe:
[Link]
(Because the game apparently puts the exe in a separate package.)