Changing proportion of allies?
Posted: Sat Feb 13, 2021 9:45 am
Is there a way to change the proportion of allies in the army's FP (from the 25% in the base game)?
If yes, how?
If yes, how?
Code: Select all
allyPoints = points / 4;Thanks, Richard!rbodleyscott wrote: ↑Sat Feb 13, 2021 10:35 am There are two lines in ArmyListTools.bsf which say
InCode: Select all
allyPoints = points / 4;
ReadArmyListWithAllies()
and
ReadArmyListWithAlliesForCustomBattlePreview()
Changing those two lines should do it. Obviously they both need to be the same.
As always, don't do this in your main build or you will bork MP.