Skyrim
0 of 0

File information

Last updated

Original upload

Created by

opparco

Uploaded by

opparco

Virus scan

Safe to use

Tags for this mod

About this mod

This tool can repair footsteps.

Some locomotion animation mods remove footsteps unintentionally.
Because the animation annotations have been removed.

Permissions and credits
# hkanno - Animation Annotation Tools
Repair footstep sounds.

## Usage
hkanno.exe dump -o anno.txt anim.hkx
: Dump the annotations in anim.hkx
hkanno.exe update -i anno.txt anim.hkx
: Update the annotations in anim.hkx
### anno.txt
  # comment line
  time text

## Example
  hkanno.exe dump C:\Steam\steamapps\common\Skyrim\Data\meshes\actors\character\animations\female\mt_runforward.hkx
  # numOriginalFrames: 20
  # duration: 0.633333
  # numAnnotationTracks: 99
  # numAnnotations: 2
  0.000000 FootLeft
  0.333333 FootRight

## Build
### Prerequisite
- Visual Studio 2008
- hk2010_2_0_r1
Run nmake

## Acknowledgments
hkanno uses Havok(R). (C) Copyright 1999-2008 Havok.com Inc. (and its Licensors). All Rights Reserved. See www.havok.com for details.

## License
MIT

## Author
opparco