Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Server questions.


flagla

Recommended Posts

I was wondering how I could go about making the debug monitor work properly with the dayz UI also.

 

How can I remove certain weapons from the game?

 

Thanks.

Share this post


Link to post
Share on other sites

I was wondering how I could go about making the debug monitor work properly with the dayz UI also.

Sorry, don't know about this one.

 

How can I remove certain weapons from the game?

Doing this is a fairly complex process. First you must obtain the following tools:

  1. cbpo
  2. unrar
  3. BinPBO

 

The first two are packages together and can be found after a quick google search. The last one is included in BIS (Bohemia Interactive Studios) Tools 2.

To remove weapons, follow these steps (quick and dirty):

  • Download your dayz_..pbo from MPMissions.
  • Unpack the .pbo with cpbo
  • Find config.bin in the unpacked cpbo
  • Extract config.bin with unrar. Do NOT choose "split into separate files"
  • Open config.cpp, find the weapons you want to remove
  • Each array of weapons is followed by an array of doubles in order. If the weapon you want to remove is the 17th entry, change the 17th number to 0. ie Weapons Array: [...{"weapon", "m107_DZ"}...] Doubles Array: [...{0.02}...] -> [...{0.00}...]
  • Save config.cpp
  • Run BinPBO, select the entire folder containing config.cpp, select "Binarize", and repack the file. This will produce a new PBO
  • Upload the new dayz_..pbo, overwriting the old one (make sure you save it somewhere
  • In your server config, disable "verifySignatures" by setting it to "0"

 

Also, how can I keep side chat enabled but not allow people to speak in side.

No, I don't think you can have side chat on but restrict access to it.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...