Dalamud-VFXEditor
Dalamud-VFXEditor copied to clipboard
TMB/PAP C-number visibility in GUI
did some string searches to find info on C numbers I've been hunting for. turns out a couple of them don't show up in the editor, despite it being visible in the hex code
chara/action/ability/2ax_warrior/abl027.tmb:
there's no C013 entry to select, and there are no parsing errors, but it does exist here. there are bytes changed after each one, too, so there are definitely values being manipulated
same with a stray C187 at chara/human/c0101/animation/a0001/bt_common/ability/2bw_bard/abl018.pap:
tacking on chara/action/mon_sp/m0016/mon_sp001.tmb here as well, since it has C068, which is selectable in the GUI, but not visible and throws up a parsing error. chara/action/mon_sp/m0041/mon_sp003.tmb shows C068 but also a parsing error
So sometimes there will be "leftover" tracks or entries, probably ones that the SE designers forgot to clean up, that are not associated with an actor, and therefore never trigger.
I can add a separate tab for the unused stuff for research purposes if that's helpful. As for C068
, that's a bug which will be fixed in the next update
ahh well, that would do it. there do seem to be a lot of things they've forgotten to clean up. I mean, for research it might help to have a separate tab, or simply just to see how things might have been beforehand or what might be around in the future, but if it's just pandering to my curiosity, then there's no dire need to do that