My first button is Party and it builds 4 units. My second button is Squad and it builds 8.
I seem to have found a post on another EWOM forum that says to edit a certain file:
To add in single units again, go to your installation folder and open data/English/CoreUnitGroupingTypes.xml.
Replace
<UnitGroupingType InternalName="UnitGroupingType_Single"> <DisplayName>Individual</DisplayName> <TroopCount>1</TroopCount>
<BaseTurnsToTrain>3</BaseTurnsToTrain> <WageMultiplier>1.0</WageMultiplier> <IconFile>Individual.png</IconFile> <Prereq> <Type>Tech</Type> <Target>Player</Target> <Attribute>invalid</Attribute> <Value>0</Value> </Prereq> <PewterStandModel>Gfx//HKB//Stands//Stand_Circle_01.hkb</PewterStandModel> </UnitGroupingType>
with
<UnitGroupingType InternalName="UnitGroupingType_Single"> <DisplayName>Individual</DisplayName> <TroopCount>1</TroopCount>
<BaseTurnsToTrain>3</BaseTurnsToTrain> <WageMultiplier>1.0</WageMultiplier> <IconFile>Individual.png</IconFile> <PewterStandModel>Gfx//HKB//Stands//Stand_Circle_01.hkb</PewterStandModel> </UnitGroupingType>
Then restart E:wom and start a new game
PS. They were removed on purpose, it is not a bug that you can't build singular units.
Is this a valid fix? If so i wonder why it hasnt been stickied or something? Is anyone else having this problem or is it
by desgin as Heavanfall says? if it is why have an icon for a single individual and call it Party, if that was on purpose it doesnt seem logicall...