bot ini and navmesh updates

* Added max match time to nsbots.ini
* Tweaked nav meshes for several maps
This commit is contained in:
RGreenlees 2024-04-06 16:58:35 +01:00 committed by pierow
parent 27ed51035c
commit d886d9b2e3
7 changed files with 5 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -3,6 +3,11 @@
# What prefix to put in front of a bot's name (can leave blank)
Prefix=[BOT]
# After this many minutes into a match, the bots will leave the game if there are no humans playing
# Helps prevent stalemates and bugs that happen after extremely long matches
# Default = 90 minutes
MaxAIMatchTime=90
# When should the server start adding bots? Note: bots will always be added after round start regardless
# 0 = On map load (after 5 second grace period)
# 1 = When all humans have joined a team (i.e. no more humans left in ready room)