Talk:Server-Side Bots: Difference between revisions
Jump to navigation
Jump to search
CrazyMonkey (talk | contribs) No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Any hints on how this could be used to implement the AI code in the HL2 codebase for multiplayer bots that are smart and shoot back? I'm no C++ guru, but I have figured out quite a bit. I just need a lead on where to start. -- CrazyMonkey | Any hints on how this could be used to implement the AI code in the HL2 codebase for multiplayer bots that are smart and shoot back? I'm no C++ guru, but I have figured out quite a bit. I just need a lead on where to start. -- CrazyMonkey | ||
What I would do is edit the BotThink() function. -- Pon |
Revision as of 05:05, 19 July 2005
Any hints on how this could be used to implement the AI code in the HL2 codebase for multiplayer bots that are smart and shoot back? I'm no C++ guru, but I have figured out quite a bit. I just need a lead on where to start. -- CrazyMonkey
What I would do is edit the BotThink() function. -- Pon