Find package files in a game directory
umodel_list_packagesScan a directory recursively to list Unreal package files (.pak, .upk, .uasset, etc.) so you can identify which assets are available for unpacking or export.
Instructions
Recursively scan a directory for Unreal package files (.pak/.upk/.uasset/.ut2/...) so you know what to pass to other tools. The directory should come from the user — ask which game directory to unpack before scanning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | No | Return machine-readable JSON instead of formatted text. | |
| limit | No | Max number of files to return (default 500) | |
| directory | No | Directory to scan. Defaults to session gamePath. | |
| extensions | No | Extensions to look for (without dot). Default: pak,upk,u,ut2,ut3,uasset,umap,xxx,ukx |