24 lines
588 B
Plaintext
Raw Permalink Normal View History

2021-11-05 02:45:04 +01:00
# Bot monitor
2022-01-17 10:22:29 +00:00
Made for:
2022-03-22 15:08:45 +00:00
* SPT 2.3.x
* EFT 17107
2022-01-17 10:22:29 +00:00
2021-11-05 02:45:04 +01:00
![botmon](monitor.png)
Debug monitor that shows active bots on the map, the zone in which they are located and the distance to them.
Checked on EFT version 0.12.11.1.13487, 0..12.11.2.13615, 0.12.11.13725 / AKI 2.0.0-A8 BLEEDINGEDGE
# Install
2022-03-22 15:08:45 +00:00
* Copy 'astealz.BotMonitor.dll' to 'BepInEx\plugins\'
2021-11-05 02:45:04 +01:00
# Usage
After load on map, open in-game console and type 'botmon N', where N is number between 0 and 3.
* 0 - disable monitor,
* 1 - show simple bot counter,
* 2 - show zone counter,
2022-03-22 15:08:45 +00:00
* 3 - show zone and distance to each bot.