Autosplitter+games+github+2021 Site
If a game updated, developers could easily fork a repository, adjust the memory addresses to align with the new patch, and merge the changes.
var level = memory.read_bytes("[MonoBehavior:LevelManager] + 0x10", 4); if (level == 5 && vars.lastLevel != 5) split(); // Entered Level 5 autosplitter+games+github+2021
2021 was the year of the Hollow Knight Randomizer. Standard splits didn’t work because item locations were shuffled. GitHub hosted specialized autosplitters that read the seed logic, dynamically naming splits based on which item you picked up first. This was cutting-edge ASL scripting. If a game updated, developers could easily fork