From 4edd7b2fac488670f83f74a969831c5c75fd74c3 Mon Sep 17 00:00:00 2001 From: Nyx Date: Tue, 23 Sep 2025 09:33:35 -0600 Subject: [PATCH 1/3] Enabled unreal plugins for ease of development --- Elistria_Calling/Elistria_Calling.uproject | 112 +++++++++++++++++++++ 1 file changed, 112 insertions(+) diff --git a/Elistria_Calling/Elistria_Calling.uproject b/Elistria_Calling/Elistria_Calling.uproject index 60b315c..756986a 100644 --- a/Elistria_Calling/Elistria_Calling.uproject +++ b/Elistria_Calling/Elistria_Calling.uproject @@ -38,6 +38,118 @@ { "Name": "Iris", "Enabled": true + }, + { + "Name": "GameplayBehaviors", + "Enabled": true + }, + { + "Name": "MultiUserClient", + "Enabled": true + }, + { + "Name": "SunPosition", + "Enabled": true + }, + { + "Name": "ChaosClothAsset", + "Enabled": true + }, + { + "Name": "NaniteDisplacedMesh", + "Enabled": true + }, + { + "Name": "CommonUI", + "Enabled": true + }, + { + "Name": "HDRIBackdrop", + "Enabled": true + }, + { + "Name": "ChaosVehiclesPlugin", + "Enabled": true + }, + { + "Name": "ChaosModularVehicle", + "Enabled": true + }, + { + "Name": "ChaosClothAssetEditor", + "Enabled": true + }, + { + "Name": "GeoReferencing", + "Enabled": true + }, + { + "Name": "LandscapePatch", + "Enabled": true + }, + { + "Name": "PCGBiomeCore", + "Enabled": true + }, + { + "Name": "StateGraph", + "Enabled": true + }, + { + "Name": "SurfaceEffects", + "Enabled": true + }, + { + "Name": "GameFeatures", + "Enabled": true + }, + { + "Name": "GameplayAbilities", + "Enabled": true + }, + { + "Name": "AbilitySystemGameFeatureActions", + "Enabled": true + }, + { + "Name": "DataRegistry", + "Enabled": true + }, + { + "Name": "GameplayStateTree", + "Enabled": true + }, + { + "Name": "ModularGameplay", + "Enabled": true + }, + { + "Name": "TargetingSystem", + "Enabled": true + }, + { + "Name": "StateTree", + "Enabled": true + }, + { + "Name": "SmartObjects", + "Enabled": true + }, + { + "Name": "NetworkPrediction", + "Enabled": true + }, + { + "Name": "MassEntity", + "Enabled": true + }, + { + "Name": "GameplayInteractions", + "Enabled": true + }, + { + "Name": "PropertyBindingUtils", + "Enabled": true } ] } \ No newline at end of file From a6698b073e91178f419dff51f46c9eadb6d71cc3 Mon Sep 17 00:00:00 2001 From: Nyx Date: Tue, 23 Sep 2025 10:00:05 -0600 Subject: [PATCH 2/3] even more plugin management --- Elistria_Calling/Elistria_Calling.uproject | 139 +++++++++++++++++++++ 1 file changed, 139 insertions(+) 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 From a42fb6e25dc2d79738518bec84c4746569596840 Mon Sep 17 00:00:00 2001 From: Nyx Date: Tue, 23 Sep 2025 10:00:05 -0600 Subject: [PATCH 3/3] 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