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/*
# Private Plugins
Plugins/DragonIK
# Public Plugins
Plugins/CesiumForUnreal
# Content is managed by git-hooks, rclone, s3
Content/
......
......@@ -31,11 +31,19 @@ ConfiguredInternetSpeed=15000
ConfiguredLanSpeed=20000
[/Script/EngineSettings.GameMapsSettings]
GameDefaultMap=/Game/SmartClassroom/Maps/DefaultClassroom.DefaultClassroom
EditorStartupMap=/Game/SmartClassroom/Core/Maps/PassthroughClassroom1.PassthroughClassroom1
GlobalDefaultGameMode=/CyberArchWarehouse/xrPerson/Blueprints/BP_FirstPersonGameMode.BP_FirstPersonGameMode_C
GameInstanceClass=/Game/SmartClassroom/VRE/Core/VRGameInstance.VRGameInstance_C
LocalMapOptions=
TransitionMap=/Game/SmartClassroom/Core/Maps/TransitionMap.TransitionMap
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]
TargetedHardwareClass=Desktop
......@@ -130,7 +138,7 @@ r.Shaders.RemoveDeadCode=1
r.PathTracing=True
r.GenerateMeshDistanceFields=True
r.DistanceFields.DefaultVoxelDensity=0.200000
r.AllowStaticLighting=False
r.AllowStaticLighting=True
r.NormalMapsForStaticLighting=False
r.ForwardShading=False
r.VertexFoggingForOpaque=True
......
......@@ -105,6 +105,10 @@ bSkipMovies=False
-IniSectionDenylist=StorageServers
+IniSectionDenylist=HordeStorageServers
+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="/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