Jump to content

Machine Guns removing backpack


steamROLLER

Recommended Posts

I'm new at this, too and am still figuring everything out.  I'd like to correct this, too. 

 

So all I have to do is edit the class from

Before:

class USSR_cheytacM200 {

type = "trade_weapons";
buy[] = {10,"ItemBriefcase100oz"};
sell[] = {1,"ItemBriefcase100oz"};

 

to 

After:

class USSR_cheytacM200_DZ {


type = "trade_weapons";
buy[] = {10,"ItemBriefcase100oz"};
sell[] = {1,"ItemBriefcase100oz"};

 

for the CheyTac to not cause the backpack to disappear?  Or is there somewhere else we'd have to edit-  besides changing all references to USSR_cheytacM200 to USSR_cheytacM200_DZ in any tables.

Link to comment
Share on other sites

There are variations of weapons adjusted for dayz and then there are some that are not adjusted for it, you'll have to look up all the classnames hiding somewhere

BAF_AS50_scoped_DZ
KSVK_DZE
m107_DZ
DMR_DZ
DMR_DZ2
DMR_DZ3
FN_FAL_ANPVS4_DZE
M249_EP1_DZ
M249_m145_EP1_DZE
M60A4_EP1_DZE
m240_scoped_EP1_DZE
Pecheneg_DZ
M240_DZ
M249_DZ
Mk_48_DZ

Also there is adjusted MG36 somewhere but i can't find it and i have no clue about overwatch guns so i can't say much about them

Link to comment
Share on other sites

  • 1 year later...

This is not possible if you want to play with your friends on a public server. Every player has to download the edit files and they cant be moved to the missionfile. If it is no a problem for you and you only play with your friends and they are good with downloading a repacked and modified epoch version, you can change the guns in CfgWeapons. Add the weapon you want to use and set it like that: type = "1";

For example:

class m240_scoped_EP1;
class m240_scoped_EP1_DZE:m240_scoped_EP1 {
  type = "1";
};

 

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...