Re: info request on HL1 engine -
09-06-2006
Thanks Whistler,
I already looked at HPB files years(!) ago, looked again now and did not find what I am looking for. The HLSKD files does not include source dealing with how the engine updates players: example: pm_... tells about one player move update but not about the update process for all players which is part of source code not publicly available). The HPB source tells how Botman actually did things, but not why, which does not allow to code your own solution.
Example: from testing, I am sure that the engine updates a bot move( including changes in view angles) before executing its attack ( IN_ATTACK button flag set). This does not relate to how and when the other players are or are not updated , but it is another example of things that you cannot get anywhere though it is, I think, important to know it.
|