Changes

Jump to navigation Jump to search

FF7/Engine basics

481 bytes added, 01:44, 13 July 2019
Parts of the Engine
== Parts of the Engine ==
The engine used to power Final Fantasy 7 is split into several modules. This allowed the programming team to break apart into very distinct groups. It also created a very diverse game playing environment. It also allowed the artists to only have to work within their own module, keeping the artwork as dynamic as possible.
The core system is made up of six modules. They are called the kernel, field, menu, world map, battle, and mini game. They are arranged in the following order.
 
<br />
 
<center>
 
[[File:Engine parts.jpg|thumb]]
 
</center>
 
<br />
 
== Generic Program Flow ==
 
Not every module is accessible by every other module. There is a distinct flow between them. For example, you can not access the menu from battle, much to the chagrin of the poor user who had forgotten to equip some last minute item. The field module, second only to the kernel, drives the game. It includes a powerful scripting system that can call any module within the game.

Navigation menu