Features
Countdown Timer: Real-time digital countdown displayed on the crate.
Zombie Spawns: Zombies spawn at regular intervals as the timer counts down.
Loot Variety: Randomized loot customizable via JSON.
Global Notifications: Alerts all players when a crate unlocks.
Automatic Deletion: Self-managed crate system.

Installation
After installation, the configs and directory will be created in your SC (profile) folder inside a new folder named MB_TimedCrate.

Example JSONs
The JSON for crate settings and loot configurations:
CrateSettings.json
{ "CrateConfigs": [ { "StaticSpawns": 0, // Determines if crates have static spawn points (0 = no, 1 = yes) "ActiveCrateCount": 2, // Number of active crates to spawn "AutoRefresh": 1, // Enables auto-refresh of crates (0 = no, 1 = yes) "RefreshInterval": 2, // Interval in minutes for refreshing crates "CrateType": "Locked_Rust_Crate", // {Locked_Rust_Crate, Locked_Car_Container, Locked_Armoury_Container} Three Types of crate to be used "UseCrateNotifications": 1, // Enables notifications for crate events (0 = no, 1 = yes) "CrateSpawnNotification": "A crate has spawned!", // Message for crate spawn notification "CrateStartNotification": "Crate countdown started!", // Message for crate countdown start notification "CrateEndNotification": "Crate unlocked! Come get some loot!", // Message for crate unlock notification "CountdownTime": 1, // Countdown time in minutes before the crate unlocks "ZombieSpawnInterval": 60, // Interval in seconds for spawning zombies around the crate "ZombieSpawnMin": 3, // Minimum number of zombies to spawn "ZombieSpawnMax": 6, // Maximum number of zombies to spawn "ZombieSpawningEnabled": 1, // Enables zombie spawning (0 = no, 1 = yes) "UseBasicMarkers": 0, // Uses basic markers on the map for crates (0 = no, 1 = yes) "UseMarkersDuringCountdownOnly": 0, // Shows markers only during the countdown (0 = no, 1 = yes) "ZombieClasses": [ "ZmbM_HunterOld_Autumn", // Class name for zombie type 1 "ZmbF_JournalistNormal_Blue", // Class name for zombie type 2 "ZmbM_PolicemanFat" // note no comma required for last ], "CrateLocations": [ { "Position": "12885.4 6.29583 9356", // Position coordinates for crate location 1 "Rotation": "0.0 0.0 0.0" // Rotation coordinates for crate location 1 }, { "Position": "12893 6.50558 9414.12", "Rotation": "0.0 0.0 0.0" }, { "Position": "12915.2 6.10152 9461.83", "Rotation": "0.0 0.0 0.0" } ] } ] }
CustomLootData.json
{ "Crates": [ { "cratetype": "Locked_Rust_Crate", "numberOfItemsToSpawn": 5, "IsRandom": 1, "List": [ { "item": "M4A1", "attachments": [ "M4_RISHndgrd_Black", "M4_CarryHandleOptic" ], "quantity": 1 }, { "item": "AKM", "attachments": [ "AK_RailHndgrd_Green", "AK_PlasticBttstck" ], "quantity": 1 }, { "item": "FNX45", "attachments": [], "quantity": 1 }, { "item": "CannedBakedBeans", "attachments": [], "quantity": 2 }, { "item": "Canteen", "attachments": [], "quantity": 1 } ] }, { "cratetype": "Locked_Armoury_Container", "numberOfItemsToSpawn": 9, "IsRandom": 1, "List": [ { "item": "M4A1", "attachments": [ "M4_RISHndgrd_Black", "M4_CarryHandleOptic" ], "quantity": 1 }, { "item": "AKM", "attachments": [ "AK_RailHndgrd_Green", "AK_PlasticBttstck" ], "quantity": 1 }, { "item": "M4A1", "attachments": [], "quantity": 1 }, { "item": "AKM", "attachments": [ "AK_RailHndgrd_Green", "AK_PlasticBttstck" ], "quantity": 1 }, { "item": "M4A1", "attachments": [], "quantity": 1 }, { "item": "AKM", "attachments": [ "AK_RailHndgrd_Green", "AK_PlasticBttstck" ], "quantity": 1 }, { "item": "M4A1", "attachments": [], "quantity": 1 }, { "item": "M4A1", "attachments": [], "quantity": 2 }, { "item": "M4A1", "attachments": [], "quantity": 1 } ] }, { "cratetype": "Locked_Car_Container", "numberOfItemsToSpawn": 1, "IsRandom": 1, "List": [ { "item": "OffroadHatchback", "attachments": [ "HatchbackWheel", "HatchbackWheel", "HatchbackWheel", "HatchbackWheel", "CarBattery", "SparkPlug", "CarRadiator", "HeadlightH7", "HeadlightH7" ], "quantity": 1 }, { "item": "CivilianSedan", "attachments": [ "CivSedanWheel", "CivSedanWheel", "CivSedanWheel", "CivSedanWheel", "CivSedanDoors_Driver", "CivSedanDoors_BackLeft", "CivSedanDoors_BackRight", "CivSedanHood", "CivSedanTrunk", "CarBattery", "SparkPlug", "CarRadiator", "HeadlightH7", "HeadlightH7" ], "quantity": 1 } ] } ] }

“Copyright 2024 «Mark» This item is not authorized for posting on Steam, except under the Steam account named Mark

Any Questions? Contact Me Here:
Discord[discord.gg]

[discord.gg]
Download Revisions:
Old revisions of this mod are available below. Click the link to download.