itb-community / ITB-ModLoader

A lua-based mod loader for the game Into the Breach
48 stars 18 forks source link

Feature/hangar squad detection accuracy #178

Closed Lemonymous closed 2 years ago

Lemonymous commented 2 years ago

Based on branch #177 (refactor/squadIndex), which should be merged before this.

With this PR the squad id, squad choice (how the game indexes squads) and squad index (how the mod loader indexes squads) should now be correctly updated for every squad choice in the hangar; including Random, Custom and Secret Squads.

Window detection

Squad

New Functions

Test Mod

Lemonymous commented 2 years ago

PR is deprecated - most of this functionality have been added to the mod loader in some form or another