DayZ
Techs 4x4 Hilux
 This topic has been pinned, so it's probably important
Tech  [developer] 23 Jul, 2022 @ 1:42am
[ Bug / Issue Reporting ]
Please report bugs or Issues here, or Via Discord. Thank you.
< >
Showing 1-2 of 2 comments
Shmendric 29 Oct, 2024 @ 1:29am 
Hello. I get this message from the expansion mod. Is there anything you can do?


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"};
};
};
Tech  [developer] 29 Oct, 2024 @ 3:36am 
Originally posted by Shmendric:
Hello. I get this message from the expansion mod. Is there anything you can do?


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.
Last edited by Tech; 29 Oct, 2024 @ 3:37am
< >
Showing 1-2 of 2 comments
Per page: 1530 50