l2_import_texture
Replace a texture in a .utx file by importing a PNG image. Generates a new package file with the modified texture.
Instructions
Replace a texture in a .utx file with a PNG image. Generates a new package file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the texture to replace. Mutually exclusive with index. | |
| index | No | Index of the texture to replace. Mutually exclusive with name. | |
| output | No | Output .utx file path. Auto-generated if empty. | |
| filepath | Yes | Absolute path to the source .utx file. | |
| image_path | Yes | Absolute path to the PNG image to import. |