-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v0.2.0] Failed attempt to make bots use lifts and doors and dodge ob…
…stacles.
- Loading branch information
Gustavo R. 'Gustavo6046' Rehermann
committed
Jul 22, 2018
1 parent
84bf6f8
commit 879120a
Showing
13 changed files
with
78 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,17 @@ | ||
defaultbind kp1 "summonfriend zetabot 0" | ||
defaultbind kp2 "summon ztpathnode 0" | ||
defaultbind kp3 "summon ztusenode 0" | ||
defaultbind kp4 "summon ztjumpnode 0" | ||
defaultbind kp4 "summon ztjumpnode 0" | ||
defaultbind kp7 "kill zetadoom; kill zetastrife; kill zetasmushes" | ||
defaultbind kp8 "summon ZTUploadNodes" | ||
defaultbind kp9 "summon ZTPromptNodes" | ||
defaultbind kp9 "summon ZTPromptNodes" | ||
|
||
addkeysection "ZetaBot" "zetabots" | ||
|
||
addmenukey "Spawn ZetaBot" "summonfriend zetabot 0" | ||
addmenukey "Create Normal Path Node" "summon ztpathnode 0" | ||
addmenukey "Create Use Path Node" "summon ztusenode 0" | ||
addmenukey "Create Jump Path Node" "summon ztjumpnode 0" | ||
addmenukey "Save Path Nodes" "summon ztuploadnodes" | ||
addmenukey "Load Path Nodes" "summon ztpromptnodes" | ||
addmenukey "Kill All Bots" "kill zetadoom; kill zetastrife; kill zetasmushes" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,8 @@ class PathBall : DoomImpBall | |
Default | ||
{ | ||
Damage 0; | ||
|
||
+PAINLESS; | ||
} | ||
|
||
States | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters