Tagged Questions
0
votes
0answers
31 views
Source Engine AI assertion error during GetArrivalSequence()
I have been trying to make an npc in the Source Engine by following the SDK Docs tutorial and then using the npc_antlion.h/.cpp as a template for anything that wasn't clear. I've included my attempt ...
3
votes
2answers
469 views
How does Half Life's covering work?
Enemies in this game take cover. AFAIK HL uses some logical decisions for enemy to start searching for cover and to abandon cover, and I am able so far to find them; but how does he find a cover ...