A) This forum is not for questions, use the Workshop for these. I'll move this there.
B) The search function *is* your friend, do use it. If nobody couldn't be bothered to find the answer to one's problems by himself/herself, we'd be still playing vanilla RTW...
C) You can always give the government bulildings a huge public order bonus. Go to data/export_descr_buildings.txt, go to the tree called "core" and in each of its five levels add the bold part:
Example:
Code:
capability
{
recruit "carthaginian peasant" 0 requires factions { spain, }
recruit "barb peasant briton" 0 requires factions { britons, }
recruit "barb peasant dacian" 0 requires factions { dacia, }
recruit "barb peasant gaul" 0 requires factions { gauls, }
recruit "barb peasant german" 0 requires factions { germans, }
recruit "barb peasant scythian" 0 requires factions { scythia, }
recruit "carthaginian peasant" 0 requires factions { carthaginian, }
recruit "east peasant" 0 requires factions { eastern, }
recruit "egyptian peasant" 0 requires factions { egyptian, }
recruit "greek peasant" 0 requires factions { greek, }
recruit "roman peasant" 0 requires factions { roman, }
; anti-revolt happiness bonus below (this line is a comment)
happiness_bonus bonus 10
}