From a0b2d86564bf618d989b56437c94e4060852e436 Mon Sep 17 00:00:00 2001 From: IrishDarkshadow Date: Thu, 19 Mar 2020 17:50:03 +0000 Subject: [PATCH] Created Hueable Player Houses (markdown) --- Hueable-Player-Houses.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Hueable-Player-Houses.md diff --git a/Hueable-Player-Houses.md b/Hueable-Player-Houses.md new file mode 100644 index 0000000..198c833 --- /dev/null +++ b/Hueable-Player-Houses.md @@ -0,0 +1,38 @@ +There are currently 8 player houses that can have their exteriors modified using a colour kit. Each of them is craftable by a Structures Trader as is the Structure Customization Kit itself. + +To hue the house you need to have the kit in your inventory, walk inside the house and use the kit. This will open up a window from which you can select your preferred colours and see them affect the house in the preview window before applying your changes. + +![](https://i.imgur.com/MRsgdMR.jpg) + +The kit will be consumed once you commit your selections to the house. As you can see from the above screenshot the houses are available in small, medium and large varities with 4, 2 and 2 options respectively. + +*** + +### You can spawn the structure customization kit using this command: + +       /object spawn object/tangible/item/crafted_structure_customization_kit.iff + +### These commands will spawn the four small house variants: + +       /object spawn object/tangible/deed/player_house_deed/generic_house_small_window_deed.iff + +       /object spawn object/tangible/deed/player_house_deed/generic_house_small_window_style_03_deed.iff + +       /object spawn object/tangible/deed/player_house_deed/naboo_house_small_window_deed.iff + +       /object spawn object/tangible/deed/player_house_deed/tatooine_house_window_small_deed.iff + +### These commands will spawn the two medium house variants: + + +       /object spawn object/tangible/deed/player_house_deed/generic_house_medium_windowed_deed.iff + +       /object spawn object/tangible/deed/player_house_deed/generic_house_medium_windowed_s02_deed.iff + +### These commands will spawn the two large house variants: + + +       /object spawn object/tangible/deed/player_house_deed/generic_house_large_window_s01_deed.iff + +       /object spawn object/tangible/deed/player_house_deed/generic_house_large_window_s02_deed.iff +