diff --git a/.gitignore b/.gitignore index 9d7c64248835b95e4db5606f6b33d6e1929df887..48ce32bd60140526908f2a6ebfcd1fd7421c24ad 100644 --- a/.gitignore +++ b/.gitignore @@ -96,6 +96,9 @@ DerivedDataCache/* # Private Plugins Plugins/DragonIK +# Public Plugins +Plugins/CesiumForUnreal + # Content is managed by git-hooks, rclone, s3 Content/ diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 6d6fb3b5eb7287ac5a38717caa17a02a7837ff18..1e5ae48ef81f5ea12a474d3781c67b17d7c64b21 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -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 diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini index e59bdf42fece09e05dd25654a2483aeb4f032a6e..48b1277b178a4b6c39723823752e35aa3584e82e 100644 --- a/Config/DefaultGame.ini +++ b/Config/DefaultGame.ini @@ -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")