-
Notifications
You must be signed in to change notification settings - Fork 11
cardcropHD400.jpg.zib | cardcropHD401.jpg.zib
I've joined these two ZIB wiki entries into the same page as they are laid out the exact same way, the only difference between the files is that the cardcropHD401.jpg.zib
archive contains the DLC cards for the game.
These files differ from the ones found in Busts as these are JPG files, there technical spec is 304 High, 304 Wide, and a colour depth of 24. The same rules apply, try not to change the image to much past these dimensions or it might break.
The file structure is as simple if not simpler than the Busts, the C style struct is as follows.
int FileSize;
int FileLength;
char[] FileName;
The fields should add up to 64(0x40) for this file, use FileName as the buffer vairble to fill it to reach this value with 0x00
,
The "File Name" fields can be a varied, so make sure to add a check that the file name length is a standard 9 for most files in this arcihve. Be sure to add to the buffer how many characters this is less than 9.