Background Files

From Zenith
Revision as of 14:39, 17 March 2021 by Anarchy (talk | contribs) (Added basic outline)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Background files are files that the game uses to load the models, textures, and shaders for the backgrounds. These files are located in the distant_view folder.

Filesystem

The main file is a .szs, which is a Yaz0 compressed SARC file, and it can contain the following files:

OPT

.opt information

BAGLDoF

.bagldof information

BAGLEnv

.baglenv information

SHARC

.sharc information

SHARCFB

.sharcfb information

BFRES

The .bfres contains 3 folders:

  • A Models folder, which contains the model(s) for the background in BFMDL format.
  • A Textures folder, which contains the texture(s) for the background in BFTEX format.
  • An Animations folder, which contains 2 other folders called Skeletal Animations and Texture SRT Animations which each contain the animation file(s) for the background in BFSKA and BFTXP formats respectively.

Camera

.camera information