mervie16, it looks like you're talking about unpacking the fsh file as png and dds.
the problem is that i unpacked my .fsh file as a folder of bmp files.
So the contents of that file would not containg any png. It contains bmp files as follows:
0000-1
0000-1a
0000-2
0000-2a, etc.
so the files ending in 'a' would determine the transparency.
This is the command i used to unpack per the application
- Code:
fshline bostcrt_vram.fsh -nfs
I tried using the following to repack the bmp folder back to .fsh file without success
- Code:
fshline bostcrt_vram\index.fsh -nfs
I tried the drag drop method as you stated, but like you said its only for png/dds file format.
Is there a way to successfully repack the bmp files back to a .fsh file