Japanese
Graphic Tools GuideFormat list

SGTX file format

1996-07-12

■File layout

[Header]
[Texture](0)
[Texture](1)
[Texture]...
	................

■IFF format

See SG3D format

■Format

[header]
Content
 : File identification information
chunk
 : "SGTX"
size
 : 256
data
 : Type Content
 DWORD
  Version (0x00010000)
 DWORD
  Number of textures
 DWORD[62]
  reservation

[texture]
Content
 : Texture data
chunk
 : "SSTx"
size
 : 8 + texture data size
data
 : Type		Content
 DWORD
	ID(0~n)
 WORD
  Texture H size
 WORD
  Texture V size
 WORD[V][H]
  texture

remarks:
Texture data is 1bR5G5B5 IDs do not need to be consecutive.

Graphic Tools GuideFormat list
Copyright SEGA ENTERPRISES, LTD. 1997