Basic core BP + Default map #3
6 changed files with 13 additions and 2 deletions
|
@ -7,8 +7,19 @@ DefaultGraphicsPerformance=Maximum
|
||||||
AppliedDefaultGraphicsPerformance=Maximum
|
AppliedDefaultGraphicsPerformance=Maximum
|
||||||
|
|
||||||
[/Script/EngineSettings.GameMapsSettings]
|
[/Script/EngineSettings.GameMapsSettings]
|
||||||
EditorStartupMap=/Game/StarterContent/Maps/Minimal_Default
|
EditorStartupMap=/Game/0_Project/Maps/TestMap.TestMap
|
||||||
GameDefaultMap=/Game/StarterContent/Maps/Minimal_Default
|
LocalMapOptions=
|
||||||
|
TransitionMap=None
|
||||||
|
bUseSplitscreen=True
|
||||||
|
TwoPlayerSplitscreenLayout=Horizontal
|
||||||
|
ThreePlayerSplitscreenLayout=FavorTop
|
||||||
|
FourPlayerSplitscreenLayout=Grid
|
||||||
|
bOffsetPlayerGamepadIds=False
|
||||||
|
GameInstanceClass=/Game/0_Project/Core/Engine/MyGameInstance.MyGameInstance_C
|
||||||
|
GameDefaultMap=/Game/0_Project/Maps/TestMap.TestMap
|
||||||
|
ServerDefaultMap=/Engine/Maps/Entry.Entry
|
||||||
|
GlobalDefaultGameMode=/Game/0_Project/Core/Engine/My_GameMode.My_GameMode_C
|
||||||
|
GlobalDefaultServerGameMode=None
|
||||||
|
|
||||||
[/Script/Engine.Engine]
|
[/Script/Engine.Engine]
|
||||||
+ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/JamTeacher")
|
+ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/JamTeacher")
|
||||||
|
|
BIN
Content/0_Project/Core/Engine/MyGameInstance.uasset
Normal file
BIN
Content/0_Project/Core/Engine/MyGameInstance.uasset
Normal file
Binary file not shown.
BIN
Content/0_Project/Core/Engine/MyPlayerController.uasset
Normal file
BIN
Content/0_Project/Core/Engine/MyPlayerController.uasset
Normal file
Binary file not shown.
BIN
Content/0_Project/Core/Engine/MyPlayerState.uasset
Normal file
BIN
Content/0_Project/Core/Engine/MyPlayerState.uasset
Normal file
Binary file not shown.
BIN
Content/0_Project/Core/Engine/My_GameMode.uasset
Normal file
BIN
Content/0_Project/Core/Engine/My_GameMode.uasset
Normal file
Binary file not shown.
BIN
Content/0_Project/Maps/TestMap.umap
Normal file
BIN
Content/0_Project/Maps/TestMap.umap
Normal file
Binary file not shown.
Loading…
Reference in a new issue