• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Need a little help with custom workbench and ui_display.

Zagan

Refugee
Well I made a custom Workbench and a custom Chemistry Station. This is the problem though - I can't get this ui_display.xml to work and put in the stuff in the left pane. Like the sorting icons, the 5 Queue slots (I only have 4) and the word "CHEMISTRY" on the top of the pane.

I've been in the discord channel but it seems people are too busy or just don't know exactly how to do this. They said I had to append the ui_display.xml but aren't quite sure how. I have this so far...

Code:
<config>
<append xpath="/ui_display">
	<crafting_category_list display_type="miniChemistryStation">
		<crafting_category name="Chemicals" icon="ui_game_symbol_chemistry" display_name="lblCategoryChemicals" />
		<crafting_category name="Medical" icon="ui_game_symbol_medical" display_name="lblCategoryMedicine" />
	</crafting_category_list>
</append>
</config>
But it's not working. I don't think it's going to help me get the 5 queue slots either. Any help would be appreciated.

A18.2_2019-12-09_21-29-08.jpg

 
Hey,

Ive read through the conversation and what you were told is correct.

They gave you all the answers.

You need to start with the vanilla files, and go from there. Working from someone elses files, you wont learn anything.

 
Back
Top