Skip to content
Snippets Groups Projects
Commit fb5fde9e authored by Giovanni Vindiola's avatar Giovanni Vindiola :speech_balloon:
Browse files

Init DesktopPawn, AIPawns, Lobby/Match System

parent 4d61334f
No related branches found
No related tags found
No related merge requests found
...@@ -96,6 +96,9 @@ DerivedDataCache/* ...@@ -96,6 +96,9 @@ DerivedDataCache/*
# Private Plugins # Private Plugins
Plugins/DragonIK Plugins/DragonIK
# Public Plugins
Plugins/CesiumForUnreal
# Content is managed by git-hooks, rclone, s3 # Content is managed by git-hooks, rclone, s3
Content/ Content/
......
...@@ -31,11 +31,19 @@ ConfiguredInternetSpeed=15000 ...@@ -31,11 +31,19 @@ ConfiguredInternetSpeed=15000
ConfiguredLanSpeed=20000 ConfiguredLanSpeed=20000
[/Script/EngineSettings.GameMapsSettings] [/Script/EngineSettings.GameMapsSettings]
GameDefaultMap=/Game/SmartClassroom/Maps/DefaultClassroom.DefaultClassroom
EditorStartupMap=/Game/SmartClassroom/Core/Maps/PassthroughClassroom1.PassthroughClassroom1 EditorStartupMap=/Game/SmartClassroom/Core/Maps/PassthroughClassroom1.PassthroughClassroom1
GlobalDefaultGameMode=/CyberArchWarehouse/xrPerson/Blueprints/BP_FirstPersonGameMode.BP_FirstPersonGameMode_C LocalMapOptions=
GameInstanceClass=/Game/SmartClassroom/VRE/Core/VRGameInstance.VRGameInstance_C TransitionMap=/Game/SmartClassroom/Core/Maps/TransitionMap.TransitionMap
bUseSplitscreen=False bUseSplitscreen=False
TwoPlayerSplitscreenLayout=Horizontal
ThreePlayerSplitscreenLayout=FavorTop
FourPlayerSplitscreenLayout=Grid
bOffsetPlayerGamepadIds=False
GameInstanceClass=/Game/SmartClassroom/VRE/Core/VRGameInstance.VRGameInstance_C
GameDefaultMap=/Game/SmartClassroom/Core/Maps/MainMenuAtkinsonHall.MainMenuAtkinsonHall
ServerDefaultMap=/Engine/Maps/Entry.Entry
GlobalDefaultGameMode=/Game/SmartClassroom/VRE/Core/VRGameMode_SC.VRGameMode_SC_C
GlobalDefaultServerGameMode=None
[/Script/HardwareTargeting.HardwareTargetingSettings] [/Script/HardwareTargeting.HardwareTargetingSettings]
TargetedHardwareClass=Desktop TargetedHardwareClass=Desktop
...@@ -130,7 +138,7 @@ r.Shaders.RemoveDeadCode=1 ...@@ -130,7 +138,7 @@ r.Shaders.RemoveDeadCode=1
r.PathTracing=True r.PathTracing=True
r.GenerateMeshDistanceFields=True r.GenerateMeshDistanceFields=True
r.DistanceFields.DefaultVoxelDensity=0.200000 r.DistanceFields.DefaultVoxelDensity=0.200000
r.AllowStaticLighting=False r.AllowStaticLighting=True
r.NormalMapsForStaticLighting=False r.NormalMapsForStaticLighting=False
r.ForwardShading=False r.ForwardShading=False
r.VertexFoggingForOpaque=True r.VertexFoggingForOpaque=True
......
...@@ -105,6 +105,10 @@ bSkipMovies=False ...@@ -105,6 +105,10 @@ bSkipMovies=False
-IniSectionDenylist=StorageServers -IniSectionDenylist=StorageServers
+IniSectionDenylist=HordeStorageServers +IniSectionDenylist=HordeStorageServers
+IniSectionDenylist=StorageServers +IniSectionDenylist=StorageServers
+MapsToCook=(FilePath="/Game/SmartClassroom/Core/Maps/DefaultClassroom")
+MapsToCook=(FilePath="/Game/SmartClassroom/Core/Maps/PassthroughClassroom1")
+MapsToCook=(FilePath="/Game/SmartClassroom/Core/Maps/CyberArchLobby")
+MapsToCook=(FilePath="/Game/SmartClassroom/Core/Maps/TransitionMap")
+DirectoriesToAlwaysCook=(Path="/DatasmithRuntime/Materials") +DirectoriesToAlwaysCook=(Path="/DatasmithRuntime/Materials")
+DirectoriesToAlwaysCook=(Path="/glTFRuntime") +DirectoriesToAlwaysCook=(Path="/glTFRuntime")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment