I want to access to 8 bit informations of alpha in pixmap module. I convert, in the "pixel.bmx" file this:
Global AlphaBitsPerPixel[]= [0,0,8,0,0,8,8]
by
Global AlphaBitsPerPixel[]= [0,0,0,8,8,8,8]
But, when i try to recompile the pixmap module with the command line:
"bmk makemods -r brl.pixmap"
it's every time write me an error, even if i let the original pixel.bmx file.
Does anybody know why?
Global AlphaBitsPerPixel[]= [0,0,8,0,0,8,8]
by
Global AlphaBitsPerPixel[]= [0,0,0,8,8,8,8]
But, when i try to recompile the pixmap module with the command line:
"bmk makemods -r brl.pixmap"
it's every time write me an error, even if i let the original pixel.bmx file.
Does anybody know why?