AdiBorsos / AutoSteamworks

56 stars 36 forks source link

Attempting to run against "ICE" game modification. #26

Open Xerain-House opened 1 year ago

Xerain-House commented 1 year ago

For reference: https://github.com/AsteriskAmpersand/Ice-Stable This particular game modification makes edits against the games versioning number that I THINK is causing a failsafe to trigger in the AutoSteamworks app.

It will crash without logging when attempting a 100% run under this modification.

I will also note that this modification does not affect the functionality of CT tables that also rely on pointers for obtaining in-game values.

I would like to know if there is a way to determine the actual reason for why the script is failing in this way. Or if the app is intentionally failing, if there is a way to bypass this version checking to have it run normally on this modification.

Jayram2000 commented 1 year ago

I'm having a similar issue trying to run ICE, where this app doesn't recognize the game version. ICE causes the game version to show as 314013 even though it is on the same content patch version of 15.11.01, which is what this app supports. Is there a way to allow the application to work on any version number? Or allow us to configure which one it looks for?