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
- Host: GitHub
- URL: https://github.com/redstrate/scripter
- Owner: redstrate
- License: agpl-3.0
- Created: 2025-03-27T22:10:28.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-03-29T21:41:36.000Z (about 1 month ago)
- Last Synced: 2025-03-29T22:26:31.848Z (about 1 month ago)
- Topics: dalamud, dalamud-plugin, ffxiv, ffxiv-modding, final-fantasy-14, final-fantasy-xiv
- Language: C#
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.