Lua scripts catalog - TASEmulators/BizHawk-ExternalTools GitHub Wiki
These Lua scripts deserve a special mention, even though they're not ext. tools:
- ScriptHawk by Isotarge
- Bizhawk Shuffler 2 by authorblues
- Multi-game Death Counter by tomcss
- BizHawkMarioKart64 by weatherton
- Ironmon-Tracker (gen. III) by besteon
- NDS-Ironmon-Tracker (gen. IV+V) by Brian0255
- OoT Randomizer Multiworld (netplay) by TestRunner
- N64 Graphical Input Display by theballaam96
- PokeLua (gen. I through V) by Real96
- BizHawkLua (N64 Goldeneye and Perfect Dark) by Wyst3r
Some libraries (sets of functions to be used in your own scripts):
- TAStudio Output Logger Framework by TASeditor
- Mentioning ScriptHawk again because that's built around a common library. Part of that is a separate file
LibScriptHawk.lua
which can be used without the rest. - json.lua is a general-use JSON implementation in pure Lua. As EmuHawk's API doesn't include JSON functions, you should use this if you need to communicate with another program using JSON.