#✅ | FANCY PANORAMA HELP

1 messages · Page 1 of 1 (latest)

fluid cave
#

having trouble understanding how to get the panorama working added the panorama pictures with specific names (panorama_1 to 5) now just trying to apply it to my background

rose mountainBOT
#

Hi! Please first select which type of question you want to ask:

  • "Normal Question" is enough for most questions. If you are unsure, you should choose this mode. It provides quick and accurate answers to your questions and problems.
  • "Complex Task" is for very complex questions and multi-step tasks. For example, questions involving complex action script, requirement, or placeholder logic. Normal users will almost never need this. Getting answers takes much longer here.

It is not possible for anybody to send messages in this thread before selecting a mode.

Selected mode: 💬 Normal Question

rose mountainBOT
# fluid cave having trouble understanding how to get the panorama working added the panorama ...

Yep, the main thing here is that FancyMenu panoramas are a bit picky 🎮🛠️

From the docs, a panorama needs:

  • a folder in config/fancymenu/panoramas/<your_panorama_name>/
  • a properties.txt file in that folder
  • a panorama/ subfolder with the panorama images
  • 6 images total for the cube panorama

So if you only have panorama_1 to panorama_5, that’s already suspicious, a cubic panorama needs six sides, not five.

To actually use it as a background:

  1. Make sure the panorama is placed in the correct folder structure
  2. Restart Minecraft or use Customization -> Reload FancyMenu
  3. Open the layout editor
  4. Right-click the empty editor background
  5. Go to Menu Backgrounds
  6. Choose Cubic Panorama
  7. Pick your panorama there

A couple of common gotchas:

  • the images need to be PNGs
  • the folder needs to be under config/fancymenu/panoramas/, not assets
  • the panorama won’t show up if the properties.txt setup isn’t correct

If you want, send me a screenshot of your config/fancymenu/panoramas folder structure and I can tell you exactly what’s wrong 👀
And if it still doesn’t appear after reloading FancyMenu, please send your /logs/latest.log right after the reload so I can check why it isn’t being detected.

fluid cave
#

how do i set up the properties.txt correctly

rose mountainBOT
# fluid cave how do i set up the properties.txt correctly

For a FancyMenu panorama, properties.txt should look like this 👇

type = panorama

panorama-meta {
  name = my_panorama
  speed = 1.0
  fov = 85.0
  angle = 25.0
  start_rotation = 0
}

A few important notes from the docs:

  • properties.txt must be named exactly properties.txt
  • it needs to be inside your panorama folder, like:
    • config/fancymenu/panoramas/my_panorama/properties.txt
  • the panorama images go into:
    • config/fancymenu/panoramas/my_panorama/panorama/
  • only the values inside panorama-meta { ... } can be changed
  • the name has to be unique
  • speed, fov, angle, and start_rotation are the configurable parts

Quick meaning of the settings:

  • name → the panorama’s internal ID
  • speed → rotation speed
  • fov → field of view
  • angle → vertical viewing angle
  • start_rotation → starting horizontal rotation, 0–360

Also:

  • the images must be PNGs
  • the panorama uses 6 cube faces, not 5
  • after editing, reload FancyMenu with Customization -> Reload FancyMenu or restart the game

If you want, I can also show you the exact folder structure you should have for the whole panorama setup 📁🙂

fluid cave
#

do the panorama_1 to 5 have to be in the config/fancymenu/panoramas/my_panorama/

rose mountainBOT
# fluid cave do the panorama_1 to 5 have to be in the config/fancymenu/panoramas/my_panorama/

Yep, not directly in config/fancymenu/panoramas/my_panorama/ 📁

The docs say the structure should be:

config/fancymenu/panoramas/my_panorama/properties.txt
config/fancymenu/panoramas/my_panorama/panorama/

So your panorama images should go inside the panorama subfolder, like:

