From b26b22c1f63afe9b775a08c59db6e5672aea396a Mon Sep 17 00:00:00 2001 From: He-Man Date: Mon, 7 May 2018 23:28:37 +0200 Subject: [PATCH] Prevent errors if used in v1.1.0 --- Sources/epoch_config/Configs/CfgCrafting.hpp | 2 ++ Sources/epoch_config/Configs/CfgEpochClient.hpp | 10 +++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Sources/epoch_config/Configs/CfgCrafting.hpp b/Sources/epoch_config/Configs/CfgCrafting.hpp index ae8d49fb..c0e98599 100644 --- a/Sources/epoch_config/Configs/CfgCrafting.hpp +++ b/Sources/epoch_config/Configs/CfgCrafting.hpp @@ -901,6 +901,8 @@ class CfgCrafting previewPosition[] = {0.797675,1,0.398882}; previewScale = 0.07; previewVector = 0; + descriptionShort = "1/3 Plywood Wall"; + descriptionFull = "Base building material"; }; class KitWoodFloor : Kit { diff --git a/Sources/epoch_config/Configs/CfgEpochClient.hpp b/Sources/epoch_config/Configs/CfgEpochClient.hpp index eeea00e7..aa5dd6b3 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient.hpp @@ -232,9 +232,13 @@ class CfgEpochClient "KitCinderQuarterFloor", // Item is Upgradeable, but you can remove it here to make it also Craftable "KitCinderHalfFloor", // Item is Upgradeable, but you can remove it here to make it also Craftable "KitCinderFloor", // Item is Upgradeable, but you can remove it here to make it also Craftable - "KitCinderTower", // Item is Upgradeable, but you can remove it here to make it also Craftable - "KitSolarCharger", // Supressed until Client Files update! - "KitSolarChargerXL" // Supressed until Client Files update! + "KitCinderTower" // Item is Upgradeable, but you can remove it here to make it also Craftable +// "KitSolarCharger", // Supress for 1.1.0 !!! +// "KitSolarChargerXL", // Supress for 1.1.0 !!! +// "BaseCam", // Supress for 1.1.0 !!! +// "BaseCamTerminal", // Supress for 1.1.0 !!! +// "KitSnowman", // Supress for 1.1.0 !!! +// "KitPlyThirdWall_EPOCH" // Supress for 1.1.0 !!! }; VehicleRepairs[] = { // {Hitpoint, dmg to repair, dmg to replace, mat to repair, mat to replace} {"HitHull",0.33,0.66,"ItemScraps","ItemCorrugated"},