vfig on 13/2/2022 at 13:18
a problem i run into a bunch is i set up some sound schemas or motion schemas with tags, but they dont play when i expect them to. the best way i have found to debug this is to use these console commands, which will print to the monolog the tags that the game is querying with:
set envsoundspew (for sound schemas)
set mcoordtrace (for motion schemas)
both of these are very noisy, and will print info for every sound or motion the game is looking up, which is why i recommend creating a new empty .mis with only the absolute minimum things needed in it for the game to try to play the sounds or motions in question.
you can turn these off again with:
unset envsoundspew
unset mcoordtrace