ghostrigger_read_resource
Fetch a KotOR resource by its kotor:// URI to retrieve game data, such as 2DA tables, TLK strings, or character templates. Solves the need to access specific game assets for Unreal Engine workflows.
Instructions
Read a kotor:// resource URI from GhostRigger.
Examples: "kotor://k1/2da/appearance" — appearance.2da table "kotor://k1/tlk/42" — TLK string 42 "kotor://k1/module/danm13/utc/n_bastila001" — Bastila's UTC
Args: uri: A kotor:// URI (use ghostrigger_list_resources to see all templates)
Returns: JSON string: {"content": {...}} or {"error": "..."}
KB: see knowledge_base/16_ANIMATION_DEEP_DIVE.md#overview Example: ghostrigger_read_resource(uri="Example")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |