Skip to content
Silverfeelin edited this page May 20, 2019 · 7 revisions

Welcome to the Wardrobe Item Fetcher wiki!

What?

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.

Why?

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.

Installation

To get started, please follow the Installation steps to install and set up the item fetcher.

Clone this wiki locally