Stellaris

Stellaris

DD All unique System Spawns
Showing 1-9 of 9 entries
Update: 2 Jul @ 12:58pm

Surprisingly few new unique systems added in the last 4 or 5 DLCs, but they did add new inline script calls for habitable worlds, so that's neat.
Code may not be backwards compatible with 3.11 or older, I don't know.

Update: 15 Mar, 2024 @ 8:17pm

Updated to include the update for Shallash.
It's shorter than my fix, and also keeps it from spawning inside the FE's borders, so I swapped to their code.
The NAND call is weird, considering the actual limitations in spawns, but W/E.... including it in the NOT would have worked the same as far as I understand.

Update: 27 Feb, 2024 @ 7:04am

Updated for new systems in 3.11
Allowed for behavior editing on recently exclusive systems (0 = mutually exclusive, 1 = force spawn)
Changed organization for future sanity.

Update: 12 Oct, 2023 @ 9:44pm

Rather than have 1 file with all the changes that is hell to sort through, each vanilla file is given its own mod file for ease of reference and updating in the future.

On the off chance that new systems were added for 3.9, they have been added to the mod as well.

Update: 4 Aug, 2023 @ 1:03pm

Ideally fix a possible issue I did with the upload last time I tried updating. Also separated the overlord overwrites so it can be edited to allow for them to be on for MP with an imperial fiefdom. I guess?

Update: 24 Jul, 2023 @ 6:55pm

Ok, so changing spawn chance wasn't enough, I completely removed every thing other than 'base = 0' from the usage odds to double down.
Update: This appears to have worked. Also it's useful to actually check through all the relevant code so you know how many systems you're expecting. Chosen's cluster has 5 uniquely named, semi-rich systems (4 connected) plus 4 more random systems thrown into the mix.

Update: 24 Jul, 2023 @ 6:41pm

Added overwrites for broken spawn of Overlord systems. Technically I just set spawn chance to 0 and removed all the country data from each, and I'll test that this doesn't break things in a new way.

Update: 9 Jul, 2023 @ 12:20pm

Update: 9 Jul, 2023 @ 12:17pm