[Archive] BFA -> WotLK Skins
[Archive] BFA -> WotLK Skins
Archived author: nize95 • Posted: 2020-09-13T17:52:01+00:00
Original source
Greetings,
I'm trying to downport retail nude skins from Darknest to 3.3.5 with usage of the HD skin .MPQ that I downlaoded from this site. I end up with green bodies on my characters. Would someone more experienced with downporting take a look at my MPQ files from Darknest and see what I'm doing wrong? Thanks!
My data folder is here, patch-Z contains the files from Darknest: http://www.mediafire.com/file/y0u2d9961he7m8q/Data.rar
patch-z.mpq
Archived author: Alastor StrixEfuartus • Posted: 2020-09-13T18:04:57+00:00
Original source
texture needs to be in correct format palettized no alpha
Quote: 9 minutes ago, Alastor StrixEfuartus said:Is there a guide on how to do this?
texture needs to be in correct format palettized no alpha
Archived author: nize95 • Posted: 2020-09-13T18:14:47+00:00
Original source
Quote: 9 minutes ago, Alastor StrixEfuartus said:Is there a guide on how to do this?
texture needs to be in correct format palettized no alpha
Archived author: Alastor StrixEfuartus • Posted: 2020-09-13T18:42:50+00:00
Original source
use BLPConvertor from my repo and run on skin textures this cmd script
https://www.wowmodding.net/files/file/24.../?do=embed
@echo off
Title Converting BLP To PNG
for /R %%i in (*.blp) do BLPConverter8.exe "%%i"
Title Deleting BLP
FOR /R %%A IN (*.blp) DO DEL "%%A"
Title Converting PNG To BLP
for /R %%i in (*.png) do BLPConverter8.exe -h "%%i"
Title Deleting PNG
FOR /R %%A IN (*.png) DO DEL "%%A"
timeout 3
once your textures are in correct format you also need proper HD models those you linked are not even for LK so either downport them or take someone elses Hd models such as leviathans and repalce nude textures
Quote: 17 minutes ago, Alastor StrixEfuartus said:I guess i got them in the right format, because now i experience crashes.
use BLPConvertor from my repo and run on skin textures this cmd script
https://www.wowmodding.net/files/file/24.../?do=embed
@echo off
Title Converting BLP To PNG
for /R %%i in (*.blp) do BLPConverter8.exe "%%i"
Title Deleting BLP
FOR /R %%A IN (*.blp) DO DEL "%%A"
Title Converting PNG To BLP
for /R %%i in (*.png) do BLPConverter8.exe -h "%%i"
Title Deleting PNG
FOR /R %%A IN (*.png) DO DEL "%%A"
timeout 3
once your textures are in correct format you also need proper HD models those you linked are not even for LK so either downport them or take someone elses Hd models such as leviathans and repalce nude textures
Archived author: nize95 • Posted: 2020-09-13T18:58:01+00:00
Original source
Quote: 17 minutes ago, Alastor StrixEfuartus said:I guess i got them in the right format, because now i experience crashes.
use BLPConvertor from my repo and run on skin textures this cmd script
https://www.wowmodding.net/files/file/24.../?do=embed
@echo off
Title Converting BLP To PNG
for /R %%i in (*.blp) do BLPConverter8.exe "%%i"
Title Deleting BLP
FOR /R %%A IN (*.blp) DO DEL "%%A"
Title Converting PNG To BLP
for /R %%i in (*.png) do BLPConverter8.exe -h "%%i"
Title Deleting PNG
FOR /R %%A IN (*.png) DO DEL "%%A"
timeout 3
once your textures are in correct format you also need proper HD models those you linked are not even for LK so either downport them or take someone elses Hd models such as leviathans and repalce nude textures
Quote: On 9/13/2020 at 7:52 PM, nize95 said:made any progress?
Greetings,
I'm trying to downport retail nude skins from Darknest to 3.3.5 with usage of the HD skin .MPQ that I downlaoded from this site. I end up with green bodies on my characters. Would someone more experienced with downporting take a look at my MPQ files from Darknest and see what I'm doing wrong? Thanks!
My data folder is here, patch-Z contains the files from Darknest: http://www.mediafire.com/file/y0u2d9961he7m8q/Data.rar
patch-z.mpq
Archived author: Joh007 • Posted: 2020-10-04T19:56:02+00:00
Original source
Quote: On 9/13/2020 at 7:52 PM, nize95 said:made any progress?
Greetings,
I'm trying to downport retail nude skins from Darknest to 3.3.5 with usage of the HD skin .MPQ that I downlaoded from this site. I end up with green bodies on my characters. Would someone more experienced with downporting take a look at my MPQ files from Darknest and see what I'm doing wrong? Thanks!
My data folder is here, patch-Z contains the files from Darknest: http://www.mediafire.com/file/y0u2d9961he7m8q/Data.rar
patch-z.mpq
Quote: On 10/4/2020 at 3:56 PM, Joh007 said:No.
made any progress?
Archived author: nize95 • Posted: 2020-10-09T19:49:52+00:00
Original source
Quote: On 10/4/2020 at 3:56 PM, Joh007 said:No.
made any progress?
Archived author: sayber1 • Posted: 2020-10-10T11:48:50+00:00
Original source
Ok, I think I can help with this one. First you need WoD character models for 3.3.5. They are the same models used in BFA. Next use photoshop script from downloads part of this site, that converts skin textures to 3.3.5 layout. Save them in correct blp format (indexed). Then create transparent .blp for underwear, name them accordingly and make sure they are also in an indexed format with an alpha channel. Then you're done, build an mpq file and you are ready to go.
P.S: also make sure to remove "HD" from texure names.
Quote: On 10/10/2020 at 7:48 AM, sayber1 said:Thank you for the advice, however I'm still turning up green skinned characters.
Ok, I think I can help with this one. First you need WoD character models for 3.3.5. They are the same models used in BFA. Next use photoshop script from downloads part of this site, that converts skin textures to 3.3.5 layout. Save them in correct blp format (indexed). Then create transparent .blp for underwear, name them accordingly and make sure they are also in an indexed format with an alpha channel. Then you're done, build an mpq file and you are ready to go.
P.S: also make sure to remove "HD" from texure names.
Archived author: nize95 • Posted: 2020-10-14T01:19:46+00:00
Original source
Quote: On 10/10/2020 at 7:48 AM, sayber1 said:Thank you for the advice, however I'm still turning up green skinned characters.
Ok, I think I can help with this one. First you need WoD character models for 3.3.5. They are the same models used in BFA. Next use photoshop script from downloads part of this site, that converts skin textures to 3.3.5 layout. Save them in correct blp format (indexed). Then create transparent .blp for underwear, name them accordingly and make sure they are also in an indexed format with an alpha channel. Then you're done, build an mpq file and you are ready to go.
P.S: also make sure to remove "HD" from texure names.
Quote: 5 hours ago, nize95 said:All green skin issues, as far as I understand are connected with wrong blp format. Try this patch for Night Elf females for test. It is fully working. If it DOES work for you then it's file format problem. If it doesn't then there is something else.
Thank you for the advice, however I'm still turning up green skinned characters.
Archived author: sayber1 • Posted: 2020-10-14T07:00:59+00:00
Original source
Quote: 5 hours ago, nize95 said:All green skin issues, as far as I understand are connected with wrong blp format. Try this patch for Night Elf females for test. It is fully working. If it DOES work for you then it's file format problem. If it doesn't then there is something else.
Thank you for the advice, however I'm still turning up green skinned characters.