Anonymous

Changes

From Final Fantasy Inside

FF7/Kernel/Low level libraries

148 bytes added, 13:40, 11 March 2005
Textures
=== TIM texture data format for PSX ===
[[PSX/TIM_format|The TIM files]] are found both on raw format and also within several archives, including [[FF7/Kernel/Low_level_libraries#BIN_archive_data_format|BIN]], [[FF7/Kernel/Low_level_libraries#LZS_Archives|LZS]], or even MNU. The format proper has the ability to contain 24 bit bitmaps, but is not used in FF7. The Format was created because the PSX does not have direct access to it's VRAM, and must go through the [[PSX/GPU|GPU]] for any graphic access. [[PSX/TIM_format|A TIM file]] is a clean way to load a texture and color look up table into VRAM.
 
=== TEX texture data format for the PC ===
TEX files are texture files for the PC. The format for these files are located [[FF7/TEX_format|here]].
Anonymous user