AuriRex / GTFO_TheArchive

GTFO Quality of Life mod for almost* any version of the game
MIT License
29 stars 10 forks source link

Switch to build number checks instead of rundown id #36

Closed AuriRex closed 2 years ago

AuriRex commented 2 years ago

Instead of applying patches based on the rundown id, use the games build/revision number to accurately tell which build is running (duh) and apply the correct patches.

This also has the benefit of applying patches at an earlier point because we don't have to wait for the DataBlocks to be loaded before doing things.

Another benefit is the ability to easily tell if we're running an ://Extended build.

AuriRex commented 2 years ago

beep boop ae62615397311dc4a6cf3bbfffcf345a7233dcb8

Extension build detection is still missing though. (Don't have enough hard drive space atm to download all the builds and get their revision number)