Modcraft - The community dedicated to quality WoW modding!
Featured => Noggit => Topic started by: madman1851 on February 07, 2016, 06:30:08 pm
-
Hi guys, got a little problem. When i try to mod Blizz location, it makes something like this. I've tried 4 textures on each chunk, and fixed problem with camera, but cant find any solution for this. Any help?
-
Noggit tries to save big alpha as usual alpha. There is no solution until someone fixes it in the code.
-
Hack: Save all ADTS once (be sure not to save twice), then in https://wowdev.wiki/WDT#MPHD_chunk (https://wowdev.wiki/WDT#MPHD_chunk" onclick="window.open(this.href);return false;), change the mentioned big alpha flag (0x04?).
-
Hack: Save all ADTS once (be sure not to save twice), then in https://wowdev.wiki/WDT#MPHD_chunk (https://wowdev.wiki/WDT#MPHD_chunk" onclick="window.open(this.href);return false;), change the mentioned big alpha flag (0x04?).
Good idea, but it will create weird lines in game. I tried that long ago. It woulld look like one pixel is missing on the chunk border. Also in this case he would have to resave all adts in Northrend to get rid of big alpha, right?
-
Ok, problem solved,thank you for answers. Now it's doing this.
-
Will be repaired when those ADTs will get saved again in Noggit.