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

Miles Invictus

Second Lieutenant
51 Badges
Aug 15, 2014
145
127
  • Europa Universalis III
  • Europa Universalis IV: Third Rome
  • Stellaris: Synthetic Dawn
  • Stellaris: Distant Stars Pre-Order
  • Imperator: Rome
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Mandate of Heaven
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Distant Stars
  • Stellaris: Leviathans Story Pack
  • Stellaris: Megacorp
  • Europa Universalis IV: Golden Century
  • Imperator: Rome Deluxe Edition
  • Imperator: Rome Sign Up
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Imperator: Rome - Magna Graecia
  • Europa Universalis 4: Emperor
  • Stellaris: Necroids
  • Stellaris: Nemesis
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Cossacks
  • Stellaris
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Mare Nostrum
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Cadet
  • Europa Universalis III: Chronicles
  • Divine Wind
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • Heir to the Throne
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Pre-order
  • Stellaris: Galaxy Edition
In the title essentially. I'm trying to mod the megastructures files to allow for multiple megastructures to be built in a single system (I like to play tall). I DON'T want unlimited megastructures, but rather just want to be able to build a Science Nexus and Sentry Array or Art Installation in my home system.

How do I mod this into place? I've tried but keep having the recurring problem of there being repeated megastructures on the same planet (causing obvious visual/clipping issues).
 
You need to replace the check in this block
custom_tooltip = {
fail_text = "requires_no_existing_megastructure"
has_no_non_gate_megastructure = yes
}
With this
custom_tooltip = {
fail_text = "requires_no_existing_megastructure"
has_any_megastructure = no
}
In every megastructure you want this to apply to.
 
What's the error if you try?