X-Hax / sa_tools

Sonic Adventure Toolset
http://info.sonicretro.org/SA_Tools
103 stars 24 forks source link

SAMDL: Invalid NJA export #104

Closed PiKeyAr closed 4 years ago

PiKeyAr commented 4 years ago

SAMDL's NJA export has some syntax issues that prevent it from working with KATANA SDK. Here are a few things I found:

ifndef DEFAULT_OBJECT_NAME

define DEFAULT_OBJECT_NAME object_name

endif

DEFAULT_END

PiKeyAr commented 4 years ago

For comparison, here's the original NJA file used in one of the samples in the SDK: original.txt

And here's an SAMDL NJA export of the same model that I got by exporting the model from a compiled binary: samdl.txt