From f4b913e373a8a0f7cd4dcf5dfb127a10025f7b15 Mon Sep 17 00:00:00 2001 From: Grahame Date: Sun, 18 Mar 2018 14:48:35 -0400 Subject: [PATCH] Update epochconfig.hpp Add immuneIfStartInBase definition to make it more visible to server owners and devs. Set by default to false - the current default behaviour --- Server_Install_Pack/@epochhive/epochconfig.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Server_Install_Pack/@epochhive/epochconfig.hpp b/Server_Install_Pack/@epochhive/epochconfig.hpp index eaae3e0e..70b1bf94 100644 --- a/Server_Install_Pack/@epochhive/epochconfig.hpp +++ b/Server_Install_Pack/@epochhive/epochconfig.hpp @@ -63,6 +63,7 @@ forceRestartTime = 14400; // 4 hour restarts }; // vehicles - Max vehicle slots is calculated from per vehicle limits below. Warning! Higher the number lower the performance. + immuneIfStartInBase = "false"; // Protect vehicles from damage in bases until first unlocked after restart ReservedVehSlots = 50; // Reserved Vehicle Slots (only needed, if you manually spawn in additional Vehicles - AdminTool / Blackmarket...) disableAutoRefuel = "true"; // Removes auto refuel from all buildings at server startup. VehLockMessages = "true"; // Give players a hint, that the Vehicle is locked / unlocked