diff --git a/Unreal/Content/Project/BP/BP_Project_Manager.uasset b/Unreal/Content/Project/BP/BP_Project_Manager.uasset index 7be8f02..0f19024 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:63915aff8d87d1be986a87c2de12b6603a125629555fa55c397346453d904ecb -size 2857101 +oid sha256:2f41f1d3e7ecaa168091dd9c9ba186a1883018e49588efecf2ceed998f9ead54 +size 2818058 diff --git a/Unreal/Content/SPIE/BP/BP_SPIE_Manager_Child.uasset b/Unreal/Content/SPIE/BP/BP_SPIE_Manager_Child.uasset index b541b02..c70604c 100644 --- a/Unreal/Content/SPIE/BP/BP_SPIE_Manager_Child.uasset +++ b/Unreal/Content/SPIE/BP/BP_SPIE_Manager_Child.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c5b4381c0dee3b8e63e0aaa1207bd91a235abe8c4d6d6d3f8a0c7235af6b35d -size 616434 +oid sha256:7dd07e66b7381b4d435351dee44687f66f400e3bc1c6677b2ffc35fafb012346 +size 605808 diff --git a/Unreal/Content/SPIE/BP/Environments/BP_Environment_2D_Spie.uasset b/Unreal/Content/SPIE/BP/Environments/BP_Environment_2D_Spie.uasset index 15a34c1..2c5f6e9 100644 --- a/Unreal/Content/SPIE/BP/Environments/BP_Environment_2D_Spie.uasset +++ b/Unreal/Content/SPIE/BP/Environments/BP_Environment_2D_Spie.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94e033a34e1c09591d449dca8657ceef6db08f715a802e205fc81ac0eeb5ef17 -size 165003 +oid sha256:e9fcb9742523659b3a57f8b271e6a14e8b7ad27af8af8721a308990b9114e775 +size 149590 diff --git a/Unreal/Content/SPIE/BP/S_SPIE_ConfigSettings.uasset b/Unreal/Content/SPIE/BP/S_SPIE_ConfigSettings.uasset index 8b00d67..eae2db7 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:e0c465d4f5ec5dec82cdcb4d8261e854180ae223026b8419285e2997954ca9d9 -size 77148 +oid sha256:bf722e2b980d21b4fd75c3e30cd15d09785c29a0614712b94d7d699899ac7e4b +size 73460 diff --git a/Unreal/Content/SPIE/BP/Visual/BP_SpieOne_Widget.uasset b/Unreal/Content/SPIE/BP/Visual/BP_SpieOne_Widget.uasset index 0783c86..222383f 100644 --- a/Unreal/Content/SPIE/BP/Visual/BP_SpieOne_Widget.uasset +++ b/Unreal/Content/SPIE/BP/Visual/BP_SpieOne_Widget.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:15817e15a96f7be020f96f91f118ab3479214f18ada067ea787548a4187fe53c -size 150358 +oid sha256:d489453495ce4c6e420be5022b6d699e2938f37cba7816760c4e2690358f970e +size 143265 diff --git a/Unreal/Content/Schema/Spie_Config.schema.json b/Unreal/Content/Schema/Spie_Config.schema.json index 9ab0a37..bdd72c8 100644 --- a/Unreal/Content/Schema/Spie_Config.schema.json +++ b/Unreal/Content/Schema/Spie_Config.schema.json @@ -222,53 +222,20 @@ } }, { - "ScreenPercentage": - { - "type": "float", - "default": 80, - "tooltip": "Sets the Screen-Percentage of the project", - "hotreload": true, - "category": "Engine Settings" - } - }, - { - "VSync": - { - "type": "boolean", - "default": true, - "tooltip": "Activated VSync", - "hotreload": true, - "category": "Engine Settings" - } - }, - { - "FPSCap": - { - "type": "integer", - "default": 60, - "tooltip": "Caps the FPS", - "hotreload": true, - "category": "Engine Settings" - } - }, - { - "RaytracingReflectionSamples": - { - "type": "integer", - "default": 0, - "tooltip": "Samples in the Reflection, increases quality of Avatar Reflection on Ground", - "hotreload": true, - "category": "Engine Settings" - } - }, - { - "consoleCommands": + "ConsoleCommands": { "type": "array", "default": [ + "r.ScreenPercentage 100", + "t.MaxFPS 60", + "r.VSync 1", + "r.AntiAliasingMethod 4", + "r.RayTracing.Reflections.SamplesPerPixel 1", "r.HairStrands.ComposeAfterTranslucency 0", "r.HairStrands.DOFDepth 0" ], + "tooltip": "The one place to configure Console Commands", + "hotreload": true, "category": "Engine Settings", "itemsType": "string" }