jswigart / omni-bot

Omni-bot is a first person shooter bot frameworkfor AI controlled multiplayer opponents in several popular FPS games and engines
http://www.omni-bot.com
75 stars 23 forks source link

ET: requesting bot to follow player by vsay command #13

Closed mittermichal closed 5 years ago

mittermichal commented 5 years ago

hello, i was looking though source and i found that it should be implemented, but doing v31 ingame (Follow me!) doesn't seem to work, meanwhile v21 and v22 (Need medic/ammo) work does it have to be explicitly implemented in game mod? Regards Kimi|AHK

plastovicka commented 5 years ago

Medic and ammo commands are implemented in script et/scripts/goals/goal_deliversupplies.gm. If you want bots to follow you, you can use script goal_fireteam.gm. It is disabled by default and can be enabled in the config file et/user/omni-bot.cfg. You must bind some key to Fire-Team Admin in the ET options. Then you can create a new fire team and invite players. Bots will always accept your invitation. They will automatically follow you if they don't have anything more important to do.

mittermichal commented 5 years ago

thank you! i'm checking it out, lot of cool stuff there!