DayZ
A-6 Secure Containers
19件中 1-10 を表示
< 1  2 >
更新:7月8日 @ 18時06分
更新者:FutureSixx

- 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.

更新:3月6日 @ 19時53分
更新者:FutureSixx

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

更新:2024年11月10日 @ 0時27分
更新者:FutureSixx

- 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.

更新:2024年10月26日 @ 13時26分
更新者:FutureSixx

- 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.

更新:2024年10月5日 @ 14時58分
更新者:FutureSixx

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

更新:2024年10月5日 @ 8時32分
更新者:FutureSixx

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.

更新:2024年4月3日 @ 17時31分
更新者:FutureSixx

- 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.

更新:2024年3月15日 @ 10時35分
更新者:FutureSixx

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

更新:2024年3月7日 @ 18時35分
更新者:FutureSixx

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

更新:2024年2月6日 @ 21時33分
更新者:FutureSixx

- 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.