Victoria 3

Victoria 3

Foreign Investment and Dividend
Mañana 18 Aug, 2023 @ 11:45pm
Compatibility with Essential UI
Would it be possible to add compatibility to this mod (https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3019598652)? It kinda works when in grid mode, though actions like building new industry are no available.
< >
Showing 1-3 of 3 comments
Mañana 21 Aug, 2023 @ 6:53am 
Nevermind, I fixed it for the grid view.
Milly 26 Aug, 2023 @ 10:50pm 
Originally posted by Mañana:
Nevermind, I fixed it for the grid view.

How did you fix it for grid view?
Mañana 29 Aug, 2023 @ 7:02am 
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.
Last edited by Mañana; 29 Aug, 2023 @ 7:14am
< >
Showing 1-3 of 3 comments
Per page: 1530 50