Rajaa said, February 19, 2013, 02:15:33 amProbably because you watched a 20 minute video in less than 5 minutes.Or it could be because the video is wrong in a few places? One mistake in particular breaks fonts, just like the font in the video broke. Did you watch all 20 minutes of it? First part that's wrong is the explanation of the Width under Char Size. Width here has nothing to do with the letters themselves. It has to do with the spacing between words. You can see this by the large amount of space between the words Another and Ryu. Next up is the explanation of color depth. Color depth is used to control the size of the color banks. Color banks are used to have multiple color options in a single .fnt file. You essentially create smaller palettes inside the main palette that was used to index the image. And the number here is used to determine how many colors are used for each bank. Depth of 16 means each group of 16 colors in the palette are their own color scheme for the font. Granted this font couldn't use color banks due to the color count of the image, but the function should still have been explained correctly. And the part of the video that breaks fonts is the incorrect insertion of the "[" character. http://xgargoyle.mgbr.net/help/font.html said:; Special characters like semicolon (';') and open square brace ('['); must be represented as hexadecimal numbers (0x3B and 0x5B respectively)When the open square brace was entered into the font as [ instead of 0x5B, it broke all characters following the [. That is the reason the star representing "(" didn't work when KFM's named was edited to be "(Kung Fu Man!". The exclamation point only worked because it was before the open square brace on the list in the text. If [ had been placed earlier in the font, a lot more of of it would have disappeared also.
Hopefully you get everything fixed this would be a very helpful tutorial. Rajaa said, February 19, 2013, 02:15:33 amProbably because you watched a 20 minute video in less than 5 minutes.Obviously didn't watch the video then commented in an unnecessarily rude way about it.
GLB said, February 20, 2013, 06:45:00 amHopefully you get everything fixed this would be a very helpful tutorial. He's already working on it. We exchanged PMs earlier, and I sent him more information to make improvements.
To be fair, he didn't watch it all the way through. First post is 19:08, second is 19:12. Even if rajaa hasn't watched it it doesn't mean someone can say "doesn't work" if they haven't finished it either.That said, it would be good to get a really decent font tutorial out there. It's one thing that is a bit lacking. Not that fonts are hard, but it's pretty easy to fuck up and have something that doesnt' display yet you don't know why.
I wasn't being rude, I was saying he possibly misunderstood the video because he couldn't possible have watched the whole thing. You're all just being offended for someone who wasn't even offended himself over something that wasn't even offensive.
Rajaa said, February 26, 2013, 11:38:26 amI wasn't being rude, I was saying he possibly misunderstood the video because he couldn't possible have watched the whole thing. You're all just being offended for someone who wasn't even offended himself over something that wasn't even offensive.True statement is true...Lol! That style of posting is so silly I couldn't resist. I thought it was pretty good. In fact, I think Ryon is doing a good job of covering things that most have deemed not very important as well as the critical stuff(characters, parallax).
I made the 2nd video.explaing Width, and Color Banks, and showed an example of how its suppose to look on the pallete, and how it looks in mugen.Lifebar Tutorial coming soon!Part 1 is uploaded and processing.