Stellaris

Stellaris

268 Bewertungen
Size 25 Homeworlds
3
2
   
Preis verleihen
Favorisieren
Favorisiert
Entfernen
Dateigröße
Veröffentlicht
Aktualisiert
1.676 KB
22. Sep. 2017 um 8:26
16. Dez. 2021 um 14:48
32 Änderungshinweise (anzeigen)

Abonnieren zum Herunterladen
Size 25 Homeworlds

Beschreibung
This is the 25 Tile Homeworlds mod created by VirtualStranger updated for 3.2 since he has deleted his mod.

This mod changes all homeworlds to have size 25, including:
- default empires, except those with an "arificial" (megastructure) homeworld
- primitive civilizations, except those with an "arificial" (megastructure) homeworld
- pre-scripted systems Sol and Deneb
Due to this the homeworlds will no longer be inferior to the larger colonies.

Homeworlds larger than size 25 (e.g. with Life Seeded or Ocean Pardise) are untouched.

This mod will only affect galaxy generation. Therefore it will not have any effect if used on an old save.

Compatibility:

No vanilla files are overwritten, therefore the mod should not have any compatibility issues.
This mod now includes compatibility with Real Space, but does not require it.



There is also a version only changing FTL Empire homeworlds. It can be found here


Reporting Issues:

If you have an problem with the mod, please provide me with information about planet class, origin and mods relevant to those.
110 Kommentare
G0ldheart 15. Sep. 2023 um 14:41 
An update for 3.9 would be nice
华夏城主 14. Apr. 2022 um 22:44 
update please
pat2811  [Autor] 16. Dez. 2021 um 14:59 
Your suggestion has finally been included into the mod. Now planets are never reduced in size.
kwizzlehazzizle 6. Dez. 2021 um 12:54 
Fix for Ocean Paradise worlds getting downgraded to size 25:

Add planet_size <25 to the 2 places where it checks as shown below.
Do this for event.2 and event.3


random_owned_planet = {
limit = {
AND = {
is_capital = yes
is_artificial = no
planet_size < 25
}
Entissus 23. Nov. 2021 um 10:23 
Just a heads-ups that the mod does work for 3.2.* *but* any faction using the new Ocean Paradise origin (size 30 homeworld) doesn't get the extra 5 size and it is instead kept at 25
Brutaali Perkele 4. Mai 2021 um 14:29 
If it works on 3.0 have you considered updating the mod picture? :D
pat2811  [Autor] 21. Apr. 2021 um 12:35 
you're welcome
Flinck93 21. Apr. 2021 um 12:24 
Thank you pat! It worked perfectly :)
pat2811  [Autor] 21. Apr. 2021 um 9:51 
@Flinck93: It is definitely possible. The following code should assign size 18 to all non-capital worlds smaller than 18:

every_galaxy_planet = {
limit = {
AND = {
is_capital = no
planet_size < 18
}
}
set_planet_size = 18
}

if that is what you are looking for, just add it to the "immediate" block of the first event.
Flinck93 20. Apr. 2021 um 18:05 
Does anyone know if it is possible to make changes to this mod so that it applies to all other planets in the galaxy as well? The game would feel a lot more balanced if all colonizable planets were at least size 18.