浏览代码

add travel height and series

Sergiu 2 年之前
父节点
当前提交
89e2782483
共有 19 个文件被更改,包括 26 次插入1 次删除
  1. 1 1
      Content/ConfigurationData/Configuration.json
  2. 0 0
      Content/ConfigurationData/UI_Config.json
  3. 3 0
      Content/ConfigurationData/UI_State.json
  4. 22 0
      Content/ConfigurationData/UI_Text.json
  5. 二进制
      Content/_CibesConfigurator/Blueprints/Core/BP_HUD_Cibes.uasset
  6. 二进制
      Content/_CibesConfigurator/FunctionLibrary/BFL_General.uasset
  7. 二进制
      Content/_CibesConfigurator/Widgets/Interfaces/BPI_Widgets_Text.uasset
  8. 二进制
      Content/_CibesConfigurator/Widgets/NewWidgetBlueprint.uasset
  9. 二进制
      Content/_CibesConfigurator/Widgets/WBP_Configuration_Settings.uasset
  10. 二进制
      Content/_CibesConfigurator/Widgets/WBP_Configuration_Settings_Series.uasset
  11. 二进制
      Content/_CibesConfigurator/Widgets/WBP_Configuration_Settings_Series_ComboBox.uasset
  12. 二进制
      Content/_CibesConfigurator/Widgets/WBP_Configuration_Settings_TravelHeights.uasset
  13. 二进制
      Content/_CibesConfigurator/Widgets/WBP_Configuration_Settings_TravelHeights_Slider.uasset
  14. 二进制
      Content/_CibesConfigurator/Widgets/WBP_Debug.uasset
  15. 二进制
      Content/_CibesConfigurator/Widgets/WBP_MainUI.uasset
  16. 二进制
      Content/_CibesConfigurator/Widgets/WBP_Prefab_CheckboxGroup_Conditional.uasset
  17. 二进制
      Content/_CibesConfigurator/Widgets/WBP_Prefab_Text_Translatable.uasset
  18. 二进制
      Content/_CibesConfigurator/Widgets/WBP_Sidebar.uasset
  19. 二进制
      Content/_CibesConfigurator/Widgets/_WBP_MainUI.uasset

+ 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": "" } }
+  ]
+}

二进制
Content/_CibesConfigurator/Blueprints/Core/BP_HUD_Cibes.uasset


二进制
Content/_CibesConfigurator/FunctionLibrary/BFL_General.uasset


二进制
Content/_CibesConfigurator/Widgets/Interfaces/BPI_Widgets_Text.uasset


二进制
Content/_CibesConfigurator/Widgets/NewWidgetBlueprint.uasset


二进制
Content/_CibesConfigurator/Widgets/WBP_Configuration_Settings.uasset


二进制
Content/_CibesConfigurator/Widgets/WBP_Configuration_Settings_Series.uasset


二进制
Content/_CibesConfigurator/Widgets/WBP_Configuration_Settings_Series_ComboBox.uasset


二进制
Content/_CibesConfigurator/Widgets/WBP_Configuration_Settings_TravelHeights.uasset


二进制
Content/_CibesConfigurator/Widgets/WBP_Configuration_Settings_TravelHeights_Slider.uasset


二进制
Content/_CibesConfigurator/Widgets/WBP_Debug.uasset


二进制
Content/_CibesConfigurator/Widgets/WBP_MainUI.uasset


二进制
Content/_CibesConfigurator/Widgets/WBP_Prefab_CheckboxGroup_Conditional.uasset


二进制
Content/_CibesConfigurator/Widgets/WBP_Prefab_Text_Translatable.uasset


二进制
Content/_CibesConfigurator/Widgets/WBP_Sidebar.uasset


二进制
Content/_CibesConfigurator/Widgets/_WBP_MainUI.uasset