#✅ | FANCY PANORAMA HELP
1 messages · Page 1 of 1 (latest)
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
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.txtfile 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:
- Make sure the panorama is placed in the correct folder structure
- Restart Minecraft or use
Customization -> Reload FancyMenu - Open the layout editor
- Right-click the empty editor background
- Go to
Menu Backgrounds - Choose
Cubic Panorama - Pick your panorama there
A couple of common gotchas:
- the images need to be PNGs
- the folder needs to be under
config/fancymenu/panoramas/, notassets - the panorama won’t show up if the
properties.txtsetup 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.
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.txtmust be named exactlyproperties.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
namehas to be unique speed,fov,angle, andstart_rotationare the configurable parts
Quick meaning of the settings:
name→ the panorama’s internal IDspeed→ rotation speedfov→ field of viewangle→ vertical viewing anglestart_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 FancyMenuor restart the game
If you want, I can also show you the exact folder structure you should have for the whole panorama setup 📁🙂
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.txtgoes inmy_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_1topanorama_5is 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 👍
ive changed it from panorama 1 to 6 now
Nice, that fixes the first obvious issue 👍🎉
Now make sure these 3 things are true:
-
properties.txtis in:
config/fancymenu/panoramas/my_panorama/ -
Your 6 panorama PNGs are in:
config/fancymenu/panoramas/my_panorama/panorama/ -
The
properties.txtlooks 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.
just double checking what parorama pics do i need i have them i wand to double check incase i misded something
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
.pngfiles - 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 👀🎨
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 👍🖼️
can u send me the link to the video
Yep, here you go 😊
If you want, I can also help you figure out the exact filenames after you watch it 🎥🧩
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.txtwith 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.logright after reloading FancyMenu
and I’ll help you check it 🧾🛠️
✅ | FANCY PANORAMA HELP
This support thread has been marked as solved by @fluid cave.
The AI helper is now disabled.