Hi, I really dont understand the decrease in this limit, since this is not an very usefull unless you have several angles covered. Anyway, I would like to configure back the limit to 4 for Multi Turret on hovers, how can I do that ? I understand I need to change the BlocksConfig.ecf , but what ?
Is this in vanilla or in a scenario ? In all cases what you are looking for is just the " MaxCount: " expression in BlocksConfig.ecf (also check if there's a " ForceMaxCount: " ). The original block you are looking for is the TurretGVTool, but it has no limiting parameter in the BlocksConfig.ecf. , so you will have to add " MaxCount: 4 ". This will only work if you have enabled "Block limit for certain devices" in the game's difficulty options (when starting a new game). If you want the limit to also apply even when the difficulty setting allows unlimited devices, then also add the " ForceMaxCount: true " line below "MaxCount: 4".