FF7

From Final Fantasy Inside
Revision as of 03:31, 20 July 2005 by my_wiki>M4v3R (Added Battle module to TOC)
Jump to navigation Jump to search

This is a Stub article. A Wiki version of Gears should go here. For more information, select the "discussion" tab above so we can best architecture the data. For those who want to start converting, download the Gears pdf here --Halkun 20:18, 5 Mar 2005 (CST)


Contents

  • History
  • Engine Basics
    • Parts of the Engine
    • Generic Program Flow
  • The Kernel
    • Kernel Overview
      • History
      • Kernel Functionality
    • Memory Management
      • RAM Management
      • VRAM Management
      • PSX CD-ROM management
    • Kernel.bin
      • The KERNEL.BIN Archive
      • The KERNEL2.BIN Archive
    • Low Level Libraries
      • PC to PSX comparison
      • Data Archives
        • BIN Archive data format
        • LZS Archives
        • LGP Archives
      • Textures
        • TIM texture data format for PSX
        • TEX texture data format for the PC
      • File formats for 3D models
        • Model Formats for PSX
        • Model Formats for PC
  • The Menu Module
    • Menu Overview
    • Menu Initialization
    • Menu Modules
    • Calling the various menus
    • Menu dependencies
    • The Save Game format
  • The Field Module
    • Field Overview
    • Field Format (PC)
      • General PC Field File Format
      • PC Field File Header
      • File Section Details
    • Field Format (PSX)
      • PSX DAT Format
      • PSX MIM Format
      • PSX BCX Format
  • The Battle Module