From 9445b5dd85dd1b44d9b833a16596fdec749a1399 Mon Sep 17 00:00:00 2001 From: Tillman Staffen Date: Thu, 15 Jan 2026 10:25:35 +0100 Subject: [PATCH] Added Initial Mode selection to settings file --- .../Project/BP/BP_Project_Manager.uasset | 4 +- .../EnumsAndStructs/S_ConfigSettings.uasset | 4 +- .../SPIE/BP/S_SPIE_ConfigSettings.uasset | 4 +- Unreal/Content/Schema/Spie_Config.schema.json | 37 +++++-------------- 4 files changed, 15 insertions(+), 34 deletions(-) diff --git a/Unreal/Content/Project/BP/BP_Project_Manager.uasset b/Unreal/Content/Project/BP/BP_Project_Manager.uasset index a496cd6..5619668 100644 --- a/Unreal/Content/Project/BP/BP_Project_Manager.uasset +++ b/Unreal/Content/Project/BP/BP_Project_Manager.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8bc4ef052516ebfb9b86379f2edf7c01e043c25cff4689b0ea47dadcae2d7494 -size 2431722 +oid sha256:3bb6a9b31862dd6085903427c4070707101009e00267d8273978819f1a7fbde1 +size 2462543 diff --git a/Unreal/Content/Project/BP/EnumsAndStructs/S_ConfigSettings.uasset b/Unreal/Content/Project/BP/EnumsAndStructs/S_ConfigSettings.uasset index d20f00d..59611b4 100644 --- a/Unreal/Content/Project/BP/EnumsAndStructs/S_ConfigSettings.uasset +++ b/Unreal/Content/Project/BP/EnumsAndStructs/S_ConfigSettings.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd8ed89d11c5faddf9b023195c0bbf8190c075d8baaa1d289967f028fb2333a2 -size 56048 +oid sha256:4995a0451c963548779bae51f234fb72674ba868c21b99ea8031e2cb9d27ffd5 +size 55904 diff --git a/Unreal/Content/SPIE/BP/S_SPIE_ConfigSettings.uasset b/Unreal/Content/SPIE/BP/S_SPIE_ConfigSettings.uasset index 949d548..6060bd1 100644 --- a/Unreal/Content/SPIE/BP/S_SPIE_ConfigSettings.uasset +++ b/Unreal/Content/SPIE/BP/S_SPIE_ConfigSettings.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:22c7e8641b6d68b39f30900b7d5eab91f35da2ee6959db887b635f28b1ecf800 -size 96343 +oid sha256:2bea3b4f93e92acf08780c70609df9f5351aa50360106ba5d41de73a1b12ceed +size 93746 diff --git a/Unreal/Content/Schema/Spie_Config.schema.json b/Unreal/Content/Schema/Spie_Config.schema.json index 3c42d3c..154375a 100644 --- a/Unreal/Content/Schema/Spie_Config.schema.json +++ b/Unreal/Content/Schema/Spie_Config.schema.json @@ -11,6 +11,15 @@ "TTS Settings" ], "Variables": [ + { + "InitialMode": + { + "type": "integer", + "default": 0, + "tooltip": "Which mode to load at startup", + "category": "SPIE Management Board" + } + }, { "Day1_A_Texts": { @@ -71,34 +80,6 @@ "category": "SPIE Management Board" } }, - { - "Avatar": - { - "type": "integer", - "default": 0, - "tooltip": "Which type of Avatar to spawn at the beginning", - "category": "Project Setup" - } - }, - { - "Mode": - { - "type": "integer", - "default": 0, - "tooltip": "When changing the prompt setup, you need to delete the prompt config and restart the showcase to regenerate the correct prompts", - "category": "Project Setup" - } - }, - { - "HasIntroDialogue": - { - "type": "boolean", - "default": true, - "tooltip": "If active, the Intro-State is active and the dialogue from the intro prompt will be used", - "hotreload": true, - "category": "Project Setup" - } - }, { "HideUI": {