Changing proportion of allies?

Post Reply
kronenblatt
General - Carrier
General - Carrier
Posts: 4691
Joined: Mon Jun 03, 2019 4:17 pm
Location: Stockholm, SWEDEN

Changing proportion of allies?

Post by kronenblatt »

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?
kronenblatt's campaign and tournament thread hub:

https://www.slitherine.com/forum/viewtopic.php?t=108643
rbodleyscott
Field of Glory 2
Field of Glory 2
Posts: 28323
Joined: Sun Dec 04, 2005 6:25 pm

Re: Changing proportion of allies?

Post by rbodleyscott »

There are two lines in ArmyListTools.bsf which say

Code: Select all

allyPoints = points / 4;
In

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.
Richard Bodley Scott

Image
kronenblatt
General - Carrier
General - Carrier
Posts: 4691
Joined: Mon Jun 03, 2019 4:17 pm
Location: Stockholm, SWEDEN

Re: Changing proportion of allies?

Post by kronenblatt »

rbodleyscott wrote: Sat Feb 13, 2021 10:35 am There are two lines in ArmyListTools.bsf which say

Code: Select all

allyPoints = points / 4;
In

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.
Thanks, Richard!
kronenblatt's campaign and tournament thread hub:

https://www.slitherine.com/forum/viewtopic.php?t=108643
Post Reply

Return to “Field of Glory II: Modding”