All public logs

Combined display of all available logs of Boktai Hacking Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:48, 27 October 2024 Raphi talk contribs created page Animation file (Created page with "'''TODO:''' This page needs verification. Animation files store animation for actor sprites. Each actor in the actor sprites file may contain multiple sprites, and animaitons determine when the actor should show which sprite (and optionally, if the sprite should be flipped). = File format = <syntaxhighlight lang="c"> struct AnimationFile { offset 0x00: u16 animationCount; offset 0x02: u16 frameCount; offset 0x04: Animation...")
  • 20:47, 22 October 2024 Raphi talk contribs moved page Animation file to Actor sprites file without leaving a redirect
  • 10:53, 19 October 2024 Raphi talk contribs created page Animation file (Created page with "Animations are similar to sprite sets, but they are (slightly) simpler in structure. Animations are used for "small" enemies (like boks or mummies), while sprite sets are used for "large" enemies (bosses and minibosses). Both animations and sprite sets can store static and animated sprites as well. = Differences compared to sprite sets = * Each object in a sprite set sprite can have a different palette, whereas each animation frame must use the same...")