Hi:How do i change the default windows fonts to use other types of fonts?. Been trying for a while with no success cannot even change the size!!! I'm using mugen 1.0Thanks
You MUGEN font has nothing to do with your Windows font. This is hardly a question for mugen devs, but more for a general IT related forum.
TSorry for the dumb question I'm a newby!!! I thought a person could change the font on the title screen. win quotes option etc.. by just creating a file def file and adding the .ttf font i wanted to use? so as I understand all of the font in mugen must be custom created?Thanks much for your response!!!
Well when you explain it that way, of course it's possible. http://elecbyte.com/wiki/index.php/FontsThat should help you out with fonts. I thought you were talking generally about Window's fonts lol.
I used the tutorial my font disappears, I was thinking it was colors of the font so where do i change the color in the system.def file or in the config.def or anywhere else where colors can be edited?Thanks
If it was the colors, you'd still see the font, because they'd be mis-colored, but not completely invisible. Make sure your font exists and is local. Meaning that you have the font in the same directory as your .def. Another reason for a missing font could be that, if you have an .sff, it's corrupt in some way or you're using Fixed width. There's a lot that can go wrong with Font Factory lol.
The font colours are defined when you place it in the system.def. Should default to black. Managing them is the same as adding the font when it's a .fnt but adding 3 more digits to the end to define colour.font = 3,0,0, 255,0,0That would make the 3rd font listed turn red if it was a ttf. Size is only managed in the .def file, if you want to change size, you need to make a new .def file.
Let me post the def file I created----------------------------------------------------------[FNT v2]fntversion = 2,00name = "BadaBoom BB"author = "Microsoft"[Def]Type =truetypeSize = 18,36Spacing = 1,13Offset = 0,0File = BadaBoom BB.ttfBlend = 1--------------------------------------------config on system.def[Files]spr = system.sff ;Filename of sprite datasnd = system.snd ;Filename of sound datalogo.storyboard = ;Logo storyboard definition (optional)intro.storyboard = ;Intro storyboard definition (optional)select = select.def ;Character and stage selection listfight = fight.def ;Fight definition filenamefont1 = BadaBoom BB1.def font2 = BadaBoom BB2.deffont3 = BadaBoom BB3.defThe font is already in windows and i also added it to the font folderI wait your helpful comments forgot to mention... I'm not using font factory I wanted to swith from the default font to a different font in my windows installed fontThanks
mugen doesn't like spaces in .def files is what i can tell you at the moment. I'll double check your actual settings later if nobody else does it first.
Thanks i wait for your testing I can also send the mugen.exe if you want to take a closer look!Here my WIP screen pack image so you can see how the fond will lookhttp://imageshack.us/photo/my-images/59/victoryscreenconcept.png/Thanks
All i can think of is spaces, remove them or replace with - or _Def format is fine. Addition in system.def is fine too. Only problem can be spaces.
Problem solved.. removed the spaces in the fonts and now it displays much thanks toCyaniderizki29 For helping me with this issueLast silly question where in the system def I can change the colors individually?Thanks again guys!
Each time you assign the font somewherecounter.font = 1,0,0, R,G,BFor example, the RGB are numbers referring to the red green blue content of the font, make them whatever you like between 0 and 255.