UNO (Gameloft) 3.6.7i (.IPD)
-
- Posts: 865
- Joined: Fri Apr 20, 2018 12:41 am
UNO (Gameloft) 3.6.7i (.IPD)
I want to view the file splash.ipd but its not readable, its for sure a raw image as wrapping it as raw data gives me a decent idea of what the image is, its the UNO logo for sure, vertically flipped and is using RGB565 as the logo is red during the splash screen. I got it as 320x240 and got something but I'm not 100% sure if that's what it looks like. http://www.filedropper.com/splash
-
- Posts: 706
- Joined: Fri Aug 08, 2014 1:06 am
Re: UNO (Gameloft) 3.6.7i (.IPD)
LolHacksRule wrote:.... vertically flipped .... RGB565 .... as 320x240 ....
that looks good to me.
and just to add to it,
little-endian 16 byte header
4 bytes - width
4 bytes - height
1 byte - flag ?
1 byte - flag ?
1 byte - flag ?
1 byte - flag ?
4 bytes - zero
and image data starts at 0x10.
Last edited by Acewell on Sat Jan 05, 2019 12:48 am, edited 1 time in total.
-
- Posts: 865
- Joined: Fri Apr 20, 2018 12:41 am
Re: UNO (Gameloft) 3.6.7i (.IPD)
TBH, I was guessing values to find this out...