Difference between revisions of "FF7/Battle/Battle Field"

From Final Fantasy Inside
< FF7‎ | Battle
Jump to navigation Jump to search
my_wiki>Akari
(Settings (first file))
my_wiki>Akari
(Settings (first file))
Line 16: Line 16:
 
1 - normal static mesh.<br />
 
1 - normal static mesh.<br />
 
2 - mesh with vertical scrolling parts (field 12 - Shinra Elevators).<br />
 
2 - mesh with vertical scrolling parts (field 12 - Shinra Elevators).<br />
4 - rotating mesh (battle with safer sephiroth)<br />
+
4 - mesh with rotating parts (field 39 - Safer Battle)<br />
 
5 - looks like nothing special mesh (field 01,44,45 - Bizarro Battles)
 
5 - looks like nothing special mesh (field 01,44,45 - Bizarro Battles)
 
|-
 
|-

Revision as of 21:04, 28 June 2009

Battle fields are simple 3d models drawed in 3d space.

They stored in directories STAGE1 and STAGE2. There are lzs archives that unpacked and loaded in PSX space 0x801590e4. Size of unpacked field must be less than 0x8d04. It consist from few concatenated files. First one is settings for field. Last one is texture. All others are meshes.

Settings (first file)

Offset Size Value
0 1 byte Type of 3d mesh. There are 6 type of meshes:

0 - mesh with horisontal scrolling parts (field 47 - Corel Train Battle).
1 - normal static mesh.
2 - mesh with vertical scrolling parts (field 12 - Shinra Elevators).
4 - mesh with rotating parts (field 39 - Safer Battle)
5 - looks like nothing special mesh (field 01,44,45 - Bizarro Battles)

1 7 bytes unknown