Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • Need help?

    Create a topic in the appropriate section
    Don't write everything in the chat!
  • Take a look at the marketplace

    There you can buy
    everything related to game servers
  • Don't want a ban?

    Please read our rules
    Don't disturb the order!
  • Sell or buy?

    Use services of the guarantor
    We will make your deal safe
  • 0
Sign in to follow this  
StilFlavius

Не получается заставить работать мод

Создал мод на кастомные слоты, успешно его запаковал через pboProject, и все заработало.

Решил добавить еще слот, но теперь после запаковки игра не видит мод. Пробовал даже перепаковать мод без изменений, безуспешно.
Возможно я поменял какие-то настройки в pboProject, но не могу понять какие.

class CfgPatches
{
    class SF_Scripts
    {
        units[]={};
        weapons[]={};
        requiredVersion=0.1;
        requiredAddons[]=
        {
            "DZ_Data"
        };
    };
};
class CfgSlots
{
    class Slot_TabletsA
    {
        name="TabletsA";
        displayName="Таблетки";
        ghostIcon="set:SF_icons image:tablets";
    };
    class Slot_TabletsB
    {
        name="TabletsB";
        displayName="Таблетки";
        ghostIcon="set:SF_icons image:tablets";
    };
    class Slot_TabletsC
    {
        name="TabletsC";
        displayName="Таблетки";
        ghostIcon="set:SF_icons image:tablets";
    };
    class Slot_TabletsD
    {
        name="TabletsD";
        displayName="Таблетки";
        ghostIcon="set:SF_icons image:tablets";
    };
    class Slot_MedicalBandageA
    {
        name="MedicalBandageA";
        displayName="#STR_CfgMedicalBandage0";
        ghostIcon="set:dayz_inventory image:medicalbandage";
    };
    class Slot_InjectorA
    {
        name="InjectorA";
        displayName="Инъектор";
        ghostIcon="set:SF_icons image:injector";
    };
    class Slot_InjectorB
    {
        name="InjectorB";
        displayName="Инъектор";
        ghostIcon="set:SF_icons image:injector";
    };
    class Slot_InjectorC
    {
        name="InjectorC";
        displayName="Инъектор";
        ghostIcon="set:SF_icons image:injector";
    };
};

 

Edited by StilFlavius (see edit history)

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

как вариант добавить в  requiredAddons[]= "DZ_scripts"

Share this post


Link to post
Share on other sites



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you automaticly agree to our Guidelines and Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.