Compare commits
13 commits
cbd89107bd
...
3b9bee61f7
Author | SHA1 | Date | |
---|---|---|---|
3b9bee61f7 | |||
aa15bbf678 | |||
0304e1537a | |||
6154033256 | |||
f347e71fe9 | |||
36f55a80f8 | |||
2f13d71392 | |||
43d0937cd3 | |||
473c3f76a8 | |||
1860ed3052 | |||
ad3150a1e6 | |||
ef6814b6f8 | |||
76ebe12441 |
22 changed files with 6 additions and 2 deletions
|
@ -7,7 +7,7 @@ DefaultGraphicsPerformance=Maximum
|
||||||
AppliedDefaultGraphicsPerformance=Maximum
|
AppliedDefaultGraphicsPerformance=Maximum
|
||||||
|
|
||||||
[/Script/EngineSettings.GameMapsSettings]
|
[/Script/EngineSettings.GameMapsSettings]
|
||||||
EditorStartupMap=/Game/0_Project/Maps/TestMap.TestMap
|
EditorStartupMap=/Game/0_Project/Maps/TestTile.TestTile
|
||||||
LocalMapOptions=
|
LocalMapOptions=
|
||||||
TransitionMap=None
|
TransitionMap=None
|
||||||
bUseSplitscreen=True
|
bUseSplitscreen=True
|
||||||
|
@ -16,7 +16,7 @@ ThreePlayerSplitscreenLayout=FavorTop
|
||||||
FourPlayerSplitscreenLayout=Grid
|
FourPlayerSplitscreenLayout=Grid
|
||||||
bOffsetPlayerGamepadIds=False
|
bOffsetPlayerGamepadIds=False
|
||||||
GameInstanceClass=/Game/0_Project/Core/Engine/MyGameInstance.MyGameInstance_C
|
GameInstanceClass=/Game/0_Project/Core/Engine/MyGameInstance.MyGameInstance_C
|
||||||
GameDefaultMap=/Game/0_Project/Maps/TestMap.TestMap
|
GameDefaultMap=/Game/0_Project/Maps/TestTile.TestTile
|
||||||
ServerDefaultMap=/Engine/Maps/Entry.Entry
|
ServerDefaultMap=/Engine/Maps/Entry.Entry
|
||||||
GlobalDefaultGameMode=/Game/0_Project/Core/Engine/My_GameMode.My_GameMode_C
|
GlobalDefaultGameMode=/Game/0_Project/Core/Engine/My_GameMode.My_GameMode_C
|
||||||
GlobalDefaultServerGameMode=None
|
GlobalDefaultServerGameMode=None
|
||||||
|
@ -25,3 +25,7 @@ GlobalDefaultServerGameMode=None
|
||||||
+ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/JamTeacher")
|
+ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/JamTeacher")
|
||||||
+ActiveGameNameRedirects=(OldGameName="/Script/TP_BlankBP",NewGameName="/Script/JamTeacher")
|
+ActiveGameNameRedirects=(OldGameName="/Script/TP_BlankBP",NewGameName="/Script/JamTeacher")
|
||||||
|
|
||||||
|
[/Script/Engine.RendererSettings]
|
||||||
|
r.DefaultFeature.MotionBlur=False
|
||||||
|
r.DefaultFeature.AntiAliasing=2
|
||||||
|
|
||||||
|
|
Binary file not shown.
BIN
Config/DefaultInput.ini
Normal file
BIN
Config/DefaultInput.ini
Normal file
Binary file not shown.
BIN
Content/0_Project/Characters/BaseCharacter.uasset
Normal file
BIN
Content/0_Project/Characters/BaseCharacter.uasset
Normal file
Binary file not shown.
BIN
Content/0_Project/Core/BP_BaseTile.uasset
Normal file
BIN
Content/0_Project/Core/BP_BaseTile.uasset
Normal file
Binary file not shown.
BIN
Content/0_Project/Core/BP_BaseTile_Child.uasset
Normal file
BIN
Content/0_Project/Core/BP_BaseTile_Child.uasset
Normal file
Binary file not shown.
BIN
Content/0_Project/Core/BP_Tile.uasset
Normal file
BIN
Content/0_Project/Core/BP_Tile.uasset
Normal file
Binary file not shown.
BIN
Content/0_Project/Core/BaseEnnemies.uasset
Normal file
BIN
Content/0_Project/Core/BaseEnnemies.uasset
Normal file
Binary file not shown.
BIN
Content/0_Project/Core/BasePlayer.uasset
Normal file
BIN
Content/0_Project/Core/BasePlayer.uasset
Normal file
Binary file not shown.
Binary file not shown.
BIN
Content/0_Project/Core/NewBlueprint.uasset
Normal file
BIN
Content/0_Project/Core/NewBlueprint.uasset
Normal file
Binary file not shown.
BIN
Content/0_Project/Core/QTE/EEventState.uasset
Normal file
BIN
Content/0_Project/Core/QTE/EEventState.uasset
Normal file
Binary file not shown.
BIN
Content/0_Project/Core/QTE/M_Icon.uasset
Normal file
BIN
Content/0_Project/Core/QTE/M_Icon.uasset
Normal file
Binary file not shown.
BIN
Content/0_Project/Core/QTE/M_RadialProgressBar.uasset
Normal file
BIN
Content/0_Project/Core/QTE/M_RadialProgressBar.uasset
Normal file
Binary file not shown.
BIN
Content/0_Project/Core/QTE/SEventData.uasset
Normal file
BIN
Content/0_Project/Core/QTE/SEventData.uasset
Normal file
Binary file not shown.
BIN
Content/0_Project/Core/QTE/W_QTEKey.uasset
Normal file
BIN
Content/0_Project/Core/QTE/W_QTEKey.uasset
Normal file
Binary file not shown.
BIN
Content/0_Project/Core/SPMacroLibrary.uasset
Normal file
BIN
Content/0_Project/Core/SPMacroLibrary.uasset
Normal file
Binary file not shown.
Binary file not shown.
BIN
Content/0_Project/Maps/TestQTE.umap
Normal file
BIN
Content/0_Project/Maps/TestQTE.umap
Normal file
Binary file not shown.
BIN
Content/0_Project/Maps/TestSpeech.umap
Normal file
BIN
Content/0_Project/Maps/TestSpeech.umap
Normal file
Binary file not shown.
BIN
Content/0_Project/Maps/TestTile.umap
Normal file
BIN
Content/0_Project/Maps/TestTile.umap
Normal file
Binary file not shown.
BIN
Content/0_Project/Mesh/SM_Template_Map_Floor.uasset
Normal file
BIN
Content/0_Project/Mesh/SM_Template_Map_Floor.uasset
Normal file
Binary file not shown.
Loading…
Reference in a new issue