Modcraft - The community dedicated to quality WoW modding!

Featured => Noggit => Topic started by: EzEXE on June 15, 2012, 09:15:43 pm

Title: [Solved] Warcraft Model Viewer; trouble importing.
Post by: EzEXE on June 15, 2012, 09:15:43 pm
Sorry to create a new thread, old one got locked after the problem was resolved.

I'm unable to import m2's and WMO's from the WoW Model Viewer log file.

My noggit.conf points to the right path
Code: [Select]
ImportFile = C:UsersComputerDesktopWorld of Warcraft 3.3.5aWoWModelViewer7userSettingslog.txtAuto-select chunks is Off
and of course I'm actually using the model viewer to view the files beforehand.
I can add the helper WMOs no problem.

Again, sorry for doubling up on threads.

Thanks in advance for the help.
Title: Re: Warcraft Model Viewer; trouble importing.
Post by: Steff on June 16, 2012, 09:32:23 am
ImportFile = C:UsersComputerDesktopWorld of Warcraft 3.3.5aWoWModelViewer7userSettingslog.txt

NOT

ImportFile = C:UsersComputerDesktopWorld of Warcraft 3.3.5aWoWModelViewer7userSettingslog.txt

The end of the path.  is a path seperator. The ImportFile is a filepath not a folder path soNO  at the end ;)
Title: Re: Warcraft Model Viewer; trouble importing.
Post by: EzEXE on June 16, 2012, 09:50:47 am
Right as always.

Thanks for the help. :)
Title: Re: Warcraft Model Viewer; trouble importing.
Post by: Steff on June 16, 2012, 12:42:43 pm
No problem.
And not always ;)