Does anyone know if this mod conflicts with the mod to increase the range to cover the entire island? I'm guessing it does, but just checking anyway, just in case.
Problem: When you use the +1 slot at the palace this mod wont work. Also if you set the number above 4 it wont work either because you cant scroll in the town hall to add more than the 3 displayed buildings even though the building has some 20 slots which are displayed in the item overview. But you cant actually use them =/. So the 4. slot is hardcoded by the game.
Setting more than 4x Slots total is impossible at the moment. Because the palace DLC changed the Itemslot-layout. I saw working more are only possible (without a visible scrollbar!) in the Docklands with the Mod "Docklands Kind of Overhaul" + change the docklands-harbourmaster-offices to 40x. Maybe a good Modcreator can watch, why docklands is using the old item layout with endless lines and can report us, how to change all other Item-Houses to the same system.
When using your code, I realize my townhall can now only equip trade union items, and cannot overlap with other trade union. Basically the game classified the townhall as trade union. Same for Arctic Lodge. Any idea why?
Yes, thanks for correction. My first post was bullshit. The orignal Mod still works. I had only confict with other Mods. I can't test the Arctic Lodge, i hope it works now.
61 comments
Mod works fine, I only added the Arctic Lodge. Copy, Paste, save it in the assets.xml:
<ModOps>
<!-- Town Hall -->
<ModOp Type="add" GUID='100415' Path="/Values/ItemContainer">
<SocketCount>4</SocketCount>
</ModOp>
<!-- Trade Union -->
<ModOp Type="add" GUID='1010516' Path="/Values/ItemContainer">
<SocketCount>4</SocketCount>
</ModOp>
<!-- Harbor Office -->
<ModOp Type="add" GUID='100586' Path="/Values/ItemContainer">
<SocketCount>4</SocketCount>
</ModOp>
<!-- Arctic Lodge -->
<ModOp Type="add" GUID='112678' Path="/Values/ItemContainer">
<SocketCount>4</SocketCount>
</ModOp>
</ModOps>
Setting more than 4x Slots total is impossible at the moment. Because the palace DLC changed the Itemslot-layout.
I saw working more are only possible (without a visible scrollbar!) in the Docklands with the Mod "Docklands Kind of Overhaul" + change the docklands-harbourmaster-offices to 40x. Maybe a good Modcreator can watch, why docklands is using the old item layout with endless lines and can report us, how to change all other Item-Houses to the same system.