Browse Source

finalize set door info

Sergiu 2 years ago
parent
commit
0a11eac8ff

+ 5 - 5
Content/ConfigurationData/Config_UI.json

@@ -70,17 +70,17 @@
       "name": "door_type",
       "options": [
         {
-          "name": "Swing",
+          "name": "swing door",
           "display_name": ["Swing"],
           "condition": "NonConfigurable"
         },
         {
-          "name": "Saloon",
+          "name": "saloon door",
           "display_name": ["Saloon"],
           "condition": "NonConfigurable"
         },
         {
-          "name": "Half-gate",
+          "name": "half gate door",
           "display_name": ["Half-gate"],
           "condition": "NonConfigurable"
         }
@@ -90,12 +90,12 @@
       "name": "door_opening",
       "options": [
         {
-          "name": "Left",
+          "name": "left",
           "display_name": ["Left"],
           "condition": "NonConfigurable"
         },
         {
-          "name": "Right",
+          "name": "right",
           "display_name": ["Right"],
           "condition": "NonConfigurable"
         }

+ 39 - 1
Content/ConfigurationData/Configuration.json

@@ -5,5 +5,43 @@
   "headroom": 3200,
   "floors": 3,
   "landings": 3,
-  "doors": []
+  "doors": [
+    {
+      "stop": "Landing1",
+      "side": "B",
+      "type": "saloon door",
+      "model": "saloon door",
+      "frame": "aluminium",
+      "opening": "left",
+      "is_first_floor": true,
+      "has_door_light": true,
+      "opening_width": 816,
+      "opening_height": 2100,
+      "LOP_type": "CIBES LX"
+    },
+    {
+      "stop": "Landing2",
+      "side": "B",
+      "type": "saloon door",
+      "model": "saloon door",
+      "opening": "left",
+      "is_first_floor": false,
+      "has_door_light": true,
+      "opening_width": 816,
+      "opening_height": 2100,
+      "LOP_type": "CIBES LX"
+    },
+    {
+      "stop": "Landing3",
+      "side": "B",
+      "type": "saloon door",
+      "model": "saloon door",
+      "opening": "left",
+      "is_first_floor": false,
+      "has_door_light": true,
+      "opening_width": 816,
+      "opening_height": 2100,
+      "LOP_type": "CIBES LX"
+    }
+  ]
 }

+ 3 - 0
Content/ConfigurationData/State_UI.json

@@ -1,5 +1,8 @@
 {
   "active_landing": {
     "active_options": ["1"]
+  },
+  "active_door_side": {
+    "active_options": ["A"]
   }
 }

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


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


BIN
Content/_CibesConfigurator/FunctionLibrary/BFL_General.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Configuration_Doors.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Configuration_Doors_Type.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Configuration_Settings.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Configuration_Settings_Landings.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Configuration_Settings_Size.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Prefab_CheckboxGroup_Conditional.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Prefab_CheckboxGroup_Conditional_Button.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Test.uasset