Browse Source

fix carpets icon

Sergiu 2 years ago
parent
commit
52e9b202f0

+ 35 - 0
Content/ConfigurationData/UI_Config.json

@@ -1,5 +1,15 @@
 {
   "ui_group": [
+    {
+      "name": "template",
+      "options": [
+        {
+          "name": "name",
+          "display_name": ["display_name"],
+          "condition": "condition"
+        }
+      ]
+    },
     {
       "name": "landings",
       "options": [
@@ -560,6 +570,31 @@
           "condition": "tier_Antera"
         }
       ]
+    },
+    {
+      "name": "carpets",
+      "options": [
+        {
+          "name": "GreyIron",
+          "display_name": ["Grey Iron"],
+          "condition": "NonConfigurable"
+        },
+        {
+          "name": "WelshSlate",
+          "display_name": ["Welsh Slate"],
+          "condition": "tier_Aurora or tier_Galaxy or tier_Antera"
+        },
+        {
+          "name": "NewfoundlandSlate",
+          "display_name": ["Newfoundland Slate"],
+          "condition": "tier_Aurora or tier_Galaxy or tier_Antera"
+        },
+        {
+          "name": "LakelandShale",
+          "display_name": ["Lakeland Shale"],
+          "condition": "tier_Aurora or tier_Galaxy or tier_Antera"
+        }
+      ]
     }
   ],
   "ui_text": [{ "name": "series", "display_name": ["SERIES"] }]

+ 1 - 1
Content/ConfigurationData/UI_State.json

@@ -27,7 +27,7 @@
     "active_options": ["sp_9016-30G"]
   },
   "active_carpet": {
-    "active_options": ["sp_9016-30G"]
+    "active_options": ["GreyIron"]
   },
   "active_ceiling_color": {
     "active_options": ["sp_9016-30G"]

BIN
Content/_CibesConfigurator/Blueprints/Core/BP_GameInstance_Cibes.uasset


BIN
Content/_CibesConfigurator/Blueprints/ProceduralElevator/BP_ProceduralShaft.uasset


BIN
Content/_CibesConfigurator/FunctionLibrary/BFL_General.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Configuration_Enclosure_Colors.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Configuration_Settings_Series.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Debug.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Prefab_CheckboxGroup_Conditional_Button.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Prefab_CheckboxGroup_Conditional_Button_WithIcon.uasset