Skip to content

How to change a groups Faction (WIP)

perfk edited this page Mar 22, 2025 · 1 revision

Please read https://github.com/perfk/gc-reforger-missions/wiki/How-to-make-Unit-changes-correctly-(Inheritance) before to understand Inheritance.

This is WIP, as disused here https://discord.com/channels/635885194288562206/750087248988340275/1353033829778198660 it's believed it might cause more trouble than it's worth.

There are two properties that determine a Characters faction

  • The Groups "Group -> Faction"
  • The Characters FactionAffiliationComponent

This means that if we want to change a group to a different faction. You must make a local copy of the group and all the characters. (Use the inhert option) and then make the above changes in the two properties.

Clone this wiki locally