l2_extract_texture
Extracts a texture from a .utx package and saves it as a PNG file for use in modding projects.
Instructions
Extract a single texture from a .utx package and save as PNG.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the texture to extract. | |
| index | No | Index of the texture to extract (alternative to name). | |
| output | No | Output PNG file path. Auto-generated if empty. | |
| filepath | Yes | Absolute path to the .utx file. |