DayZ
ConfigurableWeaponCarry
Showing 1-7 of 7 entries
Update: May 28, 2023 @ 10:59am

Reupload to check if fix for the Client/Server PBO mismatch issue

Update: May 27, 2023 @ 5:52am

Added backpacks that can only carry one weapon.

Added to settings:

- "UseBackpacksOneWeaponList": Toggle whether the "BackpacksOneWeaponOnly" list is active. If active, the backpacks in that list will only be able to carry one weapon.
- "BackpacksOneWeaponOnly": List of backpacks that can only carry one weapon.


This involves an addition to the configuration so please (before copying and deleting), copy the "Weapons" list from your own configuration if you have changed it previously, and then replace it for the "Weapons" list in the new configuration file.

OR

Just add these lines to the configuration:

"UseBackpacksOneWeaponList": 1,
"BackpacksOneWeaponOnly": [
"ImprovisedBag",
"FurImprovisedBag",
"CourierBag",
"FurCourierBag"
]

(You also have to copy the new pbo of the mod and replace the one in your server folder)

Thanks to nurbsplane for the idea :)

Update: May 22, 2023 @ 12:08pm

Update: May 22, 2023 @ 12:03pm

Fix for mismatching configurations between the server and the client. This was causing complications when attaching / detaching weapons from the Shoulder/Melee slots.

This means the mod will no longer work when playing dayz offline, which is why I have made a separate offline version which can be found in the discussions.

This will probably be one of the last updates as long as no bugs / issues are found. The mod does what I thought it should do, and I think I've fixed the most important issues. Thank you everyone for the patience, if you have any suggestions or requests. head over to the discussions.

Update: May 21, 2023 @ 1:19pm

Fix for an oversight when detaching the weapons from the slots when the backpack was dropped. Wasn't checking whether the items on the Melee and Shoulder slots were in the restricted list of weapons (specified through the configuration)

This was causing slings to be dropped when they didn't have to.

Update: May 19, 2023 @ 1:14am

Added support to specify what backpacks can carry weapons. New settings values:

- "UseBackpacksList" specify whether to use the backpacks provided in the settings as the only backpacks that can carry weapons.
- "Backpacks" the list of backpacks that can carry weapons.

Update: May 18, 2023 @ 6:03pm