Update bot documentation

This commit is contained in:
smallmodel 2025-01-31 20:21:24 +01:00
parent 77f0ce0673
commit f10ddcaa17
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -102,7 +102,7 @@ This feature is passive: it only checks the team sizes when someone tries to joi
### Bots
OpenMoHAA introduced multiplayer bots which can be used for entertainment or for testing purposes.
OpenMoHAA introduced multiplayer bots which can be used for entertainment or for testing purposes. Bots are players controlled by the computer, they appear in the scoreboard with their ping set to **bot**.
First get the [mp-navigation](https://github.com/openmoh/mp-navigation) pk3, it is needed so bots can navigate through MP maps. Then the following variables are used to configure bots:
@ -122,3 +122,4 @@ set sv_maxbots 16 // Reserve 16 client slots for bots
set sv_numbots 4 // Spawn 4 bots
```
*Note: Bots will have their ping set to **bot** so that all players in-game know they are bots. This prevents any confusion and eliminates any doubt about a hacker being in the game.*