Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CyberArchPlugins
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CyberArch
CyberArchPlugins
Commits
fb5fde9e
Commit
fb5fde9e
authored
1 year ago
by
Giovanni Vindiola
Browse files
Options
Downloads
Patches
Plain Diff
Init DesktopPawn, AIPawns, Lobby/Match System
parent
4d61334f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+3
-0
3 additions, 0 deletions
.gitignore
Config/DefaultEngine.ini
+12
-4
12 additions, 4 deletions
Config/DefaultEngine.ini
Config/DefaultGame.ini
+4
-0
4 additions, 0 deletions
Config/DefaultGame.ini
with
19 additions
and
4 deletions
.gitignore
+
3
−
0
View file @
fb5fde9e
...
...
@@ -96,6 +96,9 @@ DerivedDataCache/*
# Private Plugins
Plugins/DragonIK
# Public Plugins
Plugins/CesiumForUnreal
# Content is managed by git-hooks, rclone, s3
Content/
...
...
This diff is collapsed.
Click to expand it.
Config/DefaultEngine.ini
+
12
−
4
View file @
fb5fde9e
...
...
@@ -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
=
Fals
e
r.AllowStaticLighting
=
Tru
e
r.NormalMapsForStaticLighting
=
False
r.ForwardShading
=
False
r.VertexFoggingForOpaque
=
True
...
...
This diff is collapsed.
Click to expand it.
Config/DefaultGame.ini
+
4
−
0
View file @
fb5fde9e
...
...
@@ -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")
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment