l2_create_usx_package
Export generated castle meshes to a .usx package file for Lineage 2 modding. Specify output path and mesh index (body, keep, floor) or export all parts.
Instructions
Export generated castle meshes to a .usx package file for Lineage 2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output | No | Output .usx file path. Default 'CastleMeshes.usx' in current dir. | |
| mesh_index | No | Export specific mesh part by index (0=body, 1=keep, 2=floor). -1 for all. Default -1. |