ScanMountGoat / xc3_lib

Xenoblade Chronicles file format and rendering libraries
MIT License
11 stars 3 forks source link

xeno1/chr/np/np860109.wimdo freezes in game after editing with xc3_tex #18

Open tomasadam3 opened 3 months ago

tomasadam3 commented 3 months ago

Not sure if this is an issue specific to XCDE Alvis' model (np860109), or if it extends to other NPC models as well, but editing any of Alvis' textures appears to cause the game to freeze upon the edited model's load. The .wimdo and .wismt don't appear corrupted, as they load just fine in Noesis, but I still assume something went wrong. Below is the main texture I'm trying to edit in:

np860109.16.NP860101_NEC_COL image

ScanMountGoat commented 3 months ago

Do you still get a crash if you don't edit any of the textures? There may be an issue with rebuilding either the wimdo or wismt file.

tomasadam3 commented 3 months ago

Tested that just now and yea it does seem to be a rebuilding problem (same type of crash happens as soon as the model loads in).

ScanMountGoat commented 1 month ago

This may be fixed on the latest 0.9.0 release @tomasadam3. I don't have a way to test DE files in game at the moment. https://github.com/ScanMountGoat/xc3_lib/releases/tag/v0.9.0

tomasadam3 commented 1 month ago

Thanks for the update. Unfortunately, the game still freezes as soon as the edited model gets loaded in.

ScanMountGoat commented 1 month ago

Thanks for getting back to me. That should help narrow it down as I keep looking into fixing this.