About Zombie Horde Event
The event is started automatically or by console command. A chinook crate spawns in a random position on a road on the map and is guarded by Zombies. The event is made difficult by the fact that you can only damaged Zombies from a distance set in the config file.
In the config file, you can set the Horde to always spawn to the same custo spawn position.
Console command:
- hordestart
- hordestop
Hook:
void OnZombieHordeEventStart()
void OnZombieHordeEventStop()
Contact:
Discord: https://discord.gg/C5CehdJMdK
Test Rust server: 213.181.206.21:27194
Video:
Config:
{
"Version": {
"Major": 1,
"Minor": 0,
"Patch": 0
},
"Automatic event start": true,
"Minimum time for event start": 3600.0,
"Maximum time for event start": 7200.0,
"Duration of the event": 2800.0,
"Warning messages before event start": 300.0,
"Warning messages before event end": 300.0,
"Spawn the event at a custom spawn point?": false,
"Custom spawn position:": "(0, 0, 0)",
"Chat icon": 0,
"Number of zombies in the horde": 20,
"The distance of the Zombies' damage": 50.0,
"Zombies setting": {
"Name": "Zombie",
"Health": 150.0,
"Wear items": [
{
"ShortName": "frankensteins.monster.01.head",
"SkinID (0 - default)": 0
},
{
"ShortName": "frankensteins.monster.01.legs",
"SkinID (0 - default)": 0
},
{
"ShortName": "frankensteins.monster.01.torso",
"SkinID (0 - default)": 0
}
],
"Use custom loot?": false,
"CustomLoot": {
"Minimum items": 1,
"Maximum items": 1,
"Use minimum - maxium?": false,
"List of items": [
{
"ShortName": "halloween.lootbag.small",
"Minimum": 3,
"Maximum": 6,
"Chance": 100.0,
"Give blueprint?": false,
"SkinID": 0,
"Displayname": ""
}
]
}
},
"Locked crate hack time": 120.0,
"Use only custom loot?": false,
"The loot in the locked crate": {
"Minimum items": 1,
"Maximum items": 1,
"Use minimum - maxium?": false,
"List of items": [
{
"ShortName": "xmas.present.small",
"Minimum": 3,
"Maximum": 6,
"Chance": 100.0,
"Give blueprint?": false,
"SkinID": 0,
"Displayname": ""
}
]
},
"Messages setting": {
"Message before the event starts.": "<color=#ff0000>Zombie Horde</color> will spawn soon",
"Message before the event stop.": "<color=#ff0000>Zombie Horde</color> will end soon!!",
"Start message": "<color=#ff0000>Zombie Horde</color> spawn on:",
"Stop message": "<color=#ff0000>Zombie Horde</color> Event stop!!",
"Map marker name": "Zombie Horde",
"Map marker radius": 0.6,
"Distance warning": "Zombies are too far away, get closer",
"Color": {
"r": 1.0,
"g": 0.0,
"b": 0.0
}
}
}
