BunnymodXT icon indicating copy to clipboard operation
BunnymodXT copied to clipboard

NPC information

Open Matherunner opened this issue 9 years ago • 1 comments

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:

  • tasks
  • NPC position
  • NPC yaw

Matherunner avatar Aug 24 '16 13:08 Matherunner

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).

YaLTeR avatar Apr 20 '18 06:04 YaLTeR