An open API service indexing awesome lists of open source software.

https://github.com/redstrate/scripter

Inspect the Lua state and run custom scripts
https://github.com/redstrate/scripter

dalamud dalamud-plugin ffxiv ffxiv-modding final-fantasy-14 final-fantasy-xiv

Last synced: 29 days ago
JSON representation

Inspect the Lua state and run custom scripts

Awesome Lists containing this project

README

        

# Scripter

A Dalamud plugin to inspect the game's [Lua](https://lua.org) state and run custom Lua code.

## Features

* Inspect globals and explore the various table structures of the game's internal Lua state.
* Run arbitrary Lua scripts.
* Redirect the normally hidden Lua `print` output to the Dalamud log window.

## Credits

Thanks to [Haselnussbomber](https://github.com/Haselnussbomber/HaselDebug/commits?author=Haselnussbomber) for the Lua inspector code from [HaselDebug](https://github.com/Haselnussbomber/HaselDebug).

## License

This project is licensed under the [GNU AFFERO General Public License 3](LICENSE). Some code or assets may be licensed differently.