Skip to content

Commit

Permalink
v0.3.0: see releases for more.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo R. 'Gustavo6046' Rehermann committed Nov 4, 2018
1 parent 879120a commit 5546ffb
Show file tree
Hide file tree
Showing 11 changed files with 349 additions and 227 deletions.
4 changes: 4 additions & 0 deletions CVarInfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ server string nodeList = "::NONE";
server string zb_btypes = "ZetaDoom:DoomPlayer;ZetaStrife:StrifePlayer;ZetaSMushes:YellowWyvern";
server string zb_wtypes = "ZetaDoomWeapons;ZetaStrifeWeapons;ZetaSentientMushesWeapons";
server string zb_extraweap = "";
server float zb_autouseinterval = 9;
server bool zb_autouse = false;

server string zb_bnames = "Jack:Persephone:Èmille:Robert:Amanda:Maria:Mary:Josh:Wagner:John:Louis:Gabriel:Renato:Alejandro:Alexander:Heinrich:Caesar:Walter:Amy:Lawrence:Marylenne:Leonhart:Leonard:Jackson:Lee:Bert:Humberto:Mike:Pablo:Michael:Hitchcock:Hilton:Ronald:Robinson:Son:House:Romulus:Peter:Peterson:Zephyrus:Robin:Paul:Paula:Thorson:Robohead:Minchson:James:Jamilton:Greg:Gregor:Gregory:Victoria:Anita:Whindersson:Melody:Xonon:Xihil";
6 changes: 3 additions & 3 deletions KeyConf.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
defaultbind kp1 "summonfriend zetabot 0"
defaultbind kp2 "summon ztpathnode 0"
defaultbind kp3 "summon ztusenode 0"
defaultbind kp3 "summon ztusenode 0"
defaultbind kp4 "summon ztjumpnode 0"
defaultbind kp7 "kill zetadoom; kill zetastrife; kill zetasmushes"
defaultbind kp8 "summon ZTUploadNodes"
defaultbind kp7 "kill zetadoom; kill zetastrife; kill zetasmushes"
defaultbind kp8 "summon ZTUploadNodes"
defaultbind kp9 "summon ZTPromptNodes"

addkeysection "ZetaBot" "zetabots"
Expand Down
7 changes: 7 additions & 0 deletions MAPINFO.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
SpawnNums
{
83001 = ZTPathNode
83003 = ZTUseNode
83004 = ZTJumpNode
83005 = ZTAvoidNode
}
Loading

0 comments on commit 5546ffb

Please sign in to comment.