Alchemy IGB: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
(No difference)
| |
Revision as of 11:53, 6 November 2021
Back to index | Edit this page
IGB
- Format Type : Archive / Model / Texture / Misc
- Endian Order : Little Endian
- Signature : None
Format Specifications
// IGB file format
48 bytes - unknown
4 bytes (uint32) - size of info table
4 bytes (uint32) - number of elements in info table
// info table (tags + paths)
num_of_entries *
{
4 bytes (uint32) - string length
x bytes (str) - tag or path // e.g. "igInfoList" or "igImage"
// or "x:\base\UnOpt\textures\
// fonts\font_xmen_big_xbox.PNG"
}
x bytes - some array
// TODO - format is very complicated, needs more research
MultiEx BMS Script
Not written yet.
Notes and Comments
- This file format occurs in games made by Alchemy Engine. Alchemy is a game engine designed by Intrinsic (firstly called Intrinsic Alchemy) and later purchased by Vicarious Visions. First used in 2002.
- Some textures in IGB files may be compressed.
Games
List of games using this file format:
- X-Men Legends (XBOX classic) (*.IGB)
- many more...
Compatible Programs
- Alchemy 5 (Alchemy Finalizer)
See Also
Gallery
-
Alchemy Finalizer + Alchemy InsightViewer