Commissioned by Ascendant Realms
At server startup, a cleanup process runs to help maintain a well-organized game world. During this process, any structures located outside designated flag zones, used to mark bases, will be automatically removed. This ensures that all player builds remain within intended boundaries and helps keep the environment optimized and fair for everyone.
Configs
[AscendantRealms]
TimeOutsideFlagsBeforeDestroySeconds=604800.0
DiscordWebhookUrl="WEB_HOOK_URL_HERE"
DisableFlags=True
FlagSizeOutpost=1500
FlagSizeNormal=3000
FlagSizeLarge=9000
FlagSizeAdminMax=30000
MaxOutpostFlagsPerTribe=2
MaxNormalFlagsPerTribe=1
MaxLargeFlagsPerTribe=1
MaxTotalFlagsPerTribe=-1
ItemsIgnoreDestruction=
SafeBaseOutpostFlags=false
SafeBaseLargeFlags=false
SafeBaseNormalFlags=false
SafeBaseAdminFlags=false
Explained:
DiscordWebhookDelaySeconds=Delay in seconds after purge, BEFORE webhook message sent. Largely unnecessary.
DiscordWebhookUrl=Webhook url for purge details. Wrap in quotes. ie: "SOME_URL_HERE"
DisableFlags=If true, no purge will occur. Default: True
FlagSizeLarge=Size of large flags
FlagSizeNormal=Size of normal flags
FlagSizeOutpost=Size of outpost flags
MaxLargeFlagsPerTribe=Max amount of large flags per tribe
MaxNormalFlagsPerTribe=Max amount of normal flags per tribe
MaxOutpostFlagsPerTribe=Max amount of outpost flags per tribe
MaxTotalFlagsPerTribe=Max amount TOTAL of all flags. -1 is infinite
Notes
MaxTotalFlagsPerTribe: This is a max total amount(outpost + normal + large), regardless of the max outpost/normal/large setting.
Admin
EngramEntry_AscendantRealmsBaseClaim_Large_C
EngramEntry_AscendantRealmsBaseClaim_Normal_C
EngramEntry_AscendantRealmsBaseClaim_Outpost_C
cheat giveitem "/AscendantRealmsBaseClaim/Structures/Admin/PrimalItemStructure_AscendantRealmsBaseClaim_Admin.PrimalItemStructure_AscendantRealmsBaseClaim_Admin" 1 0 0
cheat giveitem "/AscendantRealmsBaseClaim/Structures/Large/PrimalItemStructure_AscendantRealmsBaseClaim_Large.PrimalItemStructure_AscendantRealmsBaseClaim_Large" 1 0 0
cheat giveitem "/AscendantRealmsBaseClaim/Structures/Normal/PrimalItemStructure_AscendantRealmsBaseClaim_Normal.PrimalItemStructure_AscendantRealmsBaseClaim_Normal" 1 0 0
cheat giveitem "/AscendantRealmsBaseClaim/Structures/Outpost/PrimalItemStructure_AscendantRealmsBaseClaim_Outpost.PrimalItemStructure_AscendantRealmsBaseClaim_Outpost" 1 0 0


