WOTCStrategyOverhaul / CovertInfiltration

A mod that overhauls the Covert Actions system to bring back the Infiltration mechanic from Long War 2
MIT License
21 stars 8 forks source link

Change EActivityType to just a name field with an array of valid values #633

Closed Xymanek closed 3 years ago

Xymanek commented 3 years ago

The current approach is really stupid in terms of 3rd mods adding their own chains/activities

Blocked by ongoing changes to address #606 (to prevent merge conflicts)

Xymanek commented 3 years ago

Should probably also move var config(MissionSources) array<ActivityMissionFamilyMapping> ActivityMissionFamily; to X2ActivityTemplate_Mission itself

Edit: decided not to - small gain and might break some 3rd mods which have already setup their custom families to integrate with CI