-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Silverfeelin edited this page May 20, 2019
·
7 revisions
The Wardrobe Item Fetcher is a tool used to scan all clothing items in an asset folder, and create a JSON file that the Wardrobe mod can read.
There's no way to dynamically fetch all items in Starbound (as of right now). The Wardrobe depends on a list of all items to show to the user. The list of items also contains some additional item parameters. This saves the Wardrobe a bunch of time over calling root.itemConfig
.
In the below image we see how the Wardrobe uses a new item file generated by the Wardrobe Item Fetcher. The item file is added to the Wardrobe through a patch on the wardrobe.config
file.
To get started, please follow the Installation steps to install and set up the item fetcher.