I think there are three things to test:
1) Custom weapon AI
Playing around with the following cvars
- Code: Select all
set bot_ai_custom_weapon_priority_distances "200 700" // Define close and far distances in any order, the bots will detect middle distances automatically.
set bot_ai_custom_weapon_priority_far "9 7 13 6 4 3 2 1" // Desired weapons in any order. Up to the max ammount of weapons available in the system
set bot_ai_custom_weapon_priority_mid "14 7 6 4 3 2 1" // same as previous
set bot_ai_custom_weapon_priority_close "7 14 3 2 1" // same as previous
2) Weapon combo support
- Code: Select all
set bot_ai_weapon_combo 1 // Enable weapon combos
set bot_ai_weapon_combo_threshold 0.3 // Try to make a combo N seconds after the last attack
3) Both features combined
Just playing with one bot in an open map, watching it and changing these cvars in the middle of the game should do the trick.
I hope you have some fun while testing

Thank you very much for your support guys. Now this is a little contagious to me, I'll try to test too other contributions during the weekend.