Overview
Update dev console commands to raise population cap in offline skirmish
the guide
- Add launch argument -Dev to .exe
- start custom game
- open in-game console: ctrl+shift+`
- paste command: Player_SetPopCapOverride(World_GetPlayerAt(1), 150)
- press enter
- TADA!
World_GetPlayerAt(x) where x is the player position. If you want to increase pop cap for an ai ally, you need his starting position.
150 is new pop cap. Put whatever number you want.