Talk:PlayView

From PS3 Developer wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Playview structure overview

This info needs to be moved to frontpage at some point

┌─────────────────────────────────────────────────────────────────────────────────┐
│          GVD Structure                                                          │
├─────────────────────────────────────────────────────────────────────────────────┤
│"GVEW0100JPEG0100"                                                               │
│Source Image Width (Hex)                                                         │
│Source Image Height (Hex)                                                        │
│"BLK_"                                                                           │
│Length of Database (Hex) (№ of entries*0x20) + 0x08                              │
│Static Value                                                                     │
│Apps/machine code 1?                                                             │
│Apps/machine code 2?                                                             │
│┌────────────────────────────────────────────────────────────────────────────┬┬┬┐│
││          Database Entries                                                  │││││
│├────────────────────────────────────────────────────────────────────────────┼┼┼┤│
││Horizontal position on grid from left to right (Hex)                        │││││
││Vertical position on grid from top to bottom (Hex)                          │││││
││Layer level                                                                 │││││
││Length of the image (Hex)                                                   │││││
││Length padding of the image (Hex)                                           │││││
││Not used?                                                                   │││││
││Width image (Hex)                                                           │││││
││Height image (Hex)                                                          │││││
│└────────────────────────────────────────────────────────────────────────────┴┴┴┘│
│"BLK_"                                                                           │
│Length of all embedded images including pad (Hex)                                │
│Static Value                                                                     │
│┌────────────────────────────────────────────────────────────────────────────┬┬┬┐│
││          Images                                                            │││││
│├────────────────────────────────────────────────────────────────────────────┼┼┼┤│
││JPEG data (Starting from layer 0, left to right, top to bottom)             │││││
││FF pad if grid image, 00 pad if next is data base viewer (16 byte alignment)│││││
│└────────────────────────────────────────────────────────────────────────────┴┴┴┘│
└─────────────────────────────────────────────────────────────────────────────────┘