StellarisCommands.com

Gateway Reactivated

The "Gateway Reactivated" event in Stellaris — flavor, choices, and how to trigger it with the event console command.

Gateway Reactivated

Gateway Reactivated event picture
Country eventDLC: Apocalypse

Our scientists have successfully restored power to the ancient Gateway in the … system! Despite its age, the device has formed a stable subspace conduit that is fully traversable. The probes we sent through have confirmed that our activation of this Gateway has restored power to a second, identical device. For now, these two linked Gateways are the only ones that are accessible to us, but more inert devices can likely be found elsewhere. In the future, we may even be able to construct entirely new Gateways in systems of our choosing!

The command below will trigger the "Gateway Reactivated" event in Stellaris:

Player choices

When this event fires, you can choose between these 3 options:

  • Excellent.
  • Interesting.
    Available only if Requires technology: Gateway Activation.
  • Something might come through at any time!
    Available only if Must not have technology: Gateway Activation.

Firing conditions

Show raw conditions
NOR = {
  has_country_flag = gateway_reactivated
  has_country_flag = gateway_built
}
NAND = {
  has_origin = origin_galactic_doorstep
  NOT = { has_technology = tech_gateway_construction }
  NOT = { has_tech_option = tech_gateway_construction }
  fromfromfrom = { has_megastructure_flag = doorstep_gateway@root }
}