-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding SSpathfinding. #4302
base: dev
Are you sure you want to change the base?
Adding SSpathfinding. #4302
Conversation
00f1b91
to
e07f166
Compare
663dbee
to
3e0bf7e
Compare
I don't know if it's in the plans down the road, but having some way to prioritize some movers above others would be great. Since, having a lot of idle mobs running their idle or like fluff pathfinding over mobs in active combat would probably be a bit problematic. Like say, if there's 12 cleaner and farm bots bots trying to get a path and then there's 2 medbots trying to path to heal people, and 2 hostile mobs trying to path to attack players, you probably don't care much about the cleaner and farm bots pathing really long paths over those that need to react quickly? |
I am not planning on adding pathfinding priority in this PR. I just want it subsystemised and tickchecked, if someone wants to implement scheduling down the track then they can, but I am not adding more scope to this PR, I am already struggling to get through it. |
3e0bf7e
to
779bb4c
Compare
779bb4c
to
40a6093
Compare
Splitting the bot aspect out of this for a separate PR. |
40a6093
to
81d4684
Compare
|
e3abb9e
to
2700e4f
Compare
2700e4f
to
0d60578
Compare
This has broken bot behavior, but I can't tell if it was my changes or if bots were already screwed. Need to test bots on clean dev I guess. |
works perfectly with #4586 in. |
Description of changes
bots andICs to use the subsystem.TODO
Get bots to actually work again.Test cleanbot.Test farmbot.Test medibot.Test secbot.Test floorbot.Test mulebot.Why and what will this PR improve
Authorship
Myself.
Changelog
Nothing player-facing.