ShadowMario / FNF-PsychEngine

Engine originally used on Mind Games mod
Apache License 2.0
1.11k stars 2.16k forks source link

Character Plays All Frames #14763

Closed TheSquiggle closed 1 month ago

TheSquiggle commented 3 months ago

Describe your problem here.

Every time I try to add a character, no matter what I do, when I try to add an animation, it plays all the frames at once, even though the .xml and the .png are matched up and the .xml specifically says which animations are which.

Are you modding a build from source or with Lua?

Lua

What is your build target?

Windows x64

Did you edit anything in this build? If so, mention or summarize your changes.

No

YouDevsYoupikmin commented 3 months ago

Add it by indices instead of prefix

like on the xml file it's "NAME SINGUP 0000" -> "NAME SINGUP 0010" the indices are 0,1,2,3,4,5,6,7,8,9,10

YouDevsYoupikmin commented 3 months ago

Also if possible can you show the xml file?

TheSquiggle commented 3 months ago

`<?xml version='1.0' encoding='utf-8'?>

`

YouDevsYoupikmin commented 3 months ago

Go to animations section, choose one like SINGUP and enter the name of the animation on XML File If it still doesn't work add a prefix before animation on xml like "BF SINGUP0000" instead of just SINGUP0000

YouDevsYoupikmin commented 3 months ago

Also try remake the xml file and save it as "UTF-8" instead of "UTF-16" image sorry windows is set to french