forbiddenlake

stellaris

Game updates frequently break mods, and mod updates often break your saved multiplayer games because players don't reliably get them at the same time. Here is how to use Irony Mod Manager to create a stable, unchanging mod pack. You can combine it with the Steam beta menu to have an unchanging checksum that will always work with the version of the game it was made for.

Read more...

Requirements

Cybrxkhan's Assortment of Namelists for Stellaris

DESCRIPTION

The Primes are a xenophobic, aggressively expansionist alien species originating in the Dyson Alpha system. ... The race is extremely xenophobic, to the point that individual immotiles view the very existence of other independent life forms as a threat to their continued existence. ... This xenophobia is so extreme that the Prime exterminated all mobile life on their home world, lest it ever become a threat, and upon gaining nuclear technology immediately and unhesitatingly used it against each other, stopping only when the damage to their world became so extreme that it threatened the survival of the remaining immotiles. Upon contact with humans, the immotile collective known as MorningLightMountain immediately deployed wormhole technology to eliminate every other immotile, leaving it and its offspring as the only representative of its race on the homeworld. It then proceeded to immediately turn all its forces against humanity, as the very possibility of not destroying them was beyond its comprehension.

Read more...

See on: Steam Workshop.

Show Building Slot Capacity

Shows the used & open number of building slots on a colony, and where they came from.

Steam

Screenshot

Versions available for UIOD, Bigger Planet View, and Planetary Diversity.

Read more...

See planet size of targeted planet

trigger planet_size = trigger:planet_size

Find the biggest barren planet within your borders

Useful to decide what to use Azaryn's power on. If you want to find more, change the number in position = 0.

effect ordered_planet_within_border = { limit = { planet_size > 25 is_planet_class = pc_barren NOT = { has_modifier = "terraforming_candidate" } } position = 0 order_by = trigger:planet_size inverse = no set_variable = { which = Size_Of_Planet value = trigger:planet_size } custom_tooltip = "[This.GetName] is an Azaryn candidate, in system [This.System.GetName]" } }

Find hidden presapients in your empire

You may see the notification for Unspent Trait Points but be unable to find the species on your empire screen, nor on your species screen, nor on any of your colonies. This is because presapients on planets within your borders spawn the notification even if you do not have the body colonized, and they can even spawn on barren planets which hides the Population tab entirely.

Use this to find them (it is two lines – just paste in to the console):

effect space_owner = { every_planet_within_border = { limit = { is_colony = no } every_owned_species = { limit = { is_archetype = PRESAPIENT } custom_tooltip = "in system [Prev.System.GetName]
" } } }
Read more...