Documentation
This sections contains more in-depth documentation for TSWoW.
Table of Contents
- Modules
- Describes the module system used in TSWoW and what you can do with it.
- Datascripts
- Slightly more formal specification of datascripts and the “cell-based” approach they use.
- Livescripts
- Livescripts (C++)
- Specifics for the C++ Livescript backend
- Livesripts (Lua)
- Specifics for the Lua livescript backend
- Livescript Extensions
- Exposing new core functions and adding your own event emitters.
- Livescripts (C++)
- AddOns
- Creating clientside interfaces using TSWoWs framework for FrameXML.
- Datasets and Realms
- Where TSWoW stores game data and setting up multi-realm configurations
- Tracy Profiling
- Profiling performance on TSWoW