Files
Bubberstation/code/controllers/subsystem/unplanned_ai_idle_controllers.dm
Ben10Omintrix 372e41750b some more ai optimizations (#86975)
## 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

![image](https://github.com/user-attachments/assets/28b93cf8-b929-432a-a17d-61cbd581cddf)


## Why It's Good For The Game
improves ai performance

## Changelog
🆑
/🆑
2024-10-21 17:25:32 -06:00

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