• 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.

Austregisel

Admiral of the Fleet
55 Badges
Jan 15, 2016
1.598
2.203
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Imperator: Rome - Magna Graecia
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Europa Universalis IV: Rights of Man
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Imperator: Rome Sign Up
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Common Sense
  • Age of Wonders III
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Cities: Skylines - Parklife
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Golden Century
  • Imperator: Rome Deluxe Edition
  • Imperator: Rome
  • Hearts of Iron IV: Expansion Pass
  • Crusader Kings II: Way of Life
  • Europa Universalis III: Collection
  • Cities: Skylines
  • Crusader Kings III
  • Victoria 2
  • Europa Universalis 4: Emperor
  • March of the Eagles
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV
  • Crusader Kings II: Charlemagne
  • Crusader Kings II
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Republic
  • Darkest Hour
  • Europa Universalis III
  • Divine Wind
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • For The Glory
  • Heir to the Throne
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Victoria 2: Heart of Darkness
(If it is not the place for such a question, please then redirect to the right place)

I'm making some changes in some mods to make it more realistic because I've seen many errors and discrepancies, I have not figured out how to change the monthly cost of the troops, just the cost of recruiting, where would I be? and in "Goods" I did not find where to diminish the manpower that it gains from the production of grains and fish, where would it be too?
 
In the vanilla game, in goods.txt at the very top:
Code:
#Goods
...
#land_support = yes/no   If yes, increases land support limit (default is no if not specified).
#naval_support = yes/no  If yes, increases naval support limit (default is no if not specified)...

and in grain you find the line land_support yes:

Code:
grain = {
   base_price = 5
   land_support = yes
 
   min_demand = 0.25
   max_demand = 1.00
 
   barrack = 0.01
   shipyard = 0.01
 
   luxury = 0.01
   weapons = 0.01
   navalequipment = 0.01
   refinery = 0.01
   goods = 0.01

   manufactory = { type = weapons income = no }
}

And the higher naval support is not for fish but for naval supplies.
 
In the vanilla game, in goods.txt at the very top:
Code:
#Goods
...
#land_support = yes/no   If yes, increases land support limit (default is no if not specified).
#naval_support = yes/no  If yes, increases naval support limit (default is no if not specified)...

and in grain you find the line land_support yes:

Code:
grain = {
   base_price = 5
   land_support = yes
 
   min_demand = 0.25
   max_demand = 1.00
 
   barrack = 0.01
   shipyard = 0.01
 
   luxury = 0.01
   weapons = 0.01
   navalequipment = 0.01
   refinery = 0.01
   goods = 0.01

   manufactory = { type = weapons income = no }
}

And the higher naval support is not for fish but for naval supplies.

But I did not see if there is any way to change how much support he gives, but that does not get in the way, otherwise the way I have is to lower provincial rates, but it's already done, thank you.
 
Monthly troop maintenance is a fixed multiplier of troop cost (not including domestic policy effects). Both of your requests probably should have been made into defines at some point but never were.
 
But I did not see if there is any way to change how much support he gives, but that does not get in the way, otherwise the way I have is to lower provincial rates, but it's already done, thank you.

While you can’t set it to an amount of your choice you can simply manually delete the line "landsupport = yes" (or set it to no) so that grain provinces give no additional support limit and the same for naval supplies. That should be much quicker than lowering the provincial manpower of every single province with grain... :rolleyes: