BrokenNail

Question about Mods

3 posts in this topic

Hi I am just curious if anyone knows what MOD it is or even if it is a mod, which allows you to purchase Cement floor kit and other cement / wooden building supplies from the Hardware trader?

 

Cheers!

Share this post


Link to post
Share on other sites

You would need to add the construction kit names into mission config:-
Prices to class CfgExileArsenal, eg

class Exile_Item_WoodDoorKit                         { quality = 1; price = 5000; sellPrice = 10; };

And to class Hardware, eg

class Hardware
    {
        name = "Hardware";
        icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
        items[] =
        {
            "Exile_Item_WoodDoorKit"
        };
    };

 

Share this post


Link to post
Share on other sites
14 hours ago, MGTDB said:

You would need to add the construction kit names into mission config:-
Prices to class CfgExileArsenal, eg


class Exile_Item_WoodDoorKit                         { quality = 1; price = 5000; sellPrice = 10; };

And to class Hardware, eg


class Hardware
    {
        name = "Hardware";
        icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
        items[] =
        {
            "Exile_Item_WoodDoorKit"
        };
    };

 

Ahh that makes sense, thank you :) 

Share this post


Link to post
Share on other sites
Advertisement

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

  • Recently Browsing   0 members

    No registered users viewing this page.