Skip to content
Laserzwei edited this page Jul 27, 2019 · 2 revisions

Config

The config is located at /mods/CarrierCommander/config/CarrierCommanderconfig.lua

Config.forceUnsupervisedTargeting forces Unsupervised Targeting as the only available targeting pattern serverwide.

Config.basePriorities contains the priorities at which fighters will engage these types of enemies respectively. Default: fighter > ship > guardian > station. No other types are available by default.

Config.additionalPriorities For other modders' special enemies/bosses. When creating a new Boss then use Entity():setValue("customBoss", anyDataNotNil), to mark it. The Attack script will then activley search for those marked enemies and assign the priority set in the config.