Skip to content
Snippets Groups Projects
Commit 4a871e2a authored by David Gilbert's avatar David Gilbert :bug:
Browse files

fix: updates config files with: vsync off, pixel format, timeout and defalt map

parent 862a3885
Branches
No related tags found
No related merge requests found
[/Script/AdvancedPreviewScene.SharedProfiles]
......@@ -5,8 +5,8 @@ DefaultGraphicsPerformance=Maximum
AppliedDefaultGraphicsPerformance=Maximum
[/Script/EngineSettings.GameMapsSettings]
EditorStartupMap=/Game/Maps/Main.Main
GameDefaultMap=/Game/Maps/Main.Main
EditorStartupMap=/RWTHVRToolkit/Examples/ContentExamples/ToolkitExamples.ToolkitExamples
GameDefaultMap=/RWTHVRToolkit/Examples/ContentExamples/ToolkitExamples.ToolkitExamples
GlobalDefaultGameMode=/RWTHVRToolkit/BP_RWTHVRGameModeBase.BP_RWTHVRGameModeBase_C
[/Script/DisplayClusterEditor.DisplayClusterEditorSettings]
......@@ -62,3 +62,5 @@ SoundCueCookQualityIndex=-1
[/Script/DisplayClusterReplication.DisplayClusterNetDriver]
NetConnectionClassName=DisplayClusterReplication.DisplayClusterNetConnection
[SystemSettings]
g.TimeoutForBlockOnRenderFence=9999999
\ No newline at end of file
......@@ -4,7 +4,7 @@ UnrealEdEngine=/Script/DisplayClusterEditor.DisplayClusterEditorEngine
GameViewportClientClassName=/Script/DisplayCluster.DisplayClusterViewportClient
[/Script/Engine.RendererSettings]
r.DefaultBackBufferPixelFormat = 1
r.DefaultBackBufferPixelFormat = 0
[SystemSettings]
r.Vsync=1
r.Vsync=0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment