You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
gentlegiantJGC edited this page Feb 3, 2019
·
8 revisions
A forge file is a file that sits in a folder on your computer. It is similar in a way to a zip archive in the sense that it contains more files and is compressed.
Once the forge file has been unpacked (this program does that for you) the forge file can be represented as follows
.forge
datafile
file
file
file
...
datafile
file
file
file
...
...
A datafile will be called a name (usually giving a clue what it contains) and will contain more files. One of these files will have the same name as the datafile.
In the case of image files they are stored in a datafile on their own. Other files such as CellXXXXX_DataBlock files contain many many files that describe how different sections of the world work. They include entity files that describe where 3D models need to go to build the world.