Moved Playing with bots section to getting_started_running.md doc

This commit is contained in:
smallmodel 2023-12-28 21:02:05 +01:00
parent 06be4c03fa
commit 2ca3443b7f
No known key found for this signature in database
GPG key ID: A96F163ED4891440
2 changed files with 16 additions and 16 deletions

View file

@ -25,4 +25,10 @@ This has two advantages:
- On a multi-user system, each user will have their own configuration file
- It doesn't overwrite the existing MOHAA configuration in the MOHAA installation directory.
Note that the configuration file isn't created nor written automatically on a dedicated server (**omohaaded**).
Note that the configuration file isn't created nor written automatically on a dedicated server (**omohaaded**).
## Playing with bots
OpenMoHAA has a basic bot system that emulates real players. The maximum number of bots is defined by the `sv_maxbots` variable, and the number of initial bots is defined by the `sv_numbots` variable. Bots can also be added or removed using the `addbot` and `removebot` commands.
This feature is a great way to test the gameplay and mods.