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

kgnmul

Recruit
26 Badges
May 6, 2021
2
0
  • Steel Division: Normandy 44
  • Hearts of Iron IV: No Step Back
  • Hearts of Iron IV: By Blood Alone
  • Stellaris: Federations
  • Hearts of Iron IV: La Resistance
  • Stellaris: Ancient Relics
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Megacorp
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Art of War
Description
Hyperlink registrars can be built before researching the technology

Game Version
DICK 3.0.2

What version do you use?
Paradox Launcher

What expansions do you have installed?
Synthetic Dawn, Utopia, Leviathans Story Pack, Apocalypse, Ancient Relics

Do you have mods enabled?
No

Please explain your issue is in as much detail as possible.
I've been building hyperlane registrars for decades now and suddenly the technology to research to construct them has appeared in my research options (year 2259). I do not remember researching it before.

Steps to reproduce the issue.
Unknown, I'm playing as a custom species if that matters.

Upload Attachment
File(s) attached
 

Attachments

  • 16202692031633448113976585508008.jpg
    16202692031633448113976585508008.jpg
    2,3 MB · Views: 0
  • 16202692151284262173757903120762.jpg
    16202692151284262173757903120762.jpg
    2 MB · Views: 0
Yes, in the code you need hyperdrive 2 to unlock the building, but it is specified to show up in Interstellar Economics tech.

Code:
warp_fluctuator = {
    icon = "GFX_spaceport_module_atmospheric_manipulator"
    construction_days = 180

    potential = {
        exists = owner
        owner = {
            has_technology = tech_hyper_drive_2
            is_gestalt = no
        }
    }

    possible = {
        custom_tooltip = {
            fail_text = "requires_starport"
            has_starbase_size >= starbase_starport
        }
    }

    resources = {
        category = starbase_buildings
        cost = {
            alloys = 100
        }

        upkeep = {
            energy = 2
        }
    }

    station_modifier = {
        starbase_trade_collection_range_add = 1
    }

    show_in_tech = "tech_interstellar_economics"

    ai_build_at_chokepoint = yes
    ai_build_outside_chokepoint = no
    ai_weight = {
        weight = 10
    }
}
 
  • 1
Reactions: