Periodically check all bots and set AlternatePath when bots return flag to home base.
As result:
- bots less attack by same shortest way.
Mutator targeted only to stock UT bots. Work only for CTFGame and subclasses of it.
Require AlternatePath actors on map.
Install:
Add to mutator list FixCTFBots.FixCTFBots (or to ServerActors - preferred way)
Not need add it into ServerPackages.
Related UT bug: https://github.com/OldUnreal/UnrealTour ... issues/758
Outdated. Use SmartStockBots mutator instead.