Not sure if this is a place to post it but:
I was playing as Japan with RED Xtreme enabled, and encountered an Issue where only 2 Infantry units would show: I fixed it by manually setting the count to 40 in xtrem.sql.
UPDATE ArtDefine_UnitInfoMemberInfos SET NumMembers = 40 WHERE UnitInfoType LIKE 'ART_DEF_UNIT_INFANTRY%';
I'm not sure if the issue is apparent in the normal RED modpack.
Not sure if this is a place to post it but:
I was playing as Japan with RED Xtreme enabled, and encountered an Issue where only 2 Infantry units would show: I fixed it by manually setting the count to 40 in xtrem.sql.
UPDATE ArtDefine_UnitInfoMemberInfos SET NumMembers = 40 WHERE UnitInfoType LIKE 'ART_DEF_UNIT_INFANTRY%';I'm not sure if the issue is apparent in the normal RED modpack.