Compare commits
5 commits
243e3f56e6
...
6e9ff95f04
Author | SHA1 | Date | |
---|---|---|---|
6e9ff95f04 | |||
e00ac7d86c | |||
f50327163c | |||
a37b01ced5 | |||
eaca6af9e8 |
7 changed files with 15 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.
|
@ -7,6 +7,8 @@ This game was created for the [UE4 HUB FR](https://discord.gg/f7MguEp) [first ga
|
||||||
Software used :
|
Software used :
|
||||||
* GitKraken
|
* GitKraken
|
||||||
* FMOD
|
* FMOD
|
||||||
|
* Asset Forge by [Kenney](https://www.kenney.nl/)
|
||||||
|
* Visual Studio Community 2019
|
||||||
*
|
*
|
||||||
|
|
||||||
Assets / Pack used :
|
Assets / Pack used :
|
||||||
|
|
Loading…
Reference in a new issue