"LiquidVision will ALWAYS be free!" (c) Welcome to the Frontpage start page,
however it isn't opensource.
You can verify mdl change by adding debug output in the WmoFile.cs:
Code:
public override Model Load(String path)
{
// Change .mdx to .m2 if needed
string file = path;
if (Path.GetExtension(path).Equals(".mdx"))
{
file = Path.ChangeExtension(path, ".m2");
}
//Console.WriteLine("Load model " + path);
string localPath="PPather\\model.tmp";
if(set.ExtractFile(file, localPath))
{
Model w=new Model();
w.fileName=file;
ModelFile wrf=new ModelFile(localPath, w);
return w;
}
Console.WriteLine("!!! Can't load " + path); //DEBUG OUTPUT!!!
return null;
}
}
Without mdl change you'll get something like this:
01:08:02.3593 [Debug] [PPather] !!! Can't load world\azeroth\duskwood\passivedoodads\webs\webdangle01.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\azeroth\duskwood\passivedoodads\webs\webstretch01.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\azeroth\duskwood\passivedoodads\webs\webdangle01.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\azeroth\duskwood\passivedoodads\webs\webdangle01.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\azeroth\duskwood\passivedoodads\webs\webdangle01.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\azeroth\duskwood\passivedoodads\webs\webdangle01.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\azeroth\duskwood\passivedoodads\webs\webdangle01.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\azeroth\duskwood\passivedoodads\webs\webstretch01.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\azeroth\duskwood\passivedoodads\webs\webdangle01.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\generic\human\passive doodads\lanterns\generallantern02.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\generic\human\passive doodads\lanterns\generallantern03.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\generic\human\passive doodads\crates\stormwindcrate01.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\generic\human\passive doodads\lanterns\generallantern02.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\generic\passivedoodads\misc\minecars\caveminecarwrecked02.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\generic\human\passive doodads\lanterns\generallantern03.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\generic\human\passive doodads\crates\stormwindcrate01.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\generic\human\passive doodads\buckets\cavekoboldbucket.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\azeroth\elwynn\passivedoodads\shovel\shovel.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\azeroth\westfall\passivedoodads\crate\westfallcrate.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\azeroth\westfall\passivedoodads\barrel\westfallbarrel01.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\generic\human\passive doodads\ropes\cavekoboldropecoil.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\generic\human\passive doodads\lanterns\generallantern03.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\generic\human\passive doodads\crates\stormwindcrate01.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\azeroth\elwynn\passivedoodads\shovel\shovel.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\generic\passivedoodads\well\well.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\generic\human\passive doodads\lanterns\generallantern03.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\generic\human\passive doodads\lanterns\generallantern03.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\azeroth\westfall\passivedoodads\barrel\westfallbarrel01.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\generic\passivedoodads\misc\wheelbarrow\caveminewheelbarrow01.mdl
01:08:02.3593 [Debug] [PPather] !!! Can't load world\generic\human\passive doodads\crates\stormwindcrate01.mdl