Updated Playerbot Configuration (markdown)

SaW 2025-11-22 12:19:03 +01:00
parent 3763000189
commit 300161f597

@ -24,6 +24,11 @@ binlog_expire_logs_seconds = 432000
transaction_isolation="READ-COMMITTED" transaction_isolation="READ-COMMITTED"
``` ```
Recommended configuration to extend lifespan of your hard drive:
- in mysql configuration file change/add line `skip-log-bin` which reduce ~75-90% of writes because skipping binary logging (Use at own risk)
- in playerbots configuration file enable `AiPlayerbot.DisabledWithoutRealPlayer` to make sure no bots are logged in, while no players are
- use as few bots as possible or limit yourself to only using altbots to minimize the amount of writes
## Bot activity profiles and performance ## Bot activity profiles and performance
Before going into the configuration options we need explain the logic a bit. Every update tick of the server its calculated whether a bot can Before going into the configuration options we need explain the logic a bit. Every update tick of the server its calculated whether a bot can
or can't be active. An active bots takes and eats alot more resources then an idle bot. or can't be active. An active bots takes and eats alot more resources then an idle bot.