Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The first reason is ,it is not only a define change, it related to divide the building area to X * Y, and the position count here is not support exact float number by official GUI implement, so you will see the building icon is not exact alignment to each other, which may cause a not so good looking.
The second reason is, you can see each building slot have a land background for it, so when you want to implement something like 16 slots (8*2), you need to re-do all of the background piece to let them fit the same area as 6*2 before (so each piece have 3/4 width and the same height compare with original one). Official Stellaris have 24 inhabitable planet types so you need to do the action 24 times (and each of the type have 8 land background piece) and join them together to an new image; if you want to support more (like New Frontiers planet types) then you need to do the action more and more times.
Thank you for your hard work on this, WP's mod is beautiful and this really helps it so much. Others have asked for it, and I was wondering if you've chosen to try and make a version of this which supports 16 building slots instead of 24?
If not... is there any way you would recommend going about trying to edit a portion of the mod to allow for this?
Do you create a new game to test? all building slot mod need a new game for it to work.
You can play with this mod but keep the 20 slots define.
Just the last four ones will never open for build.
As you said, to make more and more compatibility patch is not a very good idea :P
So it may be, but not currently, it may not a good idea to wait (it from my side) :D
48 building slots version
https://steamcommunity.com/sharedfiles/filedetails/?id=3345446271
As my known it is not possible to do it by scroll solution, which need change a lot of UI to make it not look so beautiful anymore, the reason I already wrote in the discussion
Another way is scale down the building slot more, the original mod is 6x2, 24 slots is 8x3, so we may do it as 12x4 which is 48 slots.
It will look like this
https://i.imgur.com/KlwRgR2.png
or this which in vertical way
https://i.imgur.com/zYAlKvp.png
or this which remove the green box to notice you it is press-able, but looks better
https://i.imgur.com/NrhlpiW.png
I think the building icon is become too small and not so easy to use, but if you think it is acceptable, I can also provide this version (anyway, as the screenshot show, without change building slot background, I think four buildings in same slot background not looking so bad)
i love the ui but it feels lacking to have less than 40 slots for my mega modded runs
WP's design have a good fallback preparation so I think modded planet will still work normally, just lack beautiful picture for them, so this should be just a beautify action.
I am also still working on add New Frontier and Planetary Station support (but slowly), WP's design is doing very well so I think it should be not too hard to add more patch for it, just....
to add more patch for it I am wondering the Load Order List will be very horrible :D
With some (code) magic now this mod use less file size (75MB->10MB) but support WP's New Worlds now!!
As WP's New Worlds have so many planet type so if you meet some issue feel free to let me know.
Just a cosmetic bug, all feature will work fine.
No, this mod just let it can have fixed value up to 24 slots.
I will add the tech reason to a discussion to let someone interest about this to know the situation, maybe someone in the future have better idea to do this and can avoid some unnecessary test steps.