CCIP-subsim
Posts: 695
Joined: 11/10/2015 Status: offline
|
Yes, you have to renumber any additional formations. In factions.xml, just paste the formations from the factions you want, and renumber them sequentially like this: quote:
<string name="formation592" value="305,1969,5,1978,12,5" /> <string name="formation593" value="306,1973,6,1979,12,100" /> <string name="formation594" value="307,1980,1,1991,12,100" /> <string name="formation595" value="308,1970,1,1978,12,100" /> <string name="formation596" value="309,1979,1,1988,12,100" /> <string name="formation597" value="310,1965,1,1978,12,100" /> <string name="formation598" value="311,1979,1,1991,12,100" /> <string name="formation599" value="327,1965,1,1979,12,100" /> <string name="formation600" value="328,1980,1,1984,12,30" /> <string name="formation601" value="314,1972,1,1978,12,100" /> <string name="formation602" value="315,1979,1,1991,12,100" /> <string name="formation603" value="316,1974,3,1978,12,100" /> <string name="formation604" value="317,1979,1,1991,12,100" /> <string name="formation605" value="318,1976,1,1978,12,100" /> <string name="formation606" value="319,1979,1,1991,12,100" /> <string name="formation607" value="320,1976,1,1978,12,100" /> <string name="formation608" value="321,1979,1,1991,12,100" /> <string name="formation609" value="322,1985,1,1991,12,100" /> <string name="formation670" value="323,1985,1,1991,12,100" /> <string name="formation671" value="260,1965,1,1968,12,100" /> <string name="formation672" value="261,1965,1,1968,12,100" /> <string name="formation673" value="262,1965,1,1968,12,100" /> <string name="formation674" value="263,1965,1,1969,12,100" /> <string name="formation675" value="264,1965,1,1969,12,100" /> <string name="formation676" value="265,1965,1,1969,12,100" /> <string name="formation677" value="263,1970,1,1973,12,30" /> Same with flights immediately after them. So, merging US, UK and FRG resulted in 677 formations and 55 flights. There are obviously some national nuances you lose by combining them, things like artillery costs, training values, and even unique casualty sprites. But on the other hand, you get all the formations to play with! The one downside, however, is the generic names of a lot of units - other than by sprite and maybe equipped weapons, you can't really tell which "Infantry HQ" is which! So, to do it as a proper mod - suppose it would require adding the nation to the name of each unit.
Attachment (1)
|