Difference between revisions of "FF7"
Jump to navigation
Jump to search
my_wiki>M4v3R m (→Contents: Added Technical Help to TOC) |
my_wiki>Cyberman (→Contents) |
||
Line 46: | Line 46: | ||
*** PC Field File Header | *** PC Field File Header | ||
*** File Section Details | *** File Section Details | ||
− | ** Field Format (PSX) | + | ** [[FF7/Field Module#Field_Format_.28PSX.29|Field Format (PSX)]] |
− | *** PSX DAT Format | + | *** [[FF7/Field Module#PSX_DAT_Format|PSX DAT Format]] |
− | *** PSX MIM Format | + | *** [[FF7/Field Module#PSX_MIM_Format|PSX MIM Format]] |
− | *** PSX | + | *** [[FF7/Field Module#PSX_BSX_Format|PSX BSX Format]] |
* The Battle Module | * The Battle Module | ||
** Battle Overview | ** Battle Overview |
Revision as of 22:22, 8 December 2005
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
- File formats for 3D models
- Model Formats for PSX
- Model Formats for PC
- Kernel Overview
- 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)
- The Battle Module
- Battle Overview
- Battle Mechanics
- Battle Scenes (scene.bin)
- Technical Help