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
Can't create keychain on Techs_Hilux_Black because the 'KeyChain' slot is missing. Add the following config.cpp to your serverpack to enable keychain creation (the keychain provides additional useful info like vehicle ID):
class CfgPatches
{
class Techs_Hilux_Black_KeyChain
{
requiredVersion = 0.1;
requiredAddons[] =
{
"DayZExpansion_Vehicles_Data",
"NAME_OF_ADDON_CONTAINING_Techs_Hilux_Black"
};
};
};
class CfgVehicles
{
class Techs_Hilux_base;
class Techs_Hilux_Black: Techs_Hilux_base
{
attachments[] += {"KeyChain"};
};
};
This is an Error on behalf of the expansion mod, As the mod requires a slot my trucks do not have.
At this time I do not currently offer any Official Expansion support with my mods.
I would recommend doing as the Message reports and Creating the custom slot with the code The message provided.