Open the downloaded ZIP product file and drop the folder in it somewhere in your resources folder. Add your product key (get it here) to the settings.ini file and add start BigDaddy-Ghouls to your server.cfg.
DO NOT RENAME THE FOLDER.
If you change the name of the folder it will not function correctly so leave the name as it is.
| SETTING | DEFAULT | DESCRIPTION |
|---|---|---|
| [licensing] | ||
| key1 | none | This is where you put your product key |
| [settings] | ||
| SpawnDelay | 5 | in minutes - time between ghoul spawning new ghouls and old ones expiring |
| GhoulCount | 5 | spawned ghouls per player |
| GhoulMinDistance | 20 | minimum distance to any player a ghoul will spawn |
| GhoulMaxDistance | 100 | maximum distance from players ghouls will spawn |
| GhoulList | various | list of models (spawn codes) for your ghouls |
| WeaponList | various | if the character is to have a weapon. The slots must be the same number and match |
| AgressionChance | 2 | chance of being agressive 0 is none and 100 is always - in between is a percentage chance |
| AutospawnDemonCar | true | demon car will autospawn and chase one player per iteration |
| DemonCarSpawnDelay | 5 | time between demon car spawns in minutes |
| UseAcePerms | true | lock spawn/despawn commands behind permissions |
| Permission | command | the permission to use for the spawn/despawn commands if enabled |
You have to have the same number of weapon slots as you do Ghouls in the GhoulList and the weapons need to be in the same slot as the ghoul who should spawn it.
ex. this would have two ghouls with no weapon and the third with a knife (all sample values and not real model names)
ghoul1,ghoul2,ghoul3
,,weapon_knife
The ghouls will spawn naturally and walk around. If they are aggressive they will attack the player whose client spawned them. They will expire at the end of the spawn timer and new ones will spawn in.
The car will spawn for one person on the server and chase them when the timer hits. If they are in a vehicle, it will follow them and when on foot it will try to kill them.
There are two Demon Car commands that can be used by people with elevated permissions:
/spawndc [serverId] If you use this without a serverId it will randomly pick one and chase them. If you include a player's server id it will chase that specific person
/despawndc [serverId] If you do not include the serverId it will stop and despawn any demon cars that are spawned. If you enter the serverId it will despawn the demon car chasing that person (if there is one).