nw-model-miner
nw-model-miner copied to clipboard
Cant extract models
The datatables are being extracted properly, but I keep getting this error when it moves onto the models, not sure whats causing this to happen.
TypeError: Cannot read properties of undefined (reading 'skin1') at extractAndAssemble (file:///C:/Users/main/Desktop/nw-model-miner-master/models/extract-and-assemble.mjs:81:49) at async file:///C:/Users/main/Desktop/nw-model-miner-master/nw-model-miner.mjs:30:1
I'm having the same issue, maybe the game changed some data structure?
I'm having the same issue, maybe the game changed some data structure?
Any updates? Having the same error
Hey @Kattoor @superdotaplaya @PotatoMastah @darealsenor could you resolve this issue? I'm having the same error.
Ran into the same error. When I looked into it it seemed like the csv indexes were off for the itemdefinition csvs in extract-and-assemble.mjs.
The script completed with the changes I made, but all the models seemed jumbled up in the viewer. I don't know what else is going on here.
Direct hit @bsungur ! I could successfully export the data as well (but only .dae, glTF part still gives error). Thank you for the finding and sharing. Also do you know why there is no 3D architectural elements exporting? I can only see characters and items exported. Is it possible to extract houses, walls, gates etc.?
Thanks for confirming @filibis.
I also noticed that it seemed only the armor models were exporting. I am also more interested in some of the other models, maybe things like housing trophies. Unfortunately I don't know my way around the datasheets or this tool very well.