Compare commits
4 commits
a716e066cb
...
b4dcf21324
Author | SHA1 | Date | |
---|---|---|---|
b4dcf21324 | |||
b1f689872b | |||
|
dc3b19d840 | ||
|
db0174e9c2 |
11 changed files with 45 additions and 34 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
|||
[submodule "Plugins/SkyPortal"]
|
||||
path = Plugins/SkyPortal
|
||||
url = git@185.216.25.221:lucastucious/SkyPortal-plugin.git
|
||||
url = git@codeberg.org:LUCASTUCIOUS/SkyEngine-skyportal-module.git
|
||||
|
|
|
@ -1,7 +1,19 @@
|
|||
|
||||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
GameDefaultMap=/Engine/Maps/Templates/OpenWorld
|
||||
EditorStartupMap=/Game/Maps/TestMap.TestMap
|
||||
LocalMapOptions=
|
||||
TransitionMap=None
|
||||
bUseSplitscreen=True
|
||||
TwoPlayerSplitscreenLayout=Horizontal
|
||||
ThreePlayerSplitscreenLayout=FavorTop
|
||||
FourPlayerSplitscreenLayout=Grid
|
||||
bOffsetPlayerGamepadIds=False
|
||||
GameInstanceClass=/Game/Core/SkyGameInstance.SkyGameInstance_C
|
||||
GameDefaultMap=/Game/Maps/Menu.Menu
|
||||
ServerDefaultMap=/Engine/Maps/Entry.Entry
|
||||
GlobalDefaultGameMode=/Game/Core/SkyGameMode.SkyGameMode_C
|
||||
GlobalDefaultServerGameMode=None
|
||||
|
||||
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
||||
DefaultGraphicsRHI=DefaultGraphicsRHI_Vulkan
|
||||
|
@ -77,6 +89,7 @@ FontDPI=72
|
|||
[/Script/Engine.Engine]
|
||||
+ActiveGameNameRedirects=(OldGameName="TP_Blank",NewGameName="/Script/SkyEngine")
|
||||
+ActiveGameNameRedirects=(OldGameName="/Script/TP_Blank",NewGameName="/Script/SkyEngine")
|
||||
GameViewportClientClassName=/Script/CommonUI.CommonGameViewportClient
|
||||
|
||||
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
|
||||
bEnablePlugin=True
|
||||
|
@ -123,4 +136,5 @@ r.ShaderCompiler.JobCacheDDC=1
|
|||
|
||||
[/Script/UnrealEd.CookerSettings]
|
||||
bEnableBuildDDCInBackground=True
|
||||
bCookOnTheFlyForLaunchOn=True
|
||||
|
||||
|
|
|
@ -111,3 +111,10 @@ bShouldAcquireMissingChunksOnLoad=False
|
|||
bShouldWarnAboutInvalidAssets=True
|
||||
MetaDataTagsForAssetRegistry=()
|
||||
|
||||
[CommonInputPlatformSettings_Windows CommonInputPlatformSettings]
|
||||
DefaultInputType=Gamepad
|
||||
|
||||
[/Script/CommonInput.CommonInputSettings]
|
||||
bEnableEnhancedInputSupport=True
|
||||
bEnableDefaultInputConfig=False
|
||||
|
||||
|
|
|
@ -29,3 +29,7 @@ DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.Defaul
|
|||
[/Script/RawInput.RawInputSettings]
|
||||
bRegisterDefaultDevice=False
|
||||
|
||||
[/Script/GameInputBase.GameInputDeveloperSettings]
|
||||
+DeviceConfigurations=(DeviceIdentifier=(VendorId=5168,ProductId=336),Description="Skylander Portal",bOverrideHardwareDeviceIdString=False,OverriddenHardwareDeviceId="",bProcessControllerButtons=True,bProcessControllerSwitchState=True,bProcessControllerAxis=True,ControllerButtonMappingData=(),ControllerAxisMappingData=(),bProcessRawReportData=True,RawReportReadingId=0,RawReportMappingData=())
|
||||
bDoNotProcessDuplicateCapabilitiesForSingleUser=True
|
||||
|
||||
|
|
BIN
Content/Core/SkyGameInstance.uasset
Normal file
BIN
Content/Core/SkyGameInstance.uasset
Normal file
Binary file not shown.
BIN
Content/Core/SkyGameMode.uasset
Normal file
BIN
Content/Core/SkyGameMode.uasset
Normal file
Binary file not shown.
BIN
Content/Core/SkyPlayerController.uasset
Normal file
BIN
Content/Core/SkyPlayerController.uasset
Normal file
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
|||
Subproject commit 652d62ed9692729adde0ce6c7dbec05b6acdfa86
|
||||
Subproject commit ea75a1d07e1bcc37b37649e38dfa46bbcad5699b
|
|
@ -513,10 +513,6 @@
|
|||
"Name": "AppleImageUtils",
|
||||
"Enabled": false
|
||||
},
|
||||
{
|
||||
"Name": "EngineAssetDefinitions",
|
||||
"Enabled": false
|
||||
},
|
||||
{
|
||||
"Name": "BlueprintFileUtils",
|
||||
"Enabled": true
|
||||
|
@ -525,20 +521,6 @@
|
|||
"Name": "AdvancedRenamer",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "GameInputWindows",
|
||||
"Enabled": true,
|
||||
"SupportedTargetPlatforms": [
|
||||
"Win64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "GameInput",
|
||||
"Enabled": true,
|
||||
"SupportedTargetPlatforms": [
|
||||
"Win64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "RawInput",
|
||||
"Enabled": true
|
||||
|
@ -595,6 +577,10 @@
|
|||
"Name": "PluginTemplateTool",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "JsonBlueprintUtilities",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "VisualStudioTools",
|
||||
"Enabled": true,
|
||||
|
|
Loading…
Reference in a new issue