Browse Source

add travel height and series

Sergiu 2 years ago
parent
commit
89e2782483

+ 1 - 1
Content/ConfigurationData/Configuration.json

@@ -1,7 +1,7 @@
 {
   "shaft_size_AC": 1500.0,
   "shaft_size_BD": 1400.0,
-  "transport_heights": [2800, 5600, 0, 0, 0],
+  "transport_heights": [2800, 5000, 0, 0, 0],
   "headroom": 3200,
   "floors": 3,
   "landings": 3,

+ 0 - 0
Content/ConfigurationData/Config_UI.json → Content/ConfigurationData/UI_Config.json


+ 3 - 0
Content/ConfigurationData/State_UI.json → Content/ConfigurationData/UI_State.json

@@ -1,4 +1,7 @@
 {
+  "language": {
+    "active_options": ["en"]
+  },
   "active_landing": {
     "active_options": ["1"]
   },

+ 22 - 0
Content/ConfigurationData/UI_Text.json

@@ -0,0 +1,22 @@
+{
+  "ui_text": [
+    { "name": "One", "text": { "en": "One" } },
+    { "name": "Two", "text": { "en": "Two" } },
+    { "name": "V70", "text": { "en": "V70" } },
+    { "name": "Z70", "text": { "en": "Z70" } },
+    { "name": "V80", "text": { "en": "V80" } },
+    { "name": "S80", "text": { "en": "S80" } },
+    { "name": "V80", "text": { "en": "V80" } },
+    { "name": "S85", "text": { "en": "S85" } },
+    { "name": "Z85", "text": { "en": "Z85" } },
+    { "name": "V90", "text": { "en": "V90" } },
+    { "name": "Z90", "text": { "en": "Z90" } },
+    { "name": "elegance", "text": { "en": "Elegance", "cn": "雅致" } },
+    { "name": "aurora", "text": { "en": "Aurora", "cn": "时尚" } },
+    { "name": "galaxy", "text": { "en": "Galaxy", "cn": "星际" } },
+    { "name": "platform", "text": { "en": "Platform", "cn": "" } },
+    { "name": "series", "text": { "en": "Series", "cn": "" } },
+    { "name": "highback", "text": { "en": "Highback", "cn": "" } },
+    { "name": "cabin", "text": { "en": "Cabin", "cn": "" } }
+  ]
+}

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


BIN
Content/_CibesConfigurator/FunctionLibrary/BFL_General.uasset


BIN
Content/_CibesConfigurator/Widgets/Interfaces/BPI_Widgets_Text.uasset


BIN
Content/_CibesConfigurator/Widgets/NewWidgetBlueprint.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Configuration_Settings.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Configuration_Settings_Series.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Configuration_Settings_Series_ComboBox.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Configuration_Settings_TravelHeights.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Configuration_Settings_TravelHeights_Slider.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Debug.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_MainUI.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Prefab_CheckboxGroup_Conditional.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Prefab_Text_Translatable.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Sidebar.uasset


BIN
Content/_CibesConfigurator/Widgets/_WBP_MainUI.uasset