View Single Post
  #7  
Old 08-03-2015, 06:21 PM
Zaela Zaela is offline
Sarnak


Join Date: Jul 2014
Posts: 319
Default

Quote:
Originally Posted by Kinvalar [You must be logged in to view images. Log in or Register.]
EDIT: I'm not sure how the transparency flag in the texture patcher stores/modifies the flag? Might need to use that patcher and modify the .bat to enabled transparency on the appropriate file.
Haven't used the texture patcher myself and not sure exactly how it goes about things either, but I would try removing this line from the .bat

Code:
rem Fix black areas on wood elf male plate helmet
set rt_global_chr=helm3.bmp
and changing this line

Code:
set mp_global_chr=%mp_global_chr%,helm15.bmp
to this

Code:
set mp_global_chr=%mp_global_chr%,helm15.bmp,helm3.bmp
Just moving helm3.bmp from "fix black spots" mode to "add transparency" mode (assuming that's what "rt" and "mp" refer to respectively, whatever they're supposed to stand for).
Reply With Quote