diff --git a/.gitignore b/.gitignore index 104fae5..a314f8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -out/* -/out +out/* +/out diff --git a/CREDITS.txt b/CREDITS.txt index 622adbf..6554457 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -1,2 +1,2 @@ -- freesound for misc sounds; +- freesound for misc sounds; - Voices were made in TTS. \ No newline at end of file diff --git a/LICENSE b/LICENSE index 469d3a9..f3e2955 100644 --- a/LICENSE +++ b/LICENSE @@ -1,30 +1,30 @@ -MIT License - -Copyright (c) 2018 Gustavo Ramos Rehermann - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - ----------- - -The ACC provided is NOT owned by or affiliated to Gustavo Rehermann in any way, -for it is just a Linux binary compiled and provided for ease of usage of this -software; nor does the ACS standard library files inside the STDACS folder. These -have therefore all their rights reserved by the ZDoom team, including the rights -of prohibiting by law every distribution of the Software that contains these files -(ACC and its standard library ACS files) if necessary. +MIT License + +Copyright (c) 2018 Gustavo Ramos Rehermann + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +---------- + +The ACC provided is NOT owned by or affiliated to Gustavo Rehermann in any way, +for it is just a Linux binary compiled and provided for ease of usage of this +software; nor does the ACS standard library files inside the STDACS folder. These +have therefore all their rights reserved by the ZDoom team, including the rights +of prohibiting by law every distribution of the Software that contains these files +(ACC and its standard library ACS files) if necessary. diff --git a/LOADACS b/LOADACS index 8f95f90..a802160 100644 --- a/LOADACS +++ b/LOADACS @@ -1 +1 @@ -ZETAACS +ZETAACS diff --git a/MAPINFO.txt b/MAPINFO.txt index 8ba3e5c..c284b1d 100644 --- a/MAPINFO.txt +++ b/MAPINFO.txt @@ -1,7 +1,7 @@ -SpawnNums -{ - 83001 = ZTPathNode - 83003 = ZTUseNode - 83004 = ZTJumpNode - 83005 = ZTAvoidNode +SpawnNums +{ + 83001 = ZTPathNode + 83003 = ZTUseNode + 83004 = ZTJumpNode + 83005 = ZTAvoidNode } \ No newline at end of file diff --git a/README.md b/README.md index c12f29b..3865706 100644 --- a/README.md +++ b/README.md @@ -1,67 +1,67 @@ -# ZetaBot -**The modern ZScript bot made for GZDoom**, made *by ZDoomers for ZDoomers*. - -* Exactly **3748 lines** of code written **manually** (verified with `wc`) -* **Five** possible bot states (Wandering, Following, Attacking, Hunting and Fleeing) -* **Extensive debugging** (set by CVar `zb_debug`) -* Has the **attention of official ZDoom developers** -* Flexible **PK3 mod build script** solution (`build.sh`) -* Multiple male and female **voices** -* Pathnode system with **A\* pathfinding** -* Supports **any weapons and player classes** _(given there are modules for them, supplied by their respective modders)_ -* Constraints akin to **real** players _(max speed, max firing rate, etc etc)_ -* Weapon **rating** system - ---- - -# How to Play - -### Universal - -The easiest way is to go to the Releases section of the repository and -downloading the PK3 attached to the latest release. Otherwise, you need -to run the build script in order to zip up the PK3 and get the launch script. - -### Linux - -1. Run your terminal window and `cd` to the folder with the ZetaBot source. -2. Run the buildscript: - - ./build.sh [-f ] [-s ] -i - - It also supports optional CVar settings: - - [-c [-c ...]] - - And additional source port settings as well: - - [-e