From a42fb6e25dc2d79738518bec84c4746569596840 Mon Sep 17 00:00:00 2001 From: Nyx Date: Tue, 23 Sep 2025 10:00:05 -0600 Subject: [PATCH] even more plugin management --- Elistria_Calling/Config/DefaultGame.ini | 16 ++- Elistria_Calling/Elistria_Calling.uproject | 139 +++++++++++++++++++++ 2 files changed, 154 insertions(+), 1 deletion(-) diff --git a/Elistria_Calling/Config/DefaultGame.ini b/Elistria_Calling/Config/DefaultGame.ini index a045161..b403098 100644 --- a/Elistria_Calling/Config/DefaultGame.ini +++ b/Elistria_Calling/Config/DefaultGame.ini @@ -10,4 +10,18 @@ InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent") +Section=StartupActions [/Script/AIModule.AISense_Sight] -bAutoRegisterAllPawnsAsSources=false \ No newline at end of file +bAutoRegisterAllPawnsAsSources=false + +[/Script/Engine.AssetManagerSettings] +-PrimaryAssetTypesToScan=(PrimaryAssetType="Map",AssetBaseClass=/Script/Engine.World,bHasBlueprintClasses=False,bIsEditorOnly=True,Directories=((Path="/Game/Maps")),SpecificAssets=,Rules=(Priority=-1,ChunkId=-1,bApplyRecursively=True,CookRule=Unknown)) +-PrimaryAssetTypesToScan=(PrimaryAssetType="PrimaryAssetLabel",AssetBaseClass=/Script/Engine.PrimaryAssetLabel,bHasBlueprintClasses=False,bIsEditorOnly=True,Directories=((Path="/Game")),SpecificAssets=,Rules=(Priority=-1,ChunkId=-1,bApplyRecursively=True,CookRule=Unknown)) ++PrimaryAssetTypesToScan=(PrimaryAssetType="Map",AssetBaseClass="/Script/Engine.World",bHasBlueprintClasses=False,bIsEditorOnly=True,Directories=((Path="/Game/Maps")),SpecificAssets=,Rules=(Priority=-1,ChunkId=-1,bApplyRecursively=True,CookRule=Unknown)) ++PrimaryAssetTypesToScan=(PrimaryAssetType="PrimaryAssetLabel",AssetBaseClass="/Script/Engine.PrimaryAssetLabel",bHasBlueprintClasses=False,bIsEditorOnly=True,Directories=((Path="/Game")),SpecificAssets=,Rules=(Priority=-1,ChunkId=-1,bApplyRecursively=True,CookRule=Unknown)) ++PrimaryAssetTypesToScan=(PrimaryAssetType="GameFeatureData",AssetBaseClass="/Script/GameFeatures.GameFeatureData",bHasBlueprintClasses=False,bIsEditorOnly=False,Directories=,SpecificAssets=,Rules=(Priority=-1,ChunkId=-1,bApplyRecursively=True,CookRule=AlwaysCook)) +bOnlyCookProductionAssets=False +bShouldManagerDetermineTypeAndName=False +bShouldGuessTypeAndNameInEditor=True +bShouldAcquireMissingChunksOnLoad=False +bShouldWarnAboutInvalidAssets=True +MetaDataTagsForAssetRegistry=() + diff --git a/Elistria_Calling/Elistria_Calling.uproject b/Elistria_Calling/Elistria_Calling.uproject index 756986a..b590f8f 100644 --- a/Elistria_Calling/Elistria_Calling.uproject +++ b/Elistria_Calling/Elistria_Calling.uproject @@ -150,6 +150,145 @@ { "Name": "PropertyBindingUtils", "Enabled": true + }, + { + "Name": "OnlineSubsystemGooglePlay", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Android" + ] + }, + { + "Name": "AndroidPermission", + "Enabled": false + }, + { + "Name": "AndroidFileServer", + "Enabled": false + }, + { + "Name": "GooglePAD", + "Enabled": false + }, + { + "Name": "MassAI", + "Enabled": true + }, + { + "Name": "MassCrowd", + "Enabled": true + }, + { + "Name": "Soundscape", + "Enabled": true + }, + { + "Name": "JsonBlueprintUtilities", + "Enabled": true + }, + { + "Name": "BlueprintFileUtils", + "Enabled": true + }, + { + "Name": "ContentBrowserAliasDataSource", + "Enabled": true + }, + { + "Name": "Mutable", + "Enabled": true + }, + { + "Name": "OptiXDenoise", + "Enabled": true + }, + { + "Name": "PCGExternalDataInterop", + "Enabled": true + }, + { + "Name": "PCGWaterInterop", + "Enabled": true + }, + { + "Name": "ActorPalette", + "Enabled": true + }, + { + "Name": "AdvancedRenamer", + "Enabled": true + }, + { + "Name": "NiagaraFluids", + "Enabled": true + }, + { + "Name": "AndroidMedia", + "Enabled": false + }, + { + "Name": "AndroidMoviePlayer", + "Enabled": false + }, + { + "Name": "AppleMoviePlayer", + "Enabled": false + }, + { + "Name": "AvfMedia", + "Enabled": false + }, + { + "Name": "LocationServicesBPLibrary", + "Enabled": false + }, + { + "Name": "MobilePatchingUtils", + "Enabled": false + }, + { + "Name": "GoogleCloudMessaging", + "Enabled": false + }, + { + "Name": "OnlineSubsystemIOS", + "Enabled": false, + "SupportedTargetPlatforms": [ + "IOS", + "TVOS" + ] + }, + { + "Name": "ColorCorrectRegions", + "Enabled": true + }, + { + "Name": "Reflex", + "Enabled": true + }, + { + "Name": "ChaosFlesh", + "Enabled": true + }, + { + "Name": "CodeView", + "Enabled": true + }, + { + "Name": "CodeEditor", + "Enabled": true + }, + { + "Name": "SubversionSourceControl", + "Enabled": false + }, + { + "Name": "PlasticSourceControl", + "Enabled": false + }, + { + "Name": "PerforceSourceControl", + "Enabled": false } ] } \ No newline at end of file