You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A very primitive AI for GMod bots primarily designed to work with Jetboom's Zombie Survival gamemode.
60
-
61
-
AzBot uses A* pathfinding with directed Monte Carlo-based execution.
62
-
63
58
## License
64
59
65
60
I, the author, have not decided on a license yet.
@@ -86,11 +81,26 @@ Though I won't take measures against illegitimate usage unless I have reasons to
86
81
87
82
## Installation
88
83
89
-
- Make sure you have [ULX](http://steamcommunity.com/sharedfiles/filedetails/?id=557962280) and [ULib](http://steamcommunity.com/sharedfiles/filedetails/?id=557962238) installed.
90
-
-[Download the addon](https://github.com/Dadido3/D3bot/archive/refs/heads/master.zip) and extract it into your `garrysmod/addons/` folder, to get the following file structure: `garrysmod/addons/d3bot/lua/...`, `garrysmod/addons/d3bot/data/...`, and so on. It's important that the folder inside `addons` is named `d3bot` (Don't name it `D3bot` or anything else), otherwise it will not work!
91
-
- Copy all navmeshes from the addon's path `data/d3bot/navmesh/map/...` to `garrysmod/data/d3bot/navmesh/map/...`.
92
-
- Adjust the configuration in `lua/d3bot/sv_config.lua` as you wish.
93
-
- Done
84
+
1. Make sure you have [ULX](http://steamcommunity.com/sharedfiles/filedetails/?id=557962280) and [ULib](http://steamcommunity.com/sharedfiles/filedetails/?id=557962238) installed.
85
+
86
+
2.[Download the d3bot-addon.zip](https://github.com/Dadido3/D3bot/releases/latest) and unpack it into your `garrysmod/addons/` folder. Ensure you get the following file structure: `garrysmod/addons/d3bot/lua/...`, `garrysmod/addons/d3bot/data/...`, and so on. It's important that the folder inside `addons` is named `d3bot` (Don't name it `D3bot` or anything else), otherwise it will not work!
87
+
88
+
3. Copy all navmeshes from the addon's path `data/d3bot/navmesh/map/...` to `garrysmod/data/d3bot/navmesh/map/...`.
89
+
90
+
4. Adjust the configuration in `lua/d3bot/sv_config.lua` as you wish.
91
+
92
+
5. Done
93
+
94
+
## Install from git
95
+
96
+
Instead of downloading the addon, you can clone the git repository directly into your addon folder.
97
+
For this run the following git command inside your Garry's Mod addon directory:
0 commit comments