changing fonts will now be feasible with few clicks
deathhound246
Hey Adrien, for the gzip support, does that also compress it when saving any modifications, or is that only for reading the files
adrientd
Only for reading
adrientd
When saving, the files are left uncompressed
adrientd
But it's not a problem since the games can read uncompressed files without any issue
deathhound246
wait the games can? i'm near sure that's not the case with Alice
deathhound246
i think Alice requires them to be compressed
adrientd
I tested with Dragons Wii and it worked
adrientd
If the game uses zlib to read the gzipped file, in the documentation it says that if the file is uncompressed, the gzopen function can detect that by checking for the presence of magic bytes: if these are absent, the function will just read the file as-is uncompressed without decompression.
deathhound246
oh, interesting
adrientd
Looks quite good
adrientd
GC/Wii supports texture sizes up to 1024x1024 pixels