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

Qilue

Captain
72 Badges
Jun 20, 2004
467
58
  • Europa Universalis IV: Third Rome
  • Cities: Skylines - Parklife
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Crusader Kings II: Jade Dragon
  • Europa Universalis IV: Cradle of Civilization
  • Age of Wonders III
  • Stellaris: Synthetic Dawn
  • Stellaris: Distant Stars
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris - Path to Destruction bundle
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Age of Wonders: Planetfall Deluxe edition
  • Stellaris: Nemesis
  • Stellaris: Necroids
  • Europa Universalis 4: Emperor
  • Stellaris: Federations
  • Age of Wonders: Planetfall - Revelations
  • Stellaris: Lithoids
  • Age of Wonders: Planetfall Season pass
  • Age of Wonders: Planetfall Premium edition
  • Stellaris
  • Age of Wonders: Planetfall
  • Stellaris: Ancient Relics
  • Europa Universalis IV: Golden Century
  • Stellaris: Megacorp
  • Shadowrun: Hong Kong
  • Shadowrun: Dragonfall
  • Shadowrun Returns
  • Europa Universalis IV: Dharma
  • Europa Universalis III
  • Pirates of Black Cove
  • Magicka
  • 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
  • Europa Universalis IV
  • Europa Universalis III: Chronicles
  • Europa Universalis IV: Res Publica
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
Is there a way to set the admin building on a starter planet to a specific tile?
This section
Code:
        random_tile = {
           limit = { has_blocker = no has_building = no num_adjacent_tiles > 3 }
           set_building = "building_capital_1"
           add_resource = {
             resource = food
             amount = 1
             replace = yes
           }
           add_resource = {
             resource = minerals
             amount = 2
           }
           random_neighboring_tile = {
             limit = { has_blocker = no has_building = no }
             set_building = "building_hydroponics_farm_1"
             add_resource = {
               resource = food
               amount = 2
               replace = yes
             }
           }
           random_neighboring_tile = {
             limit = { has_blocker = no has_building = no }
             set_building = "building_power_plant_1"
             add_resource = {
               resource = energy
               amount = 2
               replace = yes
             }
           }
           random_neighboring_tile = {
             limit = { has_blocker = no has_building = no }
             set_building = "building_power_plant_1"
             add_resource = {
               resource = energy
               amount = 2
               replace = yes
             }
           }
           random_neighboring_tile = {
             limit = { has_blocker = no has_building = no }
             set_building = "building_mining_network_1"
             add_resource = {
               resource = minerals
               amount = 2
               replace = yes
             }
           }
         }

For example, suppose it was a size 25 planet and I wanted the admin building to always placed in the centre tile? (the 'x')
ooooo
ooooo
ooxoo
ooooo
ooooo