Modcraft - The community dedicated to quality WoW modding!

Featured => Noggit => Topic started by: madman1851 on February 07, 2016, 06:30:08 pm

Title: [Question] Noggit texture problem
Post 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?
Title: Re: [Question] Noggit texture problem
Post by: Skarn on February 07, 2016, 10:14:30 pm
Noggit tries to save big alpha as usual alpha. There is no solution until someone fixes it in the code.
Title: Re: [Question] Noggit texture problem
Post by: schlumpf on February 07, 2016, 10:27:22 pm
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?).
Title: Re: [Question] Noggit texture problem
Post by: Skarn on February 08, 2016, 01:15:00 pm
Quote from: "schlumpf"
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?
Title: Re: [Question] Noggit texture problem
Post by: madman1851 on February 08, 2016, 05:30:15 pm
Ok, problem solved,thank you for answers. Now it's doing this.
Title: Re: [Question] Noggit texture problem
Post by: Amaroth on February 08, 2016, 07:36:18 pm
Will be repaired when those ADTs will get saved again in Noggit.