I honestly don't know why it worked, or how it worked, but it worked.
Since I've been messing with a hex editor and tampering with a few animations, I realized how much space some of them took up. I remembered my Garuda costume and Selh'Teus wings were both taken from the original NPC, with that file as a base. That's why both mods still had that glow. It also bothered my that the files were as large as they were (not that it should matter) so I figured the animations for the NPCs were still probably in the files.
I opened up my wings with a hex editor and sure enough, run, wlk, mou, and eye were all in the file. They were all lined up nicely at the bottom of the file. I selected and cut everything from "run" to the "end" at the end of the file. I had ment to just go to the "end" 9 lines up from the bottom, leaving the "info" section at the bottom, but I deleted that by accident as well. I loaded this into FFXI to test and see if it would error out. Lo and behold, ingame I found that the red glow around my character is gone, appearantly for no reason, and the model still worked flawlessly.
I've gone back and checked a few things, even adding that "info" section back doesn't seem to bring the glow back, which tells me what makes it glow has to be somewhere in the animation parts. This doesn't make sense though, since FFXI shouldn't even be looking in that part unless it's trying to use those particular animations.
I assume adding the entire section back will bring the glow back. I'll post again once I've experimented some more.
Since I've been messing with a hex editor and tampering with a few animations, I realized how much space some of them took up. I remembered my Garuda costume and Selh'Teus wings were both taken from the original NPC, with that file as a base. That's why both mods still had that glow. It also bothered my that the files were as large as they were (not that it should matter) so I figured the animations for the NPCs were still probably in the files.
I opened up my wings with a hex editor and sure enough, run, wlk, mou, and eye were all in the file. They were all lined up nicely at the bottom of the file. I selected and cut everything from "run" to the "end" at the end of the file. I had ment to just go to the "end" 9 lines up from the bottom, leaving the "info" section at the bottom, but I deleted that by accident as well. I loaded this into FFXI to test and see if it would error out. Lo and behold, ingame I found that the red glow around my character is gone, appearantly for no reason, and the model still worked flawlessly.
I've gone back and checked a few things, even adding that "info" section back doesn't seem to bring the glow back, which tells me what makes it glow has to be somewhere in the animation parts. This doesn't make sense though, since FFXI shouldn't even be looking in that part unless it's trying to use those particular animations.
I assume adding the entire section back will bring the glow back. I'll post again once I've experimented some more.
Comment