Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Does anyone else have the problem after installing this mod
Could you update it please?
Probably one important thing missing here is ability to craft these cans from metal sheeth with pliers. Can you do that?
#define _ARMA_
class CfgPatches
{
class DL_Canning
{
units[] = {};
weapons[] = {};
requiredVersion = 0.1;
requiredAddons[] = {"DZ_Data"};
author = "Loner";
name = "DL_Canning";
};
};
class CfgMods
{
class DL_Canning
{
name = "DL_Canning";
credits = "Loner";
author = "Loner";
authorID = "0";
version = 0.1;
extra = 0;
type = "mod";
dependencies[] = {"World"};
class defs
{
class worldScriptModule
{
value = "";
files[] = {"DL_Canning\Scripts\4_world"};
};
};
};
};