Add example file.

This commit is contained in:
Julian
2020-03-17 22:05:28 -03:00
parent cbbe26e3a2
commit a615141f89

25
cfg/example_monster.cfg Executable file
View File

@@ -0,0 +1,25 @@
// Example file.
// Make a copy of this file and rename it to "<mapname>_monster.cfg".
// Send this new file to your maps folder.
//
// To add entries to this file, just pretend it's ripent.
//
// "delay" means monster respawndelay.
{
"origin" "90 -180 150"
"delay" "30"
"orientation" "1"
"spawnflags" "32"
"classname" "monster_miniturret"
}
{
"origin" "123 456 789"
"delay" "5"
"angles" "0 45 0"
"classname" "monster_houndeye"
}
{
"origin" "200 400 -600"
"classname" "info_node"
}