Main
The "Main" property block is the first block to appear in the LEGO configuration file. This block contains global properties for the game such as splash screen times, graphics settings, loading screens and credits.
| Property | Value | Description |
|---|---|---|
| TextureUsage | (uint) size | Memory texture usage. Maximum value is 58804224. |
| CreditsTextFile | (char*) path | Relative file path to the game credits text. |
| CreditsBackAVI | (char*) path | Relative file path to the background AVI of the credits. |
| LoadScreen | (char*) path | Relative file path to the Loading screen background. |
| ShutdownScreenDefunct 1 | (char*) path | Relative file path to the Shutdown screen background (not used). |
| ProgressBar | (char*) path | Relative file path to the stretchable progress bar image. |
| ProgressWindow | R: (int) x, (int) y, (int) w, (int) h | The position of the progress bar on the load screen. |
1 This property either does not work or is otherwise not used in the release version of the game.