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

Add Support for the Godot Engine #98

Closed CryZe closed 2 months ago

CryZe commented 2 months ago

This adds support for querying information and navigating the node tree in games built with the Godot Engine. This initial version only supports games using Godot 4.2 without debug symbols and is missing many features such as accessing variables inside scripts.

It is intentionally structured and documented in a way to match both the Godot documentation and the source code folder structure.