Jump to content
  • 0

Want more armed vehicules in EPOCH


Coolboard

Question

3 answers to this question

Recommended Posts

  • 0

In a3_epoch_server_settings\configs\maps\xxx.h

Spoiler

class xxx : Default
{
    worldSize = xxxxx;
    plantLimit = 10;
    allowedVehiclesList[] = {
         {"C_Hatchback_01_EPOCH",10},
         {"C_Hatchback_02_EPOCH",10},
         {"C_Offroad_01_EPOCH",10}
    };

.........

};

 

Link to comment
Share on other sites

  • 0
2 hours ago, He-Man said:

In a3_epoch_server_settings\configs\maps\xxx.h

  Hide contents

class xxx : Default
{
    worldSize = xxxxx;
    plantLimit = 10;
    allowedVehiclesList[] = {
         {"C_Hatchback_01_EPOCH",10},
         {"C_Hatchback_02_EPOCH",10},
         {"C_Offroad_01_EPOCH",10}
    };

.........

};

 

And need to add them to CfgPricing.hpp in your mission in epoch_config\Configs if you want them to be able to be bought and sold.

 

 


    class C_Offroad_01_EPOCH {price = 750;};
	class C_Quadbike_01_EPOCH {price = 500;};
	class C_Hatchback_01_EPOCH {price = 750;};
	class C_Hatchback_02_EPOCH {price = 1000;};
	class C_SUV_01_EPOCH {price = 750;};
	class C_Rubberboat_EPOCH {price = 500;};
	class C_Rubberboat_02_EPOCH {price = 500;};
	class C_Rubberboat_03_EPOCH {price = 500;};

 

 

Link to comment
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
  • Discord

×
×
  • Create New...