Victoria 3

Victoria 3

Foreign Investment and Dividend
Mañana 2023 年 8 月 18 日 下午 11:45
Compatibility with Essential UI
Would it be possible to add compatibility to this mod (https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3019598652)? It kinda works when in grid mode, though actions like building new industry are no available.
< >
正在显示第 1 - 3 条,共 3 条留言
Mañana 2023 年 8 月 21 日 上午 6:53 
Nevermind, I fixed it for the grid view.
Milly 2023 年 8 月 26 日 下午 10:50 
引用自 Mañana
Nevermind, I fixed it for the grid view.

How did you fix it for grid view?
Mañana 2023 年 8 月 29 日 上午 7:02 
FI&D and EUI only conflict with each other in one file (states_panel_buildings.gui). You basically want to create a new mod with the EUI's version of that file and uncomment these two lines of code:
####visible = "[State.GetCountry.IsLocalPlayer]" ####enabled = "[GreaterThan_int32(StatesPanel.AccessState.GetNumConstructableUrbanBuildings,'(int32)0')]"

The tree of your mod should in the end look like this:
    Name of your mod
    • .metadata
      • metadata.json
    • gui
      • states_panel_buildings.gui

and metadata.json something like:
{ "name" : "Essential UI + Foreign Investments & Dividends", "id" : "", "version" : "1.0", "supported_game_version" : "1.3.6", "short_description" : "Title is self explenatory", "tags" : ["Utilities","Economy And Buildings","Graphics"], "relationships" : [], "game_custom_data" : { "multiplayer_synchronized" : true } }

If you don't know where you can find your downloaded mods from the workshop or where to put your own mods, just google it.
最后由 Mañana 编辑于; 2023 年 8 月 29 日 上午 7:14
< >
正在显示第 1 - 3 条,共 3 条留言
每页显示数: 1530 50