miscellaneous by xesdoog · Pull Request #79 · YimMenu-Lua/Samurais-Scripts

@xesdoog

### YimactionsV3:

- Add the ability to dynamically register CommandExecutor commands for all animations and scenarios.

### Aircraft/Machine Guns

- The feature previously did not work for all aircraft machine guns because it used to iterate through an array of machine gun hashes and compares each one to our currently selected weapon. The array was not well maintained and was missing some hashes. We now read data directly from memory so the feature will work with all aircraft equipped with MGs.

### CommandExecutor

- Fix command meta showing translation keys for some commands instead of the translated label.

### Scripts/Translations

- Move the hash map file to the Lua source.