mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
## About The Pull Request ai controllers that have exhausted all their current behaviors now stop processing until the next cycle, so we no longer need to do these checks on every process fire. idle behaviors are now instead handled by a new low priority subsystem. these are the costs before/after roughly 25 minutes into the round  ## Why It's Good For The Game improves ai performance ## Changelog 🆑 /🆑
5 lines
155 B
Plaintext
5 lines
155 B
Plaintext
UNPLANNED_CONTROLLER_SUBSYSTEM_DEF(idle_unplanned_controllers)
|
|
name = "Unplanned AI Idle Controllers"
|
|
wait = 2.5 SECONDS
|
|
target_status = AI_STATUS_IDLE
|