YaLTeR / BunnymodXT

Speedrun and TAS tool for Half-Life & friends.
Other
200 stars 38 forks source link

NPC information #16

Open Matherunner opened 8 years ago

Matherunner commented 8 years ago

Currently we do not display/log any information related to NPC AI and movement. Investigate what are the most relevant information to be displayed/logged on HUD or TAS log.

Some information that may be relevant:

YaLTeR commented 6 years ago

For the AM TAS I output some stuff for the pre-testchamber scientist manipulation. The scientists there have actions like "walk to scanner", "turn to scanner" and what I was looking for in the log was for those actions to be completed immediately. I also probably logged the current and target position and angles so I had a better idea of what I was supposed to do. The allowance values were hardcoded I believe so I didn't output them (things like the position has to be within 1 unit of the target position).