The quick kick/mighty boot is not working properly. I only see one frame, not the full kick.
Code:
// Mighty Boot (2521)
model "highres/sprites/firstperson/2521_mightyboot.md3" {
scale 9
skin { pal 0 file "highres/sprites/firstperson/2521_mightyboot.jpg" }
frame { name "FRAME1" tile 2521 }
hud { tile 2521 xadd 0.1 yadd 2.0 zadd 2.5 angadd 600 }
hud { tile 2521 xadd -1.0 yadd 1.8 zadd 2.5 angadd 550 flipped } // Quick Kick
}
// Mighty Boot (2522)
model "highres/sprites/firstperson/2522_mightyboot.md3" {
scale 9
skin { pal 0 file "highres/sprites/firstperson/2521_mightyboot.jpg" }
frame { name "FRAME1" tile 2522 }
hud { tile 2522 xadd -0.01 yadd 2.5 zadd 2.5 angadd 550 }
hud { tile 2522 xadd 0.01 yadd 1.5 zadd 2.5 angadd 600 flipped } // Quick Kick
}
I haven't touched the firstperson defs since I installed the latest HRP update. Is this a known bug? Or is something not right with me?