FancyMenu [Fabric] [MOVED TO NEW PROJECT]

FancyMenu [Fabric] [MOVED TO NEW PROJECT]

17M Downloads

[1.0beta for 1.15.2] did i do something wrong? intro anim

kreezxil opened this issue · 6 comments

commented

Trying to set up the intro animation

Here's the structure

image

properties.txt

name=seilicans_landing
loop=false
fps=24
width=1920
height=1080
x=0
y=0
replayintro=false
commented

I’ve updated the wiki page about the config file to make it more clear, but I wanted to write an extra page for game intros anyway, to have enough space to explain it! ^^ Thank you for telling me! :)

@AzureDoom There’s no workaround needed, everything should work just fine. What exactly is the bug you were faced with?

commented

image

config.txt

##[customization]

B:showcustomizationbuttons = 'true';


##[mainmenu]

B:hiderealmsnotifications = 'true';
B:hidelogo = 'false';
B:hidebranding = 'true';
B:showmainmenufooter = 'true';


##[mainmenu_splash]

I:splashrotation = '-20';
B:hidesplashtext = 'false';
I:splashoffsetx = '0';
I:splashoffsety = '0';


##[loading]

S:gameintroanimation = 'intro';

problem

it says it's loading and rendering the animation, but doesn't show the animation

165 files in the animation folder

image

commented

Hi! Your animation should work, but you’ve set the wrong name as "gameintroanimation" value. This has to be "seilicans_landing" instead of "intro" because you gave your animation this name in its properties :D

commented

ok, thanks I didn't get that from the wiki, but it makes sense.

commented

The way around this that worked for me, was to split my first half into the intro and the second half into the animation. This does cause a weird bug though.

commented

@Keksuccino thank you so very much that worked perfectly for me. Can you double check your wiki make sure it is abundantly clear about that. feel from to use some of my images to enhance the wiki.