Closed EzraZebra closed 4 years ago
https://github.com/flowtsohg/mdx-m3-viewer/blob/aa0efe4f00b1eae9f395adf4224367572f66437e/src/parsers/mdlx/texture.ts#L43
I've tested it ingame, this line doesn't need to be written when the path is empty (i.e. Image "",). Either the path or the replaceable id need to be written though, or it will fail to load the model.
Image "",
https://github.com/flowtsohg/mdx-m3-viewer/blob/aa0efe4f00b1eae9f395adf4224367572f66437e/src/parsers/mdlx/texture.ts#L43
I've tested it ingame, this line doesn't need to be written when the path is empty (i.e.
Image "",
). Either the path or the replaceable id need to be written though, or it will fail to load the model.