• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Comontorios

Conscript
6 Badges
Aug 8, 2011
227
0
  • Europa Universalis III Complete
  • Magicka
  • Rome Gold
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • 500k Club
What's the modifier for increasing a country's forcelimit? I have tried forcelimit and forcelimit_modifier and they don't work.
 
You can use land_forcelimit = +10 or land_forcelimit =-10, which means 10 units. land_forcelimit_modifier is % of total limit. Both work as static or event modifier.
If you want it to work with naval forcelimit replace land with naval.
 
If you ever want to double-check whether a command exists for the game, open up romegame.exe in a text editor and use the program's search function to find it (the ones you want will almost invariably be in lower case). Some of the things are misleading, but it can help if you can't quite remember something.
 
If you ever want to double-check whether a command exists for the game, open up romegame.exe in a text editor and use the program's search function to find it (the ones you want will almost invariably be in lower case). Some of the things are misleading, but it can help if you can't quite remember something.

Thanks, I'll try that.