Is there a mod to disable the turret count so i can place more then 2

if someone could eather help me make the mod of find the mod for me i would forever be in your debt

As they level up, the amount increases. I have two engineers at level 6, this allows me to have 16 turrets.

If you want to mod, you need to open the file /jobs/engineer/engineer_description.json
There you change this value:

   "initial_num_siege_weapons": {
      "turret": 0,
      "trap": 0
   },

To what you want, that is for level 0 engineer.
Then you can also change these, found 3 times in the same file, for different level ranges:

               "max_num_siege_weapons": {
                  "trap": 4,
                  "turret": 2
               },
2 Likes