Bundled Assets
If you want to include additional files with your script (e.g. sounds, images, or data), you can bundle them inside a ZIP archive with a defined structure.
The archive must contain a
script.lua
file in the root.The archive must not contain a
scripts/remote/
directory or any files inside it.
All bundled assets are automatically installed to a directory chosen by the API engine. See ws for usage details.
Last updated