Hey Guys,
been playing around with my NavMesh today,
and completly forgot that WoW Changed there \\Data\\ files.
now its got me completly stuffed how to read there files for extraction now, been fiddling with the mpqeditor program also,
and same thing keeps spitting out the patch error..
Point in right direction?
My old patch search, yes i know its for US lol
Code:
string[] MainPatch = System.IO.Directory.GetFiles(Utils.WoWDataDir, "wow-update-*.MPQ");
string[] DataPatch = System.IO.Directory.GetFiles(Utils.WoWDataDir, "enUS\\wow-update-enUS-*.mpq");