Stellaris

Stellaris

268 ratings
Size 25 Homeworlds
3
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
1.676 KB
Sep 22, 2017 @ 8:26am
Dec 16, 2021 @ 2:48pm
32 Change Notes ( view )

Subscribe to download
Size 25 Homeworlds

Description
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 Comments
G0ldheart Sep 15, 2023 @ 2:41pm 
An update for 3.9 would be nice
华夏城主 Apr 14, 2022 @ 10:44pm 
update please
pat2811  [author] Dec 16, 2021 @ 2:59pm 
Your suggestion has finally been included into the mod. Now planets are never reduced in size.
kwizzlehazzizle Dec 6, 2021 @ 12:54pm 
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 Nov 23, 2021 @ 10:23am 
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 May 4, 2021 @ 2:29pm 
If it works on 3.0 have you considered updating the mod picture? :D
pat2811  [author] Apr 21, 2021 @ 12:35pm 
you're welcome
Flinck93 Apr 21, 2021 @ 12:24pm 
Thank you pat! It worked perfectly :)
pat2811  [author] Apr 21, 2021 @ 9:51am 
@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 Apr 20, 2021 @ 6:05pm 
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.