๐ผ๏ธ Gallery Panel Configuration¶
The Gallery Panel appears on the loading screen and allows you to showcase images such as cars, team highlights, banners, or community events.
You can customize the images shown by editing the gallery
array in your configuration file.
JSON Structure¶
"gallery": [
{ "path": "./assets/png/headshot.png" },
{ "path": "./assets/png/bluebmw.png" },
{ "path": "./assets/png/fmbanner.png" },
{ "path": "./assets/png/2gtrs.png" },
{ "path": "./assets/png/vibe.png" },
{ "path": "./assets/png/supra2.png" }
]
Field Breakdown¶
Field | Description |
---|---|
path |
The file path to your image asset (relative to your loading screen assets/ ) |
Recommended Image Format
Use .png or .jpg images in landscape orientation for best visual balance.
Aspect Ratio Tip
For a clean layout, try to keep all gallery images at a consistent resolution (e.g. 1280x720 or 1920x1080).
Gallery Panel Preview
Automatic Gallery Tab Hiding
The gallery tab is automatically hidden if the gallery array is empty ([ ]) or omitted entirely from the config. To disable the gallery feature, simply remove the gallery entry or ensure the array contains no images.