DayZ
CBD Loot Rooms
Showing 11-20 of 25 entries
< 1  2  3 >
Update: 19 Oct, 2024 @ 3:33pm

reverted to working version

Update: 19 Oct, 2024 @ 2:56pm

Fixed action issue caused by last update

Update: 19 Oct, 2024 @ 1:53pm

Added new boat support!
Fixed a crash log error caused by a new DayZ method introduced in the latest update. The game was checking for an inventory on a door (because why not, right? ). But no worries, I patched it up!

Update: 13 Oct, 2024 @ 5:26am

Removed string table
Fixed json file duplicates for new users within reward boxes array
Bronze key texture fix
Types.xml updated

Update: 3 Oct, 2024 @ 12:55pm

This update introduces quite a few improvements and changes

1. Global Messages
Stay alert with notifications when a loot room is opened and closed! With multiple message types and an off option, you control how players get updates!
ServerMessageType

0: Off – No notifications.
1: VPP Notification System – For a more immersive, cleaner notification.
2: Global Chat – Alerts all players through global chat

2. Sound Timers
You can now set how long loot room sounds play after an interaction for a heightened experience.
LootRoomSoundActiveTime

lets you adjust the time the sound stays on for after a door opens in seconds!

3. Extra Sounds
New sound options to boost immersion, new setting numbers:

6, AlertInHall: Tense alert sound for enclosed spaces.
7, CityAlert: A city-wide alarm for urban adventures.
8, ClassicAlarm: The classic alarm for that old-school feel.

4. Break-In Tools
Sledgehammer and C4 can now be used as break-in tools! Make every alarm count with these tools to smash through loot room doors.

5. Multi-Language Support
With the Stringtable.csv, most languages are supported for config name and descriptions, making the mod more accessible to everyone!

6. Overall code tweaks and corrections

update information

Add the new settings in your LootSystemSettings.json file like below or regenerate the whole file after deleting the current one in the folder

{ "LootRoomSound": 6,//current seting "LootRoomSoundActiveTime": 30,// add this "ServerMessageType": 1,// add this "RequiredEntryItem": "CBD_LootroomC4",// current seting }
Add the 2 new settings in-between the current settings

Update: 25 Sep, 2024 @ 1:29pm

Default Car for Electro Unit Loot Room: A brand-new default vehicle will now spawn in the Electro unit loot room
New Settings File: I have introduced a new settings file so you can if you wish to spawn lootboxes and defenders independly from the main loot room system, that includes two default box and defender locations.

Update: 22 Sep, 2024 @ 1:09pm

Added option to spawn vehicle in place of a rewardbox
new setting file added to setup the parts for the vehicles

Update: 21 Sep, 2024 @ 9:12am

Code Optimization
We've streamlined the "doors to lock" system by removing redundant code, making it cleaner and easier to read. This change not only enhances performance but also simplifies future updates.

Default Locked Doors
Default locked doors have been added to the Electro unit and Serograd house loot rooms, enhancing security and gameplay dynamics.

Cleaner Door Interaction
The "open" prompt has been removed from all locked loot room doors, providing a cleaner and more immersive interaction experience when approaching doors.

Attachments and Quantity Options
You can now add attachments to loot rewards, including specifying quantities. If you add a magazine, the mod will automatically load a bullet into the chamber, making weapons ready to use right out of the box. Here's an example:

"attachments": [ { "attachmentClassname": "ACOGOptic", "attachmentQuantity": 1 }, { "attachmentClassname": "Mag_STANAG_30Rnd", "attachmentQuantity": 30 }
Customizable Door Closing Warning
A new setting allows you to specify when the door closing warning starts. Adjust it to your preference for a more tailored gameplay experience. Example setting:
"LootRoomDoorCloseWarningFrom": 10,

This update includes several changes to the JSON settings. Please follow these steps to ensure a smooth transition:

1 : Backup your old settings file to keep your current data safe.
2 : Delete the old settings file from your server.
3 : Restart your server to generate the updated version of the settings file.
4 : Re-enter your data into the new setup file.

Planned Final Update
We’re working towards what we hope will be the last major update to bring the mod to a state everyone is happy with

Update: 19 Sep, 2024 @ 1:25pm

UPDATED MESSAGES: Now, when you interact with a loot room, you will receive clearer messages about its status!

ROOM AVAILABILITY: You will now see a message confirming if the room is available for use. No more guessing!

COOLDOWN STATUS: Attempting to use a room that is on cooldown? You’ll get a message with the exact time remaining!

CODE CLEAN-UPS: Static methods have been refined for optimized code readability and performance. Smoother experience all around!

Update: 15 Sep, 2024 @ 10:53am

Sound Fix for All Players:

Now, when a loot room is unlocked, all players nearby will hear the sound, not just the person opening the door. Get ready for a more immersive experience!

Cooldown Fixes:

Only the loot room you use will go on cooldown, rather than affecting all the rooms.

Cooldown Status Check:

You can now check if a room is on cooldown with a new action that displays the remaining cooldown time in seconds.

Door Closing Countdown:
A countdown will start from 10 seconds