07th-mod / umineko-question

93 stars 9 forks source link

Question Arcs: Missing Shannon Outside Sprites #124

Closed drojf closed 5 years ago

drojf commented 5 years ago

also shannon outside sprites are missing they're in the script, but not in the game files can't load file [big\bmp\TATI\SHA\2\SHA_WaraiA3.png]: Error reading the PNG file.

Near this region:

"The sea is finite too. Then again, even if the sea were infinite, how much could we cover in our whole lives? ..."

drojf commented 5 years ago

it turns out the files exist in the archive and on disk. However the images were saved with a low (none?) compression level, and the game gives the following error:

libpng error: IDAT: chunk data is too large
 *** can't load file [big\bmp\TATI\SHA\2\SHA_WaraiA1.png]: Error reading the PNG file. ***

attached are fixed images which are much smaller as they have compression enabled

shannon_2_sprites.zip

drojf commented 5 years ago

this change has been added to the main graphics zip (2019-01-27 graphics merge)