Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Figure out a better way of doing the version check #20

Description

@Captain-Of-Coit

So, right now, hookui just checks if the game's version is what we expect it, as breakages are very likely, because of the injection method we use.

I began to do a hash check instead, which would verify that the index.js is the same in new version as old one, and then accept it that way.

This would only require hookui updates when the index.js changes, which hopefully would be less common that game updates themselves.

However, when index.js changes, we'll still be at the same position as we're at today.

So need to figure out a better solution, if there is one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions