LiveSplit / asr

Helper crate to write auto splitters for LiveSplit One's auto splitting runtime.
https://livesplit.org/asr/asr
Apache License 2.0
10 stars 10 forks source link

Added V1Cattrs offsets for mono #92

Open Jujstme opened 9 months ago

Jujstme commented 9 months ago

This adds a new set of offsets for older mono games using sligthly different V1 offsets, which is what we called V1 with cattrs on the discord server.

Offsets for the V1Cattrs are provided by @AlexKnauth

The auto_detect function has been modified to include detection of this struct.

Co-authored-by: @AlexKnauth