Forum > Texturing and 2D Art
Kael'thas
<< < (2/2)
Fyrion:
For me, blpconverter isn't working.
Create a shortcut with /p & /r and drag drop my blp file(frostmourne, has transparency) over it. nothing happend..
schlumpf:
BLPConverter gives you error messages in the console. Use the command line to run the application and you might get the reason for it failing.
Guest:
or append " >> blpconvert-log.txt" to your batch / shell file so it would read
--- Code: ---@echo off for %%i in (*.blp) do BLPConverter.exe "%%i" >> blpconvert-log.txt pause
--- End code ---
using a single >, ">" would overwrite the files contents using two >'s, ">>" would append to the files contents
Navigation
[0] Message Index
[*] Previous page
|