DayZ
A-6 Secure Containers
Showing 1-10 of 19 entries
< 1  2 >
Update: 8 Jul @ 6:06pm

- Fixed Secure Containers not returning to players when killed in vehicles
- Fixed Secure Containers not returning to player when they choose not to respawn and leave the server
- Removed EnableStarterSecureContainer and instead leave StarterSecureContainerType empty to disable Starter Secure Containers
- Added SecureContainerLifetime to the json config to control how long secure containers last after death & not returned to player

SecureContainerLifetime Explaination:
Player joins the server, receives a Secure Container, dies and rage quits the server and never returns, SecureContainerLifetime will control how long that "unreturned" secure container will last. By Default this is set in seconds that are equal to 7 days. Then means you can continue to use your types and spawn them in the world and use whatever lifetime you'd want to use, but once a player has died with it attached, it will default to SecureContainerLifetime. If you have type entries with lifetime defined for the containers, when the player detaches it from their slot, it will default to the lifetime in types, otherwise if no types are defined, it will default to SecureContainerLifetime. This is to ensure that server owners that forget to add the types in for the secure containers have a fail safe pre-configured. Again, SecureContainerLifetime always takes effect when the player dies and only takes effect for when players detach their secure containers if there are no types defined for the server.

Update: 6 Mar @ 7:53pm

- Moved super to insure the Secure Container is dealt with first upon death
- Variables established at constructor, instead of being called on function

Update: 10 Nov, 2024 @ 12:27am

- Added EnableStarterSecureContainer, Set to 1 by Default.
- Added StarterSecureContainerType, Set for A6_SecureContainer_Alpha by Default.
- Fixed Secure Containers not saving OwnerID properly. All is fixed now.

Update: 26 Oct, 2024 @ 1:26pm

- Completely re-wrote how the mod works.

- Secure Containers can now be inventory manipulated.
- Secure Containers will only transfer through death as long as they are attached to the Secure Container Slot.
- When Secure Containers are detached from the Slot, they lose their Owner ID.
- When Secure Containers are attached to the Slot, they gain their Owner ID.
- Secure Containers will not show inventory unless the container is in your hand or attached to your character.
- 3D Models received model optimization due to them being able to spawned anywhere in game now.

Update: 5 Oct, 2024 @ 2:58pm

Fixed bug with the ItemList only accepting the last item in the list.

Update: 5 Oct, 2024 @ 8:32am

This update relocates the JSON file to a new folder called "A6_SecureContainers"
The reason we are relocating, is because the nature of this update redoes the json as a whole, and I do not want to overwrite anybodies old json, in case they had a lengthy list of items in blacklist.
Make sure to update the new JSON to your needs for the ItemList
The old folder and JSON file are now obsolete, you can delete them.

- Added ItemListMode
- ItemListMode set to 1 by default.
- ItemListMode set to 1 = Blacklisting for ItemList.
- ItemListMode set to 2 = Whitelisting for ItemList.

New JSON provided in the mod contents, your server should automatically generate the new one though.

Remember to setup the NEW JSON! Reference your old one, to put the items in the blacklist array over into the ItemList in the new one.

Update: 3 Apr, 2024 @ 5:31pm

- This update removes the downgrade feature again, when I reverted the feature 2 updates back, I did it through steam, well when i returned to add the json feature, I actually never did revert the mod files I had on my drive. The downgrade feature is now FULLY reverted lol. Sorry if this affected some of your servers in a negative way!
- Due to now knowing what condition in particular triggers the crash, I decided to failsafe this, by making the Gamma Container a 4x3 slot size, and the Kappa Container a 4x4 slot size.

Update: 15 Mar, 2024 @ 10:35am

- Added Json Config for Blacklisting Items
- Creates in Profiles -> SecureContainersMod -> SecureContainersSettings.json

Update: 7 Mar, 2024 @ 6:35pm

Revert for the Lambda Script causing conflicts with downgrading when using Expansion Market or Expansion Quests.

Update: 6 Feb, 2024 @ 9:33pm

- Changes in Lambda script to try and place items back in player inventory after a smaller container is attached.
* Example: Player has Beta Case with all slots filled, but an Alpha case is then attached to him/her but items don't fit, then items will return to player inventory.
* Basically gives "Downgrade" possibilities for secure containers.