Skip to content

Commit dcf4eaa

Browse files
committed
Update README.md
1 parent f8c2e23 commit dcf4eaa

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

README.md

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# D3bot
22

3+
A very primitive AI for GMod bots primarily designed to work with Jetboom's Zombie Survival gamemode.
34
This is a fork of [/Azurblau/AzBot](https://github.com/Azurblau/AzBot) with new features and bug fixes.
45

56
Here is a list of notable changes compared to the original version:
@@ -54,12 +55,6 @@ Everything below here is the original readme, but with updated information:
5455
![Bots in action](./media/screenshot1.jpg)
5556
Server: pussfoot.ovh:27015 [EU] Zombie Survival | AzBot | Custom Content
5657

57-
# AzBot
58-
59-
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-
6358
## License
6459

6560
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
8681

8782
## Installation
8883

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:
98+
99+
``` bash
100+
git clone https://github.com/Dadido3/D3bot.git d3bot
101+
```
102+
103+
Be sure to follow all the other necessary steps as described in [#Installation](#installation).
94104

95105
## How to test
96106

0 commit comments

Comments
 (0)