Started the game

Added the assets, made a new map, and put in a new blueprint class.
This commit is contained in:
2024-05-06 20:43:04 +03:00
parent e55214a398
commit 49375fb205
108 changed files with 3642 additions and 7 deletions

View File

@@ -132,7 +132,7 @@ DefaultGraphicsPerformance=Scalable
AppliedDefaultGraphicsPerformance=Scalable
[/Script/EngineSettings.GameMapsSettings]
EditorStartupMap=/Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap
EditorStartupMap=/Game/ProjectAssets/Maps/TheMainWorld.TheMainWorld
LocalMapOptions=
TransitionMap=None
bUseSplitscreen=False
@@ -141,7 +141,7 @@ ThreePlayerSplitscreenLayout=FavorTop
FourPlayerSplitscreenLayout=Grid
bOffsetPlayerGamepadIds=False
GameInstanceClass=/Script/Engine.GameInstance
GameDefaultMap=/Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap
GameDefaultMap=/Game/ProjectAssets/Maps/TheMainWorld.TheMainWorld
ServerDefaultMap=/Engine/Maps/Entry.Entry
GlobalDefaultGameMode=/Game/VRTemplate/Blueprints/VRGameMode.VRGameMode_C
GlobalDefaultServerGameMode=None

View File

@@ -1,8 +1,12 @@
[/Script/EngineSettings.GeneralProjectSettings]
ProjectID=286DFFB640FF77C647C6CFAD1E7C5995
bStartInVR=True
ProjectName=VRWizardGame
ProjectVersion=0.0.0.1
Description=For VR course
CompanyName=No-Company
[StartupActions]
bAddPacks=True
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")