Simple bot: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{lang|Simple bot}}
{{lang|Simple bot}}
{{back|NextBot}}
{{back|NextBot}}
{{This is a|e0|name=simple_bot|game=Left 4 Dead|game2=Left 4 Dead 2|game3=Team Fortress 2|game4=Dota 2}}
{{This is a|e0|name=simple_bot|game=Left 4 Dead|game1=Left 4 Dead 2|game2=Team Fortress 2|game3=Dota 2}}
== Entity Description ==
== Entity Description ==
It is a very rudimentary example of a [[NextBot]] entity, displaying the bare minimum required for the AI system to function.  
It is a very rudimentary example of a [[NextBot]] entity, displaying the bare minimum required for the AI system to function.  

Revision as of 23:05, 21 December 2023

English (en)Translate (Translate)
NextBot

simple_bot is an e0 available in Left 4 Dead Left 4 Dead, Left 4 Dead 2 Left 4 Dead 2, Team Fortress 2 Team Fortress 2, and Dota 2 Dota 2.

Entity Description

It is a very rudimentary example of a NextBot entity, displaying the bare minimum required for the AI system to function.

This entity uses the model of a female Citizen - with no animations associated with it - and is unable to be damaged or killed. If the map has a .nav file, the entity will move to random areas when possible.

As an alternative to using ent_create for spawning instances of simple_bot, the cheat command simple_bot_add will instantly create the entity wherever your crosshair aims at.

Icon-Bug.pngBug:Using simple_bot_add will crash the game immediately in Team Fortress 2 Team Fortress 2. Use ent_create simple_bot instead.  [todo tested in ?]