Panoramas

Create and use six-image cubic panoramas.

Cubic Panoramaslink

Each panorama has its own directory below:

<game-directory>/config/fancymenu/panoramas/

<game-directory> is the active launcher instance, which may differ from the conventional .minecraft directory.

Directory Structurelink

<game-directory>/config/fancymenu/panoramas/
└── mypanorama/
    ├── properties.txt
    ├── overlay.png          # optional
    └── panorama/
        ├── panorama_0.png
        ├── panorama_1.png
        ├── panorama_2.png
        ├── panorama_3.png
        ├── panorama_4.png
        └── panorama_5.png

The six face images must be PNG files with the exact names shown above, and all six must have identical dimensions. File-name case can matter on some operating systems.

Add an optional overlay.png beside properties.txt for a vignette or other full-panorama overlay.

properties.txtlink

type = panorama

panorama-meta {
  name = name_of_your_panorama
  speed = 1.0
  fov = 85.0
  angle = 25.0
  start_rotation = 0
}
PropertyMeaning
nameRequired, case-sensitive runtime identifier; keep it unique
speedRotation-speed multiplier; 1.0 is the default
fovField of view in degrees
angleVertical viewing angle in degrees
start_rotationInitial horizontal rotation in degrees

Only name is required. Missing optional values use the defaults shown in the example. Keep type = panorama and panorama-meta unchanged; write one key = value per line and use a period for decimals.

Duplicate names are not rejected, and directory scan order decides which panorama remains available. Keep names unique within the panoramas directory. Panorama and slideshow names use separate lists.

Using a Panoramalink

Reload FancyMenu through Customization -> Reload FancyMenu, or restart the client. Then right-click the layout editor background and select Menu Backgrounds -> Cubic Panorama.