Killer Tank SPR

From XentaxWiki
(Redirected from Killer Tank)
Jump to: navigation, search

Contents: GRAFs page - All - 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z - Edit

Format Type: Archive
Extensions: spr
Platforms: unknown
Endian Order: Little Endian



Format Specifications

Image
Each image is flipped upside-down
ARCHIVE HEADER
  1 OR 2 - Number Of Images (1)

IMAGE DATA
  for each image
    HEADER
    byte {64}        - Filename of Original Image (null terminated)
    uint32 {4}       - Unknown
    uint16 {2}       - Image Width/Height
    uint16 {2}       - Image Width/Height
    uint32 {4}       - Color Format? (0/1/3)
    byte {28}        - null
    PIXELS
    if (colorFormat == 0) {
      5-6-5
      for each pixel
        uint16 {2}       - Color

      }

    else if (colorFormat == 1){
      5-5-5-1
      for each pixel
        uint16 {2}       - Color

      }

    else if (colorFormat == 2){
      4-4-4-4
      for each pixel
        uint16 {2}       - Color

      }

    else if (colorFormat == 3){
      Paletted
      for each pixel
        byte {1}         - Palette Index
        byte {1}         - Alpha

      }



MultiEx BMS Script

No BMS script

Supported Programs



Notes

No additional notes

Games

  • Killer Tank



Navigation

Jump to a listing by...
All Formats - Common Formats - Standard Formats - Malformed Pages
Platforms
Microsoft:
Xbox
Xbox 360
Nintendo:
GameCube
DS
Desktop:
PC
Sega:
Dreamcast
Sony:
PlayStation
PlayStation 2
PlayStation 3
PlayStation Portable
Type
Animation - Archive - Audio - Image - Mesh - Miscellaneous - Model - Video
Endianness
Little-endian - Big-endian
BMS Scripts
Pages Without a BMS Script

All Pages with Scripts:
Recently Added Scripts

Program Support
No Known Support

MultiEx Commander - Game Extractor

Format Specification Completion
Work in Progress - Almost Done - Completed
Compression and Encryption
No Compression or Encryption Used - Unknown Compression or Encryption Used

One or Both Used:
Compression Used - Both Compression and Encryption Used