scurest / apicula

Convert Nintendo DS .nsbmd models
BSD Zero Clause License
159 stars 18 forks source link

"Kab-omb" model from "New Super Mario Bros." not working #1

Closed mariomadproductions closed 7 years ago

mariomadproductions commented 7 years ago

hanabi.nsbmd hanabi.nsbca

[...]apicula>apicula view hanabi.nsbmd
Found 1 model.
Found 0 animations.
ERROR:apicula: error: Error(
    Msg(
        "sanity check failed: num_terms <= 4"
    ),
    State {
        next_error: None,
        backtrace: None
    }
)
scurest commented 7 years ago

Thanks for the bug report!

I actually have a fix for this (b515a62), but hadn't pushed it. I've done so now; it should be in the latest pre-built binary. Can you tell me if this fixes your model?

(Initialially I had thought it was still bugged because the model looks weird from the front. But NSMB is a side-scroller, and it looks plausible from the right side.)

both

mariomadproductions commented 7 years ago

It seems to work fine now. Thanks.