Victoria 3

Victoria 3

Extended building map list
22 kommentarer
Klypto 26. maj 2023 kl. 9:23 
There seems to be an error with the visible conditional in v1.3. '

"And(And(GreaterThan_int32(Building.GetExpansionLevel, '(int32)0'), LessThan_int32(Building.GetNoOfEmployed, Building.GetEmployeeCap) ), Building.HasFailedHires)

This seems to always evaluate to true so there are overlapping UI elements which is visual annoying.

I've tried to use the GUI editor in the game to understand why the conditional doesn't work right but it makes no sense to me. It should work.
Lovis 21. mar. 2023 kl. 3:08 
1.2?
Thadom570 26. dec. 2022 kl. 23:11 
Extended building map list is included in Victoria III Improvement Collection 維多利亞三世改進系列 (V1.1.0 12/26/22). With 88 working mods. I provide you with the order list you just copy and paste, No sorting manual work needed, enjoy!
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2882898702
pawel  [ophavsmand] 25. dec. 2022 kl. 23:19 
Thanks, @Weaponized Carrot
Gnaal 25. dec. 2022 kl. 20:03 
The view of taxation capacity and infrastructure is so sorely missed in vanilla. Awesome mod, thanks!
Mēkaru 15. dec. 2022 kl. 13:24 
@pawel we are going to try and release on January 5th
pawel  [ophavsmand] 15. dec. 2022 kl. 13:22 
@Hammurabae just out of curiosity - can you let me know when this mod you wrote about will be available in the workshop? Thanks in advance!
Mēkaru 15. dec. 2022 kl. 13:13 
@pawel Thank you very much!
pawel  [ophavsmand] 15. dec. 2022 kl. 13:09 
@Hammurabae sure, no problem. As you can check on GitHub (https://github.com/jusuff/extended-building-map-list/blob/main/LICENSE) this is release into Public Domain. You may use it even without attribution. And I'm glad to hear that you want to!
Mēkaru 15. dec. 2022 kl. 13:04 
Would it be alright to use this mod for a roleplay mod pack mod with proper accreditation?
pawel  [ophavsmand] 14. dec. 2022 kl. 15:35 
New version landed.

@Karax - for Gov Adm buildings there is now Tax Capacity instead of Infrastructure

@Smiley - unfortunately I was not able to add State Traits. I couldn't find a way to add the into tooltip and adding new column for them would need to remove at least two other columns and I wouldn't want that. Maybe in future I will find a way to add traits somehow.

@ 76561197992113205 - incorporated states are now distinguished with a darker background color
ac566 14. dec. 2022 kl. 9:51 
Is there any way to distinguish incorporated vs. unincorporated? Maybe through a change in the text color?
pawel  [ophavsmand] 10. dec. 2022 kl. 8:33 
Thanks @delphiqin! This should allow to replace infrastructure column with tax capacity for Gov Admin buildings.
Delphi Qin 10. dec. 2022 kl. 8:13 
I use this little trick to distinguish building types, hope it can help you.

sort_button = {
visible = "[Not( Or( EqualTo_string( MapListBuildingPanel.GetBuildingType.GetKey, 'building_government_administration' ), Or( EqualTo_string( MapListBuildingPanel.GetBuildingType.GetKey, 'building_railway' ), EqualTo_string( MapListBuildingPanel.GetBuildingType.GetKey, 'building_port' ) ) ) )]"
// some code
}
sort_button = {
visible = "[EqualTo_string( MapListBuildingPanel.GetBuildingType.GetKey, 'building_government_administration' )]"
// some code
}
sort_button = {
visible = "[Or( EqualTo_string( MapListBuildingPanel.GetBuildingType.GetKey, 'building_railway' ), EqualTo_string( MapListBuildingPanel.GetBuildingType.GetKey, 'building_port' ) )]"
//some code
}
pawel  [ophavsmand] 10. dec. 2022 kl. 0:40 
@Smiley thanks for your feedback. I will be hard (if not impossible) to add state traits. I cannot add more columns as this list is already extremely dense. And my modding capabilities are very limited (this is my first and the only mod I've made) so I don't know if it is possible to make sidebar wider. I will try to add this info maybe to one of tooltips.

And any moddeving help is welcome.
Smiley 8. dec. 2022 kl. 3:00 
Hi, i love your mod its great!
One suggestion or question, would it be possible to add somewher the State Traits when looking where to build. Because there are bouses to Aggriculture or Iron/Coal etc so that we would know where its better to build them.
At the moment it sucks cause you just have to rember them and there is 0 indication.
Anyway keep up the good work!
pawel  [ophavsmand] 7. dec. 2022 kl. 11:40 
Hi @Karax - thanks for your feedback. I'll see if I can add that information. But this is my first mod and it may be beyond my knowledge.
Karax 6. dec. 2022 kl. 13:55 
Also minus/plus buttons instead of green row always plus could be nice fix, but not sure how easy to do (if possible at all).
Karax 6. dec. 2022 kl. 13:53 
I prefer your mod than mine ;) Thank you for it.

If you have time perhaps you could also include more ideas:
1. show Tax Capacity so it is easier to build Government administration.
2. show size of build building (some has 0, some 1, some 3 etc.) so it is easier for infrastructure calculation.(perhaps in title not in rows, is it always the same)
3. Last one would be output goods (it is in tooltip, but could in column), so for Farms or Shipards etc it is easier to see which state products what.
pawel  [ophavsmand] 5. dec. 2022 kl. 11:52 
Last update just bumps supported game version number. No changes were implemented.
Thadom570 22. nov. 2022 kl. 8:53 
I created an actively updating list of the 80+ best mods in the game right now which shouldn't be needed. With no cheaty mods, Extended building map list is included thanks! subscribed!

"Mandatory Improvement Mods. 80+ 維多利亞 3 強制改進模組"
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2882898702
Henrax le Chamalax 20. nov. 2022 kl. 2:40 
This is the best building list by far. Thank you for this great mod.