ndisplay setup
This commit is contained in:
@ -4,14 +4,14 @@
|
||||
+EditProfiles=(Name="Trigger",CustomResponses=((Channel=Projectile, Response=ECR_Ignore)))
|
||||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
EditorStartupMap=/Game/FirstPerson/Maps/FirstPersonMap.FirstPersonMap
|
||||
EditorStartupMap=/Game/Stadler_Messestand/MAPS/Stadler_Messestand.Stadler_Messestand
|
||||
LocalMapOptions=
|
||||
TransitionMap=
|
||||
bUseSplitscreen=True
|
||||
TwoPlayerSplitscreenLayout=Horizontal
|
||||
ThreePlayerSplitscreenLayout=FavorTop
|
||||
GameInstanceClass=/Script/Engine.GameInstance
|
||||
GameDefaultMap=/Game/FirstPerson/Maps/FirstPersonMap.FirstPersonMap
|
||||
GameDefaultMap=/Game/Stadler_Messestand/MAPS/Stadler_Messestand.Stadler_Messestand
|
||||
ServerDefaultMap=/Engine/Maps/Entry
|
||||
GlobalDefaultGameMode=/Game/FirstPerson/Blueprints/BP_FirstPersonGameMode.BP_FirstPersonGameMode_C
|
||||
GlobalDefaultServerGameMode=None
|
||||
@ -23,11 +23,8 @@ r.DynamicGlobalIlluminationMethod=1
|
||||
r.Mobile.EnableNoPrecomputedLightingCSMShader=1
|
||||
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
|
||||
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=true
|
||||
|
||||
r.Shadow.Virtual.Enable=1
|
||||
|
||||
r.DefaultFeature.LocalExposure.HighlightContrastScale=0.8
|
||||
|
||||
r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8
|
||||
r.MobileHDR=True
|
||||
r.Mobile.ShadingPath=1
|
||||
@ -76,6 +73,9 @@ AppliedDefaultGraphicsPerformance=Maximum
|
||||
+ActiveGameNameRedirects=(OldGameName="TP_FirstPersonBP",NewGameName="/Script/StadlerMessestand")
|
||||
+ActiveGameNameRedirects=(OldGameName="/Script/TP_FirstPersonBP",NewGameName="/Script/StadlerMessestand")
|
||||
GenerateDefaultTimecodeFrameRate=(Numerator=30,Denominator=1)
|
||||
GameEngine=/Script/DisplayCluster.DisplayClusterGameEngine
|
||||
UnrealEdEngine=/Script/DisplayClusterEditor.DisplayClusterEditorEngine
|
||||
GameViewportClientClassName=/Script/DisplayCluster.DisplayClusterViewportClient
|
||||
|
||||
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
|
||||
bEnablePlugin=True
|
||||
|
@ -109,7 +109,7 @@ DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown
|
||||
DefaultViewportMouseLockMode=LockOnCapture
|
||||
FOVScale=0.011110
|
||||
DoubleClickTime=0.200000
|
||||
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
|
||||
DefaultPlayerInputClass=/Script/DisplayCluster.DisplayClusterPlayerInput
|
||||
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
|
||||
DefaultTouchInterface=/Game/FirstPerson/Input/MobileControls.MobileControls
|
||||
-ConsoleKeys=Tilde
|
||||
|
3
StadlerMessestand/Config/Tags/VPRoles.ini
Normal file
3
StadlerMessestand/Config/Tags/VPRoles.ini
Normal file
@ -0,0 +1,3 @@
|
||||
[/Script/GameplayTags.GameplayTagsList]
|
||||
GameplayTagList=(Tag="Playout",DevComment="")
|
||||
|
Reference in New Issue
Block a user