Changes

Jump to navigation Jump to search

FF7/Engine basics

456 bytes added, 22:53, 6 March 2005
no edit summary
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.
 
 
<center>
[[Image:Engine parts.jpg]]
</center>
 
 
== 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.
Anonymous user

Navigation menu