isle.pizza/public/animations/manifest.json
Christian Semmler c390c735b4
Add actor editor with animated 3D character preview
Browse and customize all 66 game actors with a Three.js rendered preview
featuring skeletal walk cycle animations. Click interaction matches the
game's character-dependent behavior (Pepper=hat, Nick=color, etc.).

- Parse WDB global parts and global textures for character assembly
- Parse and serialize character data (66 entries x 16 bytes) in save files
- AnimationParser for .ani binary format with hierarchical keyframe evaluation
- Full g_cycles animation table (11 types x 17 animations) driven by move/sound
- Per-mesh texture support for hats, torso, and face textures
2026-02-07 21:33:45 -08:00

17 lines
341 B
JSON

{
"walkAnimations": {
"xx": "CNs001xx.ani",
"Pe": "CNs001Pe.ani",
"Ma": "CNs001Ma.ani",
"Pa": "CNs001Pa.ani",
"Ni": "CNs001Ni.ani",
"La": "CNs001La.ani",
"Br": "CNs001Br.ani",
"Bd": "CNs001Bd.ani",
"Pg": "CNs001Pg.ani",
"Rd": "CNs001Rd.ani",
"Sy": "CNs001Sy.ani",
"Sk": "CNs001Sk.ani"
}
}