Jump to content

Can extra items be added to loots.h ?


JamieKG

Recommended Posts

Hi I would like to add a few weapons/items to the game that are in the @mas mod but I only really want to add them to the current epoch system so the antagonists will still apply is it possible to add them to the loots.h file ?

 

Thanks JamieKG

Link to comment
Share on other sites

Hey guys,

 

I tryed to modify loots.h from @epochhive\addons\a3_epoch_server_settings.pbo and add some @MAS itens like muzzles and optics [just for a small test] but seems it did not worked. PBO repacked, server restarted and no success.

 

I modify the vehicle class table to only have scopes and muzzles but cars are still spawning with guns, maganizes and etc, like bellow:

 

class Vehicle : Default

{

.

.

.

table[] = {

          {"Scopes", 50},

          {"Muzzles", 50}

};

};

 

 

Can you please paste here a example of a category modifyed and a class, please ?

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
  • Advertisement
  • Discord

×
×
  • Create New...