[14:25:00] <Dominus> marzo, any idea why the png offsets need to be corrected for the title screen change to work? see http://exult.sourceforge.net/forum/read.php?f=1&i=515022&t=515022 post from the 15th january?
[14:48:54] <Marzo> Dominus: because PNG does not really support layer offsets
[14:49:40] <Marzo> Using shp files with the Gimp plug-in works better because of this
[14:50:06] <Marzo> (which is one of the reasons I am preferring to use expack instead of ipack in the mods)
[14:50:37] <Marzo> The layer offsets are translated by the tools to import it as offsets in the shape file
[14:50:57] <Marzo> These offsets tell Exult where the bottom right corner of the shape is rendered
[14:51:44] <Marzo> Without offsets in the PNG, it defaults to, I think, (0,0), which means "render the bottom right corner of the shape on the top left corner of the screen"
[16:18:30] <Dominus> thanks for the explanation, Marzo