Does anyone know if there is a convar command or plugin that will allow you to increase turret limit per player from Vanilla?
Thanks
Turret Limits
Try adding this to startup
+ sentry.interferenceradius 0
+sentry.maxinterference 24
pookins is correct. You can set it up in start up (server.cfg), but you only have to set the "sentry.interferenceradius" from 40 to 0
It won't always save through Console using write.cfg, so it's better to just open it up on your server and it will take effect when you restart your server. Until then, you can type it into F1 Console sentry.interferenceradius 0 and it will stay there until your server has it's next restart.
Do you guys know if it can be done using the oxide hook on Loaded versus adding to config?