diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 51581c4..b7a47c7 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -1,8 +1,20 @@ [/Script/EngineSettings.GameMapsSettings] -GameDefaultMap=/Game/Worlds/Playground1.Playground1 EditorStartupMap=/Game/Worlds/Playground1.Playground1 +LocalMapOptions= +TransitionMap=None +bUseSplitscreen=True +TwoPlayerSplitscreenLayout=Horizontal +ThreePlayerSplitscreenLayout=FavorTop +FourPlayerSplitscreenLayout=Grid +bShowAllPlayerWidgetsWhenSplitscreenDisabled=False +bOffsetPlayerGamepadIds=False +GameInstanceClass=/Script/Engine.GameInstance +GameDefaultMap=/Game/Worlds/MainMenu.MainMenu +ServerDefaultMap=/Engine/Maps/Entry.Entry +GlobalDefaultGameMode=/Script/Engine.GameModeBase +GlobalDefaultServerGameMode=None [/Script/Engine.RendererSettings] r.AllowStaticLighting=False diff --git a/Config/DefaultInput.ini b/Config/DefaultInput.ini index a919105..586875a 100644 --- a/Config/DefaultInput.ini +++ b/Config/DefaultInput.ini @@ -82,3 +82,6 @@ DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.Defaul -ConsoleKeys=Tilde +ConsoleKeys=Tilde +[/Script/EnhancedInput.EnhancedInputDeveloperSettings] +bEnableUserSettings=True + diff --git a/Content/Sounds/MainSoundMix.uasset b/Content/Sounds/MainSoundMix.uasset new file mode 100644 index 0000000..fcc5dc1 Binary files /dev/null and b/Content/Sounds/MainSoundMix.uasset differ diff --git a/Content/Sounds/SFX_Ambient.uasset b/Content/Sounds/SFX_Ambient.uasset new file mode 100644 index 0000000..6cc08ed Binary files /dev/null and b/Content/Sounds/SFX_Ambient.uasset differ diff --git a/Content/Sounds/SFX_Dialogue.uasset b/Content/Sounds/SFX_Dialogue.uasset new file mode 100644 index 0000000..c5b0df0 Binary files /dev/null and b/Content/Sounds/SFX_Dialogue.uasset differ diff --git a/Content/Sounds/SFX_Effects.uasset b/Content/Sounds/SFX_Effects.uasset new file mode 100644 index 0000000..768f4b8 Binary files /dev/null and b/Content/Sounds/SFX_Effects.uasset differ diff --git a/Content/Sounds/SFX_Music.uasset b/Content/Sounds/SFX_Music.uasset new file mode 100644 index 0000000..539861e Binary files /dev/null and b/Content/Sounds/SFX_Music.uasset differ diff --git a/Content/Sounds/SFX_UI.uasset b/Content/Sounds/SFX_UI.uasset new file mode 100644 index 0000000..82a6fa9 Binary files /dev/null and b/Content/Sounds/SFX_UI.uasset differ diff --git a/Content/Sounds/UI/Woodblock_C4.mp3 b/Content/Sounds/UI/Woodblock_C4.mp3 new file mode 100644 index 0000000..0d57803 Binary files /dev/null and b/Content/Sounds/UI/Woodblock_C4.mp3 differ diff --git a/Content/Sounds/UI/Woodblock_C4.uasset b/Content/Sounds/UI/Woodblock_C4.uasset new file mode 100644 index 0000000..ed53bcf Binary files /dev/null and b/Content/Sounds/UI/Woodblock_C4.uasset differ diff --git a/Content/Sounds/UI/Woodblock_F4.mp3 b/Content/Sounds/UI/Woodblock_F4.mp3 new file mode 100644 index 0000000..f015537 Binary files /dev/null and b/Content/Sounds/UI/Woodblock_F4.mp3 differ diff --git a/Content/Sounds/UI/Woodblock_F4.uasset b/Content/Sounds/UI/Woodblock_F4.uasset new file mode 100644 index 0000000..2feb291 Binary files /dev/null and b/Content/Sounds/UI/Woodblock_F4.uasset differ diff --git a/Content/UI_Menus/MainMenu/BP_MainMenu.uasset b/Content/UI_Menus/MainMenu/BP_MainMenu.uasset new file mode 100644 index 0000000..16d89bd Binary files /dev/null and b/Content/UI_Menus/MainMenu/BP_MainMenu.uasset differ diff --git a/Content/UI_Menus/MainMenu/BP_MainMenu_Gamemode.uasset b/Content/UI_Menus/MainMenu/BP_MainMenu_Gamemode.uasset new file mode 100644 index 0000000..d4fdc68 Binary files /dev/null and b/Content/UI_Menus/MainMenu/BP_MainMenu_Gamemode.uasset differ diff --git a/Content/UI_Menus/SettingsMenu/BP_ApplyGraphicsSettings.uasset b/Content/UI_Menus/SettingsMenu/BP_ApplyGraphicsSettings.uasset new file mode 100644 index 0000000..147df81 Binary files /dev/null and b/Content/UI_Menus/SettingsMenu/BP_ApplyGraphicsSettings.uasset differ diff --git a/Content/UI_Menus/SettingsMenu/BP_AudioSettings.uasset b/Content/UI_Menus/SettingsMenu/BP_AudioSettings.uasset new file mode 100644 index 0000000..1e45296 Binary files /dev/null and b/Content/UI_Menus/SettingsMenu/BP_AudioSettings.uasset differ diff --git a/Content/UI_Menus/SettingsMenu/BP_DisplaySettings.uasset b/Content/UI_Menus/SettingsMenu/BP_DisplaySettings.uasset new file mode 100644 index 0000000..8e27c04 Binary files /dev/null and b/Content/UI_Menus/SettingsMenu/BP_DisplaySettings.uasset differ diff --git a/Content/UI_Menus/SettingsMenu/BP_GraphicsSettings.uasset b/Content/UI_Menus/SettingsMenu/BP_GraphicsSettings.uasset new file mode 100644 index 0000000..cad08b6 Binary files /dev/null and b/Content/UI_Menus/SettingsMenu/BP_GraphicsSettings.uasset differ diff --git a/Content/UI_Menus/SettingsMenu/BP_SettingsMenu.uasset b/Content/UI_Menus/SettingsMenu/BP_SettingsMenu.uasset new file mode 100644 index 0000000..7d2b76a Binary files /dev/null and b/Content/UI_Menus/SettingsMenu/BP_SettingsMenu.uasset differ diff --git a/Content/UI_Menus/SettingsMenu/Controls/BP_SensitivitySlider.uasset b/Content/UI_Menus/SettingsMenu/Controls/BP_SensitivitySlider.uasset new file mode 100644 index 0000000..3bdf44f Binary files /dev/null and b/Content/UI_Menus/SettingsMenu/Controls/BP_SensitivitySlider.uasset differ diff --git a/Content/UI_Menus/SettingsMenu/Controls/KeyCategories.uasset b/Content/UI_Menus/SettingsMenu/Controls/KeyCategories.uasset new file mode 100644 index 0000000..1dbb172 Binary files /dev/null and b/Content/UI_Menus/SettingsMenu/Controls/KeyCategories.uasset differ diff --git a/Content/UI_Menus/SettingsMenu/Controls/KeyMappings.uasset b/Content/UI_Menus/SettingsMenu/Controls/KeyMappings.uasset new file mode 100644 index 0000000..2cf897c Binary files /dev/null and b/Content/UI_Menus/SettingsMenu/Controls/KeyMappings.uasset differ diff --git a/Content/UI_Menus/SettingsMenu/SettingsSave.uasset b/Content/UI_Menus/SettingsMenu/SettingsSave.uasset new file mode 100644 index 0000000..5b36aaf Binary files /dev/null and b/Content/UI_Menus/SettingsMenu/SettingsSave.uasset differ diff --git a/Content/UI_Menus/StartMenu/BP_StartMenu.uasset b/Content/UI_Menus/StartMenu/BP_StartMenu.uasset new file mode 100644 index 0000000..5ce0576 Binary files /dev/null and b/Content/UI_Menus/StartMenu/BP_StartMenu.uasset differ diff --git a/Content/UI_Menus/StartMenu/BP_StartMenu_Controller.uasset b/Content/UI_Menus/StartMenu/BP_StartMenu_Controller.uasset new file mode 100644 index 0000000..64bca84 Binary files /dev/null and b/Content/UI_Menus/StartMenu/BP_StartMenu_Controller.uasset differ diff --git a/Content/UI_Menus/StartMenu/B_StartMenu_Gamemode.uasset b/Content/UI_Menus/StartMenu/B_StartMenu_Gamemode.uasset new file mode 100644 index 0000000..136142a Binary files /dev/null and b/Content/UI_Menus/StartMenu/B_StartMenu_Gamemode.uasset differ diff --git a/Content/Worlds/MainMenu.umap b/Content/Worlds/MainMenu.umap new file mode 100644 index 0000000..74516a4 Binary files /dev/null and b/Content/Worlds/MainMenu.umap differ