config/fancymenu/panoramas/my_panorama/panorama/panorama_1.png
config/fancymenu/panoramas/my_panorama/panorama/panorama_2.png
...

A couple of important bits:

  • properties.txt goes in my_panorama/
  • the images go in my_panorama/panorama/
  • they need to be PNG files
  • the docs also say a cubic panorama needs 6 images total, so panorama_1 to panorama_5 is only 5, meaning one is still missing ⚠️

If you want, I can help you verify the exact full folder structure with your current filenames and tell you what to change 👍

fluid cave
#

ive changed it from panorama 1 to 6 now

rose mountainBOT
# fluid cave ive changed it from panorama 1 to 6 now

Nice, that fixes the first obvious issue 👍🎉

Now make sure these 3 things are true:

  1. properties.txt is in:
    config/fancymenu/panoramas/my_panorama/

  2. Your 6 panorama PNGs are in:
    config/fancymenu/panoramas/my_panorama/panorama/

  3. The properties.txt looks like this:

type = panorama

panorama-meta {
  name = my_panorama
  speed = 1.0
  fov = 85.0
  angle = 25.0
  start_rotation = 0
}

Then:

  • restart Minecraft, or use Customization -> Reload FancyMenu
  • open the layout editor
  • right-click the editor background
  • go to Menu Backgrounds
  • select Cubic Panorama
  • pick your panorama there

One important thing: the docs say the panorama images need to be named correctly too, but they don’t spell out the exact face naming pattern in text. So if it still doesn’t show up after this, I’d want to see your folder structure or your /logs/latest.log grabbed right after reloading FancyMenu 🧾👀

If you want, send me the exact filenames you used and I’ll help you check if they look right.

fluid cave
#

just double checking what parorama pics do i need i have them i wand to double check incase i misded something

rose mountainBOT
# fluid cave just double checking what parorama pics do i need i have them i wand to double c...

Yep, from the docs, a FancyMenu cubic panorama needs:

  • 6 PNG images total
  • they go in the panorama/ subfolder
  • they must be named correctly
  • the docs mention the exact naming pattern is shown in the video, but the written page here doesn’t list the filenames explicitly 😅

So the safe checklist is:

config/fancymenu/panoramas/my_panorama/properties.txt
config/fancymenu/panoramas/my_panorama/panorama/

Inside panorama/:

  • 6 .png files
  • no JPG/GIF/APNG
  • names have to match the panorama format exactly

If you want, paste the 6 filenames here and I’ll tell you if they look right 👀🎨

fluid cave
#

whats the names they have to be named i have them named as panorama_1

rose mountainBOT
# fluid cave whats the names they have to be named i have them named as panorama_1

I can’t confirm the exact panorama face filenames from the written docs here 😅

The docs only say:

  • it needs 6 PNG files
  • they go in the panorama/ folder
  • they must be named correctly like shown in the video

So I don’t want to guess and accidentally tell you the wrong names 🙏

If you want, send me the 6 exact filenames you used or a screenshot of the panorama/ folder, and I’ll check whether they look right 👍🖼️

fluid cave
#

can u send me the link to the video

rose mountainBOT
fluid cave
#

does the panorama picture need to be a specific size ?

rose mountainBOT
# fluid cave does the panorama picture need to be a specific size ?

From the docs, no specific panorama image size is mentioned 📸

What the docs do say is:

  • it must be a cubic panorama
  • it needs 6 PNG files
  • the files have to be named correctly
  • there’s a properties.txt with the panorama settings

So I can’t honestly tell you “it must be 1024x1024” or anything like that without guessing 😅

If it still doesn’t work after you set it up, send me:

  • the exact filenames
  • the image dimensions
  • your /logs/latest.log right after reloading FancyMenu

and I’ll help you check it 🧾🛠️

#

✅ | FANCY PANORAMA HELP

#
Thread Marked as Solved

This support thread has been marked as solved by @fluid cave.

The AI helper is now disabled.