From fc9b01e91cf4d8b6a62843df9758ca9f93af4283 Mon Sep 17 00:00:00 2001 From: icomrade Date: Wed, 28 Dec 2016 13:08:21 -0500 Subject: [PATCH] Add HiveExt.ini config variable MaintenanceObjects see bc67e02a223d0d2b9e9688cb5a2ce047edb60e1d for hiveExt changes --- .../Config-Examples/instance_11_Chernarus/HiveExt.ini | 7 +++++++ Server Files/Config-Examples/instance_12_duala/HiveExt.ini | 7 +++++++ Server Files/Config-Examples/instance_13_tavi/HiveExt.ini | 7 +++++++ .../Config-Examples/instance_15_namalsk/HiveExt.ini | 7 +++++++ .../Config-Examples/instance_16_panthera/HiveExt.ini | 7 +++++++ .../Config-Examples/instance_18_sahrani/HiveExt.ini | 7 +++++++ Server Files/Config-Examples/instance_19_poda/HiveExt.ini | 7 +++++++ .../Config-Examples/instance_1_takistan/HiveExt.ini | 7 +++++++ .../Config-Examples/instance_20_fapovo/HiveExt.ini | 7 +++++++ .../Config-Examples/instance_21_caribou/HiveExt.ini | 7 +++++++ .../Config-Examples/instance_22_SMDsahrani/HiveExt.ini | 7 +++++++ Server Files/Config-Examples/instance_24_Napf/HiveExt.ini | 7 +++++++ .../Config-Examples/instance_25_sauerland/HiveExt.ini | 7 +++++++ Server Files/Config-Examples/instance_2_utes/HiveExt.ini | 7 +++++++ .../Config-Examples/instance_3_shapur_baf/HiveExt.ini | 7 +++++++ .../Config-Examples/instance_4_zargabad/HiveExt.ini | 7 +++++++ Server Files/Config-Examples/instance_6_Dingor/HiveExt.ini | 7 +++++++ Server Files/Config-Examples/instance_7_Lingor/HiveExt.ini | 7 +++++++ .../instance_8_ProvingGrounds_PMC/HiveExt.ini | 7 +++++++ 19 files changed, 133 insertions(+) diff --git a/Server Files/Config-Examples/instance_11_Chernarus/HiveExt.ini b/Server Files/Config-Examples/instance_11_Chernarus/HiveExt.ini index ccb011fc7..2d225a175 100644 --- a/Server Files/Config-Examples/instance_11_Chernarus/HiveExt.ini +++ b/Server Files/Config-Examples/instance_11_Chernarus/HiveExt.ini @@ -65,6 +65,13 @@ Password = 123456 ;You can find that file under the SQF directory for your server version ;ResetOOBVehicles = false +;A string of comma separated object class names that are to be cleaned up, after the CleanupPlacedAfterDays period, regardless of inventory +;This variable was implemented to compensate for door/plot management storing information in the inventory field +;custom buildables which use the inventory field should be added to this variable +;If you wish to cleaup locked storage objects, instead of letting them zero out, you can add them to the variable +;Do not use double quotation marks, only use single quotation marks ['] +;MaintenanceObjects = 'Land_DZE_GarageWoodDoorLocked','Land_DZE_LargeWoodDoorLocked','Land_DZE_WoodDoorLocked','CinderWallDoorLocked_DZ','CinderWallDoorSmallLocked_DZ','Plastic_Pole_EP1_DZ' + ;If using OFFICIAL hive, the settings in this section have no effect, it will manage objects on its own [ObjectDB] ;Setting this to true separates the Object fetches from the Character fetches diff --git a/Server Files/Config-Examples/instance_12_duala/HiveExt.ini b/Server Files/Config-Examples/instance_12_duala/HiveExt.ini index 151cc72a9..2817ba05a 100644 --- a/Server Files/Config-Examples/instance_12_duala/HiveExt.ini +++ b/Server Files/Config-Examples/instance_12_duala/HiveExt.ini @@ -64,6 +64,13 @@ Password = 123456 ;You can find that file under the SQF directory for your server version ;ResetOOBVehicles = false +;A string of comma separated object class names that are to be cleaned up, after the CleanupPlacedAfterDays period, regardless of inventory +;This variable was implemented to compensate for door/plot management storing information in the inventory field +;custom buildables which use the inventory field should be added to this variable +;If you wish to cleaup locked storage objects, instead of letting them zero out, you can add them to the variable +;Do not use double quotation marks, only use single quotation marks ['] +;MaintenanceObjects = 'Land_DZE_GarageWoodDoorLocked','Land_DZE_LargeWoodDoorLocked','Land_DZE_WoodDoorLocked','CinderWallDoorLocked_DZ','CinderWallDoorSmallLocked_DZ','Plastic_Pole_EP1_DZ' + ;If using OFFICIAL hive, the settings in this section have no effect, it will manage objects on its own [ObjectDB] ;Setting this to true separates the Object fetches from the Character fetches diff --git a/Server Files/Config-Examples/instance_13_tavi/HiveExt.ini b/Server Files/Config-Examples/instance_13_tavi/HiveExt.ini index 31035abde..ccf89d289 100644 --- a/Server Files/Config-Examples/instance_13_tavi/HiveExt.ini +++ b/Server Files/Config-Examples/instance_13_tavi/HiveExt.ini @@ -64,6 +64,13 @@ Password = 123456 ;You can find that file under the SQF directory for your server version ;ResetOOBVehicles = false +;A string of comma separated object class names that are to be cleaned up, after the CleanupPlacedAfterDays period, regardless of inventory +;This variable was implemented to compensate for door/plot management storing information in the inventory field +;custom buildables which use the inventory field should be added to this variable +;If you wish to cleaup locked storage objects, instead of letting them zero out, you can add them to the variable +;Do not use double quotation marks, only use single quotation marks ['] +;MaintenanceObjects = 'Land_DZE_GarageWoodDoorLocked','Land_DZE_LargeWoodDoorLocked','Land_DZE_WoodDoorLocked','CinderWallDoorLocked_DZ','CinderWallDoorSmallLocked_DZ','Plastic_Pole_EP1_DZ' + ;If using OFFICIAL hive, the settings in this section have no effect, it will manage objects on its own [ObjectDB] ;Setting this to true separates the Object fetches from the Character fetches diff --git a/Server Files/Config-Examples/instance_15_namalsk/HiveExt.ini b/Server Files/Config-Examples/instance_15_namalsk/HiveExt.ini index 31035abde..ccf89d289 100644 --- a/Server Files/Config-Examples/instance_15_namalsk/HiveExt.ini +++ b/Server Files/Config-Examples/instance_15_namalsk/HiveExt.ini @@ -64,6 +64,13 @@ Password = 123456 ;You can find that file under the SQF directory for your server version ;ResetOOBVehicles = false +;A string of comma separated object class names that are to be cleaned up, after the CleanupPlacedAfterDays period, regardless of inventory +;This variable was implemented to compensate for door/plot management storing information in the inventory field +;custom buildables which use the inventory field should be added to this variable +;If you wish to cleaup locked storage objects, instead of letting them zero out, you can add them to the variable +;Do not use double quotation marks, only use single quotation marks ['] +;MaintenanceObjects = 'Land_DZE_GarageWoodDoorLocked','Land_DZE_LargeWoodDoorLocked','Land_DZE_WoodDoorLocked','CinderWallDoorLocked_DZ','CinderWallDoorSmallLocked_DZ','Plastic_Pole_EP1_DZ' + ;If using OFFICIAL hive, the settings in this section have no effect, it will manage objects on its own [ObjectDB] ;Setting this to true separates the Object fetches from the Character fetches diff --git a/Server Files/Config-Examples/instance_16_panthera/HiveExt.ini b/Server Files/Config-Examples/instance_16_panthera/HiveExt.ini index 31035abde..ccf89d289 100644 --- a/Server Files/Config-Examples/instance_16_panthera/HiveExt.ini +++ b/Server Files/Config-Examples/instance_16_panthera/HiveExt.ini @@ -64,6 +64,13 @@ Password = 123456 ;You can find that file under the SQF directory for your server version ;ResetOOBVehicles = false +;A string of comma separated object class names that are to be cleaned up, after the CleanupPlacedAfterDays period, regardless of inventory +;This variable was implemented to compensate for door/plot management storing information in the inventory field +;custom buildables which use the inventory field should be added to this variable +;If you wish to cleaup locked storage objects, instead of letting them zero out, you can add them to the variable +;Do not use double quotation marks, only use single quotation marks ['] +;MaintenanceObjects = 'Land_DZE_GarageWoodDoorLocked','Land_DZE_LargeWoodDoorLocked','Land_DZE_WoodDoorLocked','CinderWallDoorLocked_DZ','CinderWallDoorSmallLocked_DZ','Plastic_Pole_EP1_DZ' + ;If using OFFICIAL hive, the settings in this section have no effect, it will manage objects on its own [ObjectDB] ;Setting this to true separates the Object fetches from the Character fetches diff --git a/Server Files/Config-Examples/instance_18_sahrani/HiveExt.ini b/Server Files/Config-Examples/instance_18_sahrani/HiveExt.ini index 31035abde..ccf89d289 100644 --- a/Server Files/Config-Examples/instance_18_sahrani/HiveExt.ini +++ b/Server Files/Config-Examples/instance_18_sahrani/HiveExt.ini @@ -64,6 +64,13 @@ Password = 123456 ;You can find that file under the SQF directory for your server version ;ResetOOBVehicles = false +;A string of comma separated object class names that are to be cleaned up, after the CleanupPlacedAfterDays period, regardless of inventory +;This variable was implemented to compensate for door/plot management storing information in the inventory field +;custom buildables which use the inventory field should be added to this variable +;If you wish to cleaup locked storage objects, instead of letting them zero out, you can add them to the variable +;Do not use double quotation marks, only use single quotation marks ['] +;MaintenanceObjects = 'Land_DZE_GarageWoodDoorLocked','Land_DZE_LargeWoodDoorLocked','Land_DZE_WoodDoorLocked','CinderWallDoorLocked_DZ','CinderWallDoorSmallLocked_DZ','Plastic_Pole_EP1_DZ' + ;If using OFFICIAL hive, the settings in this section have no effect, it will manage objects on its own [ObjectDB] ;Setting this to true separates the Object fetches from the Character fetches diff --git a/Server Files/Config-Examples/instance_19_poda/HiveExt.ini b/Server Files/Config-Examples/instance_19_poda/HiveExt.ini index 31035abde..ccf89d289 100644 --- a/Server Files/Config-Examples/instance_19_poda/HiveExt.ini +++ b/Server Files/Config-Examples/instance_19_poda/HiveExt.ini @@ -64,6 +64,13 @@ Password = 123456 ;You can find that file under the SQF directory for your server version ;ResetOOBVehicles = false +;A string of comma separated object class names that are to be cleaned up, after the CleanupPlacedAfterDays period, regardless of inventory +;This variable was implemented to compensate for door/plot management storing information in the inventory field +;custom buildables which use the inventory field should be added to this variable +;If you wish to cleaup locked storage objects, instead of letting them zero out, you can add them to the variable +;Do not use double quotation marks, only use single quotation marks ['] +;MaintenanceObjects = 'Land_DZE_GarageWoodDoorLocked','Land_DZE_LargeWoodDoorLocked','Land_DZE_WoodDoorLocked','CinderWallDoorLocked_DZ','CinderWallDoorSmallLocked_DZ','Plastic_Pole_EP1_DZ' + ;If using OFFICIAL hive, the settings in this section have no effect, it will manage objects on its own [ObjectDB] ;Setting this to true separates the Object fetches from the Character fetches diff --git a/Server Files/Config-Examples/instance_1_takistan/HiveExt.ini b/Server Files/Config-Examples/instance_1_takistan/HiveExt.ini index 151cc72a9..2817ba05a 100644 --- a/Server Files/Config-Examples/instance_1_takistan/HiveExt.ini +++ b/Server Files/Config-Examples/instance_1_takistan/HiveExt.ini @@ -64,6 +64,13 @@ Password = 123456 ;You can find that file under the SQF directory for your server version ;ResetOOBVehicles = false +;A string of comma separated object class names that are to be cleaned up, after the CleanupPlacedAfterDays period, regardless of inventory +;This variable was implemented to compensate for door/plot management storing information in the inventory field +;custom buildables which use the inventory field should be added to this variable +;If you wish to cleaup locked storage objects, instead of letting them zero out, you can add them to the variable +;Do not use double quotation marks, only use single quotation marks ['] +;MaintenanceObjects = 'Land_DZE_GarageWoodDoorLocked','Land_DZE_LargeWoodDoorLocked','Land_DZE_WoodDoorLocked','CinderWallDoorLocked_DZ','CinderWallDoorSmallLocked_DZ','Plastic_Pole_EP1_DZ' + ;If using OFFICIAL hive, the settings in this section have no effect, it will manage objects on its own [ObjectDB] ;Setting this to true separates the Object fetches from the Character fetches diff --git a/Server Files/Config-Examples/instance_20_fapovo/HiveExt.ini b/Server Files/Config-Examples/instance_20_fapovo/HiveExt.ini index 31035abde..ccf89d289 100644 --- a/Server Files/Config-Examples/instance_20_fapovo/HiveExt.ini +++ b/Server Files/Config-Examples/instance_20_fapovo/HiveExt.ini @@ -64,6 +64,13 @@ Password = 123456 ;You can find that file under the SQF directory for your server version ;ResetOOBVehicles = false +;A string of comma separated object class names that are to be cleaned up, after the CleanupPlacedAfterDays period, regardless of inventory +;This variable was implemented to compensate for door/plot management storing information in the inventory field +;custom buildables which use the inventory field should be added to this variable +;If you wish to cleaup locked storage objects, instead of letting them zero out, you can add them to the variable +;Do not use double quotation marks, only use single quotation marks ['] +;MaintenanceObjects = 'Land_DZE_GarageWoodDoorLocked','Land_DZE_LargeWoodDoorLocked','Land_DZE_WoodDoorLocked','CinderWallDoorLocked_DZ','CinderWallDoorSmallLocked_DZ','Plastic_Pole_EP1_DZ' + ;If using OFFICIAL hive, the settings in this section have no effect, it will manage objects on its own [ObjectDB] ;Setting this to true separates the Object fetches from the Character fetches diff --git a/Server Files/Config-Examples/instance_21_caribou/HiveExt.ini b/Server Files/Config-Examples/instance_21_caribou/HiveExt.ini index 31035abde..ccf89d289 100644 --- a/Server Files/Config-Examples/instance_21_caribou/HiveExt.ini +++ b/Server Files/Config-Examples/instance_21_caribou/HiveExt.ini @@ -64,6 +64,13 @@ Password = 123456 ;You can find that file under the SQF directory for your server version ;ResetOOBVehicles = false +;A string of comma separated object class names that are to be cleaned up, after the CleanupPlacedAfterDays period, regardless of inventory +;This variable was implemented to compensate for door/plot management storing information in the inventory field +;custom buildables which use the inventory field should be added to this variable +;If you wish to cleaup locked storage objects, instead of letting them zero out, you can add them to the variable +;Do not use double quotation marks, only use single quotation marks ['] +;MaintenanceObjects = 'Land_DZE_GarageWoodDoorLocked','Land_DZE_LargeWoodDoorLocked','Land_DZE_WoodDoorLocked','CinderWallDoorLocked_DZ','CinderWallDoorSmallLocked_DZ','Plastic_Pole_EP1_DZ' + ;If using OFFICIAL hive, the settings in this section have no effect, it will manage objects on its own [ObjectDB] ;Setting this to true separates the Object fetches from the Character fetches diff --git a/Server Files/Config-Examples/instance_22_SMDsahrani/HiveExt.ini b/Server Files/Config-Examples/instance_22_SMDsahrani/HiveExt.ini index 31035abde..ccf89d289 100644 --- a/Server Files/Config-Examples/instance_22_SMDsahrani/HiveExt.ini +++ b/Server Files/Config-Examples/instance_22_SMDsahrani/HiveExt.ini @@ -64,6 +64,13 @@ Password = 123456 ;You can find that file under the SQF directory for your server version ;ResetOOBVehicles = false +;A string of comma separated object class names that are to be cleaned up, after the CleanupPlacedAfterDays period, regardless of inventory +;This variable was implemented to compensate for door/plot management storing information in the inventory field +;custom buildables which use the inventory field should be added to this variable +;If you wish to cleaup locked storage objects, instead of letting them zero out, you can add them to the variable +;Do not use double quotation marks, only use single quotation marks ['] +;MaintenanceObjects = 'Land_DZE_GarageWoodDoorLocked','Land_DZE_LargeWoodDoorLocked','Land_DZE_WoodDoorLocked','CinderWallDoorLocked_DZ','CinderWallDoorSmallLocked_DZ','Plastic_Pole_EP1_DZ' + ;If using OFFICIAL hive, the settings in this section have no effect, it will manage objects on its own [ObjectDB] ;Setting this to true separates the Object fetches from the Character fetches diff --git a/Server Files/Config-Examples/instance_24_Napf/HiveExt.ini b/Server Files/Config-Examples/instance_24_Napf/HiveExt.ini index 31035abde..ccf89d289 100644 --- a/Server Files/Config-Examples/instance_24_Napf/HiveExt.ini +++ b/Server Files/Config-Examples/instance_24_Napf/HiveExt.ini @@ -64,6 +64,13 @@ Password = 123456 ;You can find that file under the SQF directory for your server version ;ResetOOBVehicles = false +;A string of comma separated object class names that are to be cleaned up, after the CleanupPlacedAfterDays period, regardless of inventory +;This variable was implemented to compensate for door/plot management storing information in the inventory field +;custom buildables which use the inventory field should be added to this variable +;If you wish to cleaup locked storage objects, instead of letting them zero out, you can add them to the variable +;Do not use double quotation marks, only use single quotation marks ['] +;MaintenanceObjects = 'Land_DZE_GarageWoodDoorLocked','Land_DZE_LargeWoodDoorLocked','Land_DZE_WoodDoorLocked','CinderWallDoorLocked_DZ','CinderWallDoorSmallLocked_DZ','Plastic_Pole_EP1_DZ' + ;If using OFFICIAL hive, the settings in this section have no effect, it will manage objects on its own [ObjectDB] ;Setting this to true separates the Object fetches from the Character fetches diff --git a/Server Files/Config-Examples/instance_25_sauerland/HiveExt.ini b/Server Files/Config-Examples/instance_25_sauerland/HiveExt.ini index 31035abde..ccf89d289 100644 --- a/Server Files/Config-Examples/instance_25_sauerland/HiveExt.ini +++ b/Server Files/Config-Examples/instance_25_sauerland/HiveExt.ini @@ -64,6 +64,13 @@ Password = 123456 ;You can find that file under the SQF directory for your server version ;ResetOOBVehicles = false +;A string of comma separated object class names that are to be cleaned up, after the CleanupPlacedAfterDays period, regardless of inventory +;This variable was implemented to compensate for door/plot management storing information in the inventory field +;custom buildables which use the inventory field should be added to this variable +;If you wish to cleaup locked storage objects, instead of letting them zero out, you can add them to the variable +;Do not use double quotation marks, only use single quotation marks ['] +;MaintenanceObjects = 'Land_DZE_GarageWoodDoorLocked','Land_DZE_LargeWoodDoorLocked','Land_DZE_WoodDoorLocked','CinderWallDoorLocked_DZ','CinderWallDoorSmallLocked_DZ','Plastic_Pole_EP1_DZ' + ;If using OFFICIAL hive, the settings in this section have no effect, it will manage objects on its own [ObjectDB] ;Setting this to true separates the Object fetches from the Character fetches diff --git a/Server Files/Config-Examples/instance_2_utes/HiveExt.ini b/Server Files/Config-Examples/instance_2_utes/HiveExt.ini index 151cc72a9..2817ba05a 100644 --- a/Server Files/Config-Examples/instance_2_utes/HiveExt.ini +++ b/Server Files/Config-Examples/instance_2_utes/HiveExt.ini @@ -64,6 +64,13 @@ Password = 123456 ;You can find that file under the SQF directory for your server version ;ResetOOBVehicles = false +;A string of comma separated object class names that are to be cleaned up, after the CleanupPlacedAfterDays period, regardless of inventory +;This variable was implemented to compensate for door/plot management storing information in the inventory field +;custom buildables which use the inventory field should be added to this variable +;If you wish to cleaup locked storage objects, instead of letting them zero out, you can add them to the variable +;Do not use double quotation marks, only use single quotation marks ['] +;MaintenanceObjects = 'Land_DZE_GarageWoodDoorLocked','Land_DZE_LargeWoodDoorLocked','Land_DZE_WoodDoorLocked','CinderWallDoorLocked_DZ','CinderWallDoorSmallLocked_DZ','Plastic_Pole_EP1_DZ' + ;If using OFFICIAL hive, the settings in this section have no effect, it will manage objects on its own [ObjectDB] ;Setting this to true separates the Object fetches from the Character fetches diff --git a/Server Files/Config-Examples/instance_3_shapur_baf/HiveExt.ini b/Server Files/Config-Examples/instance_3_shapur_baf/HiveExt.ini index 151cc72a9..2817ba05a 100644 --- a/Server Files/Config-Examples/instance_3_shapur_baf/HiveExt.ini +++ b/Server Files/Config-Examples/instance_3_shapur_baf/HiveExt.ini @@ -64,6 +64,13 @@ Password = 123456 ;You can find that file under the SQF directory for your server version ;ResetOOBVehicles = false +;A string of comma separated object class names that are to be cleaned up, after the CleanupPlacedAfterDays period, regardless of inventory +;This variable was implemented to compensate for door/plot management storing information in the inventory field +;custom buildables which use the inventory field should be added to this variable +;If you wish to cleaup locked storage objects, instead of letting them zero out, you can add them to the variable +;Do not use double quotation marks, only use single quotation marks ['] +;MaintenanceObjects = 'Land_DZE_GarageWoodDoorLocked','Land_DZE_LargeWoodDoorLocked','Land_DZE_WoodDoorLocked','CinderWallDoorLocked_DZ','CinderWallDoorSmallLocked_DZ','Plastic_Pole_EP1_DZ' + ;If using OFFICIAL hive, the settings in this section have no effect, it will manage objects on its own [ObjectDB] ;Setting this to true separates the Object fetches from the Character fetches diff --git a/Server Files/Config-Examples/instance_4_zargabad/HiveExt.ini b/Server Files/Config-Examples/instance_4_zargabad/HiveExt.ini index 151cc72a9..2817ba05a 100644 --- a/Server Files/Config-Examples/instance_4_zargabad/HiveExt.ini +++ b/Server Files/Config-Examples/instance_4_zargabad/HiveExt.ini @@ -64,6 +64,13 @@ Password = 123456 ;You can find that file under the SQF directory for your server version ;ResetOOBVehicles = false +;A string of comma separated object class names that are to be cleaned up, after the CleanupPlacedAfterDays period, regardless of inventory +;This variable was implemented to compensate for door/plot management storing information in the inventory field +;custom buildables which use the inventory field should be added to this variable +;If you wish to cleaup locked storage objects, instead of letting them zero out, you can add them to the variable +;Do not use double quotation marks, only use single quotation marks ['] +;MaintenanceObjects = 'Land_DZE_GarageWoodDoorLocked','Land_DZE_LargeWoodDoorLocked','Land_DZE_WoodDoorLocked','CinderWallDoorLocked_DZ','CinderWallDoorSmallLocked_DZ','Plastic_Pole_EP1_DZ' + ;If using OFFICIAL hive, the settings in this section have no effect, it will manage objects on its own [ObjectDB] ;Setting this to true separates the Object fetches from the Character fetches diff --git a/Server Files/Config-Examples/instance_6_Dingor/HiveExt.ini b/Server Files/Config-Examples/instance_6_Dingor/HiveExt.ini index 31035abde..ccf89d289 100644 --- a/Server Files/Config-Examples/instance_6_Dingor/HiveExt.ini +++ b/Server Files/Config-Examples/instance_6_Dingor/HiveExt.ini @@ -64,6 +64,13 @@ Password = 123456 ;You can find that file under the SQF directory for your server version ;ResetOOBVehicles = false +;A string of comma separated object class names that are to be cleaned up, after the CleanupPlacedAfterDays period, regardless of inventory +;This variable was implemented to compensate for door/plot management storing information in the inventory field +;custom buildables which use the inventory field should be added to this variable +;If you wish to cleaup locked storage objects, instead of letting them zero out, you can add them to the variable +;Do not use double quotation marks, only use single quotation marks ['] +;MaintenanceObjects = 'Land_DZE_GarageWoodDoorLocked','Land_DZE_LargeWoodDoorLocked','Land_DZE_WoodDoorLocked','CinderWallDoorLocked_DZ','CinderWallDoorSmallLocked_DZ','Plastic_Pole_EP1_DZ' + ;If using OFFICIAL hive, the settings in this section have no effect, it will manage objects on its own [ObjectDB] ;Setting this to true separates the Object fetches from the Character fetches diff --git a/Server Files/Config-Examples/instance_7_Lingor/HiveExt.ini b/Server Files/Config-Examples/instance_7_Lingor/HiveExt.ini index 151cc72a9..2817ba05a 100644 --- a/Server Files/Config-Examples/instance_7_Lingor/HiveExt.ini +++ b/Server Files/Config-Examples/instance_7_Lingor/HiveExt.ini @@ -64,6 +64,13 @@ Password = 123456 ;You can find that file under the SQF directory for your server version ;ResetOOBVehicles = false +;A string of comma separated object class names that are to be cleaned up, after the CleanupPlacedAfterDays period, regardless of inventory +;This variable was implemented to compensate for door/plot management storing information in the inventory field +;custom buildables which use the inventory field should be added to this variable +;If you wish to cleaup locked storage objects, instead of letting them zero out, you can add them to the variable +;Do not use double quotation marks, only use single quotation marks ['] +;MaintenanceObjects = 'Land_DZE_GarageWoodDoorLocked','Land_DZE_LargeWoodDoorLocked','Land_DZE_WoodDoorLocked','CinderWallDoorLocked_DZ','CinderWallDoorSmallLocked_DZ','Plastic_Pole_EP1_DZ' + ;If using OFFICIAL hive, the settings in this section have no effect, it will manage objects on its own [ObjectDB] ;Setting this to true separates the Object fetches from the Character fetches diff --git a/Server Files/Config-Examples/instance_8_ProvingGrounds_PMC/HiveExt.ini b/Server Files/Config-Examples/instance_8_ProvingGrounds_PMC/HiveExt.ini index 151cc72a9..2817ba05a 100644 --- a/Server Files/Config-Examples/instance_8_ProvingGrounds_PMC/HiveExt.ini +++ b/Server Files/Config-Examples/instance_8_ProvingGrounds_PMC/HiveExt.ini @@ -64,6 +64,13 @@ Password = 123456 ;You can find that file under the SQF directory for your server version ;ResetOOBVehicles = false +;A string of comma separated object class names that are to be cleaned up, after the CleanupPlacedAfterDays period, regardless of inventory +;This variable was implemented to compensate for door/plot management storing information in the inventory field +;custom buildables which use the inventory field should be added to this variable +;If you wish to cleaup locked storage objects, instead of letting them zero out, you can add them to the variable +;Do not use double quotation marks, only use single quotation marks ['] +;MaintenanceObjects = 'Land_DZE_GarageWoodDoorLocked','Land_DZE_LargeWoodDoorLocked','Land_DZE_WoodDoorLocked','CinderWallDoorLocked_DZ','CinderWallDoorSmallLocked_DZ','Plastic_Pole_EP1_DZ' + ;If using OFFICIAL hive, the settings in this section have no effect, it will manage objects on its own [ObjectDB] ;Setting this to true separates the Object fetches from the Character fetches