Stellaris

Stellaris

48 个评价
[Discontinued] Show Building Slot Capacity - UIOD
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
244.298 KB
2023 年 4 月 16 日 下午 6:59
2024 年 12 月 5 日 上午 8:19
47 项改动说明 ( 查看 )

订阅以下载
[Discontinued] Show Building Slot Capacity - UIOD

描述
Mod Discontinued

Due to me not playing Stellaris anymore, and version 4.0's significant changes, I will no longer be updating this mod.

About
This mod displays your currently-built building count on the planet view, and details where the building slots are coming from on the tooltip.

Useful for example for knowing how many city districts you are wasting after you've researched some techs or taken some traditions.

Compatibility
Not achievement compatible.

Not compatible with any other mod that changes the planet view (planet_view.gui). I have compatibility mods, use only one:

Compatible with mods:

Save game compatible.

Load Order
  1. UI Overhaul Dynamic
  2. This mod.

Localisation
Everything is localised using VANILLA strings, so it should be close, but I only speak English and it might sound weird in places.

Modder Info
The mod takes planet_view.gui and makes only two additions: some variables, and an effectButtonType named fl_planet_num_buildings. As part of my automation it does re-flow the file using this[github.com].

Notes
Source code is on GitHub[github.com].

The tooltip will not display most modifiers that are zero, but to test everything out you can select a planet then paste this in the console:
effect custom_tooltip = $fl_num_building_long_static$
46 条留言
G43 mai waifu 7 月 28 日 下午 12:05 
No shot. This mod causes crash during starting new game.
The1ManClan 7 月 19 日 下午 2:02 
Any alternatives to this mod now for 4.x?
Xantec 3 月 10 日 下午 11:07 
Great mod, thanks for making it. One note: the mod doesn't calculate the building slots unlocked by mining districts when playing the subterranean origin.
Dragsa 1 月 18 日 上午 4:49 
Great mod, that gives information the game should give us by itself! Thank you!
I just have an issue with Subterran Machines. Right now they are not counted. Would be great if this was added as well.
Peter34 2024 年 11 月 28 日 下午 9:13 
Trying Void-Dwellers again, and this mod is often off, sometimes by more than 1 Building Slot. It's also annoying that I can' know if it's safe to demolish/replace one Habitation District without losing a Building Slot or not, because this mod doesn't show the decimals.

I think a more "raw" style where the "true" numbers, including decimals, are shown, would be much more helpful when dealing with Habitats.

As well as bugfixing the part where the number of Slots the mod says I have is markedly different from the number of Slots I actually have.
Peter34 2024 年 11 月 16 日 上午 12:30 
I'm now playing the Void-Dweller Origin for the first time since the changes to Habitats, and I know that some things appear to give 0.5 Building Slot but this is not shown in the tool tip for this mod, instead the rounded down value is shown.

I think it'd be more helpful, especially to teach players new to Void-Dweller, to show the actual value in a paranthesis, i.e. as "Slots: 6 (6.5)" to indicate to the player that he's half-away to unlocking another slot.
Flying_Squid_999 2024 年 10 月 13 日 下午 12:45 
Hey, is there a possibility of making a compatch for WP's Planet View? https://psteamcommunity.yuanyoumao.com/workshop/filedetails/?id=3292195087
forbiddenlake  [作者] 2024 年 7 月 8 日 下午 6:31 
Yeah, from reading vanilla code, Procedural Space is applied to the *empire*, and in my testing the mod does account for it there. (Though I can't properly test without owning AP). Not a problem to check.
Peter34 2024 年 7 月 8 日 下午 5:56 
Looking more closely, there is some kind of +1 "Empire Modifiers" shown, and it adds up to my 3rd RW Segment having exactly the 12 Slots it needs, so I think your mod is working fine after all.

Sorry for the inconveninece.
forbiddenlake  [作者] 2024 年 7 月 8 日 上午 10:18 
Thanks, it should, I coded it in, but maybe I did it wrong. I don't own AP but I should be able to console in the modifier and test. Will do it later