Skip to content

Lua scripts catalog

YoshiRulz edited this page Feb 21, 2025 · 9 revisions

These Lua scripts deserve a special mention, even though they're not ext. tools:

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.
Clone this wiki locally