DayZ
ConfigurableWeaponCarry
Viser 1-7 af 7 forekomster
Opdatering: 28. maj 2023 kl. 10:59

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

Opdatering: 27. maj 2023 kl. 5:52

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 :)

Opdatering: 22. maj 2023 kl. 12:08

Opdatering: 22. maj 2023 kl. 12:03

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.

Opdatering: 21. maj 2023 kl. 13:19

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.

Opdatering: 19. maj 2023 kl. 1:14

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.

Opdatering: 18. maj 2023 kl. 18:03