Alright, I know that you can do the EoF trick with Eschaton, but I cannot figure out how to get a larger file to replace a smaller file.
I have tried just injecting it but it will tell me that it is not a scalable size, or it will scale it down to whatever the bitmap's size is. I want it to stay the same size.
I have tried SquishDDS, but I cannot figure out how to set it to take the image I want and the mask. Is there some other way of doing this?
EoF trick on a mac
The inject method is very very very straight forward. Halo stores bitmap data as the raw image data. Basically a DDS file without the header. All of the DDS header data is stored in the meta data. Bitmap data like everything else is stored in a one large file so to inject something larger would mean moving all the addresses of the bitmaps images (and correcting offsets to that bitmap data in every bitm tag). It might be possible using an EOF related injection. I'll see about it adding that kind of functionality.