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

Shoobs

Colonel
40 Badges
Sep 12, 2007
816
94
  • Crusader Kings II: Legacy of Rome
  • Pillars of Eternity
  • Warlock: Master of the Arcane
  • Sword of the Stars II
  • Sword of the Stars
  • Rome Gold
  • Europa Universalis: Rome
  • Europa Universalis IV: Res Publica
  • Europa Universalis III Complete
  • Majesty 2
  • Heir to the Throne
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Crusader Kings II
  • Divine Wind
  • Europa Universalis III: Chronicles
  • Europa Universalis III
  • For The Glory
  • Crusader Kings II: Sword of Islam
  • Stellaris - Path to Destruction bundle
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Stellaris: Distant Stars
  • Stellaris: Necroids
  • Stellaris: Megacorp
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Stellaris
  • Europa Universalis IV: Common Sense
  • Mount & Blade: Warband
  • Europa Universalis IV: El Dorado
  • 500k Club
  • Rome: Vae Victis
  • Europa Universalis IV
  • Stellaris: Synthetic Dawn
Is there a way to increase the number of science vessels and or construction vessels an AI empire will use to try to make them overall more capable of exploring and expanding their borders?
 
Make a new mod from the launcher and clone \common\country_types\00_country_types.txt

Edit the following in the default = { country_type section:
Code:
ship_data = {
            constructor = {
                min = 3
                max = 3
            }

            science    = {
                min = 3
                max = 3
            }

            colonizer = {
                min = 1
                max = 1
            }
Congratulations, you have just made your first mod.
 
I've made and modified mods in the past. But thank you. I was at a complete loss as to Where this file was located.
This didn't cause the behavior I was hoping for, which is more early game exploration fleets.. hm.
 
Last edited: