[DoomCRAP] ZDoom Font Generator

Any utility that assists in the creation of mods, assets, etc, go here. For example: Ultimate Doom Builder, Slade, WadSmoosh, Oblige, etc.
Forum rules
The Projects forums are ONLY for YOUR PROJECTS! If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.

Got a cool project idea but nothing else? Put it in the project ideas thread instead!

Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.

Please read the full rules for more details.
User avatar
Nash
 
 
Posts: 17465
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia

Post by Nash »

Very nice. I'm loving it so far. It's already saved me about the usual 2-4 hours I normally spend to create a font, and I used that time to *gasp* enjoy real-life!

Does anyone have any tips on how to create a working CONFONT though? No matter how I size the font and adjust the cell sizes, I can never get it to work correctly, especially in the controls menu.

(The other non-text glyphs are missing too, but it shouldn't be hard to add that from imagetool's confont.pcx)
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49183
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

Confonts are not scaled so with the code as it is there is no way to make the font work in both the menu and the console.
User avatar
Tormentor667
Posts: 13549
Joined: Wed Jul 16, 2003 3:52 am

Post by Tormentor667 »

wildweasel wrote:Image
Success, it works. I turned Bitstream Vera Sans Mono into a confont - it's a little broken in the menus, but looks great in the console.
Could you send me that? :shock: Or upload it? I'd like to test something.
User avatar
bagheadspidey
Posts: 1490
Joined: Sat Oct 20, 2007 10:31 pm

Post by bagheadspidey »

Nash wrote:Very nice. I'm loving it so far. It's already saved me about the usual 2-4 hours I normally spend to create a font, and I used that time to *gasp* enjoy real-life!
Thanks!
Nash wrote:Does anyone have any tips on how to create a working CONFONT though? No matter how I size the font and adjust the cell sizes, I can never get it to work correctly, especially in the controls menu.
Yes. doomfontgen does not currently create palettes correctly for confonts. Until I get this fixed, here's what you can do:

First, download the Gimp. Windows users can get it here - http://gimp-win.sourceforge.net/

1 - Create a confont in doomfontgen and save it as a PCX.
2 - Open the PCX with the Gimp.
3 - From the menu, select "Image -> Mode -> Greyscale"
4 - From the menu, select "Image -> Mode -> Indexed..."
5 - Make sure "Generate optimum palette" is checked and "color dithering" is set to none. Click OK.

Now, save the pcx. It should work fine as a CONFONT now.

If you want to see whats going on here, select (from the menu) "Dialogs -> Colormap" after step 2. Take a look at the dialog that pops up. Leave it open and look at it again after step 5.
Nash wrote:(The other non-text glyphs are missing too, but it shouldn't be hard to add that from imagetool's confont.pcx)
Yeah, I was going to deal with this by using some line drawing characters from the unicode set. I may try to use some other little vector shapes (postscript, svg, or maybe wmf) for those, or some simple bitmaps. Not sure yet.

By the way, just in case you didn't notice, you can type in that textbox in the bottom right corner. For instance if you want to add the little selector for the menus, just throw a dash or something in the right spot in that textbox, and voila ;) You can copy character maps that you like into a text editor and save them for later, then paste them back into that box when you want to use them. There are 4 example ones in the res/ directory.
User avatar
bagheadspidey
Posts: 1490
Joined: Sat Oct 20, 2007 10:31 pm

Post by bagheadspidey »

-- IT'S UPDATE TIME AGAIN! --

New version is 0.2.3

* STCFN* font support - added option to save font as a folder full of images
* Fixed palette when exporting indexed console font (thanks, ImageMagick)
* Console font characters are now centered when using a variable width font

link - http://doomfontgen.sourceforge.net/

edit - by the way, that stuff i was talking about in my last post is fixed in this version. However, it is still useful: You can save confont images as truecolor, edit them, and then fix the palette using the above technique.
User avatar
Nash
 
 
Posts: 17465
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia

Post by Nash »

STCFN* export - YES YES YES ! ! ! ! ! ! No more wasting countless hours creating font lumps!
User avatar
Cutmanmike
Posts: 11347
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom

Post by Cutmanmike »

So can we have a step by step for idiots such as myself?
User avatar
bagheadspidey
Posts: 1490
Joined: Sat Oct 20, 2007 10:31 pm

Post by bagheadspidey »

Cutmanmike wrote:So can we have a step by step for idiots such as myself?
Yeah, a tutorial or two is definitely a good idea. Is there anything specific you're wondering about or having trouble with?
User avatar
Nash
 
 
Posts: 17465
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia

Post by Nash »

It appears that the fonts are anti-aliased upon export.

Could you possibly add an option to turn off anti-aliasing so the pixels remain crisp?
User avatar
Cutmanmike
Posts: 11347
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom

Post by Cutmanmike »

bagheadspidey wrote:
Cutmanmike wrote:So can we have a step by step for idiots such as myself?
Yeah, a tutorial or two is definitely a good idea. Is there anything specific you're wondering about or having trouble with?
I generate the pcx file or whatever... then what?
User avatar
Enjay
 
 
Posts: 26573
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland

Post by Enjay »

Then you use imagetool (unless that's been integrated now - haven't had time to check yet).
User avatar
bagheadspidey
Posts: 1490
Joined: Sat Oct 20, 2007 10:31 pm

Post by bagheadspidey »

Enjay wrote:Then you use imagetool (unless that's been integrated now - haven't had time to check yet).
yeah, pretty much. Get imagetool ( http://zdoom.org/files/utils/imagetool.zip ) and read the readme, it is written very clearly and will probably help explain the purpose of this tool.

Better yet, get a graphics editing program that can handle pcx. Save pngs instead of pcx, and use the graphics editing program to add effects and texture to your font. Then save as paletted pcx, and THEN use imagetool.

After using imagetool, of course, you will need to use a wad editor to put the resulting lump in your wad.

I'll create some tutorials later.
Nash wrote:It appears that the fonts are anti-aliased upon export.

Could you possibly add an option to turn off anti-aliasing so the pixels remain crisp?
That is definitely planned, however the platform this tool uses does not seem to support control over antialiased fonts. According to the documentation it is supposed to be able to do so, but it seems to be unsupported, at least under GTK. Maybe it works under Windows.

For now, the only workaround is to set the font antialiasing in control panel / gnome font preferences.
User avatar
Nash
 
 
Posts: 17465
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia

Post by Nash »

I can't get the neither the PNG nor PCX STCFN* export to work. It just creates an empty folder.

What's the correct way to do it? Or is it broken?
User avatar
Enjay
 
 
Posts: 26573
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland

Post by Enjay »

I have the same problem.
User avatar
bagheadspidey
Posts: 1490
Joined: Sat Oct 20, 2007 10:31 pm

Post by bagheadspidey »

weird, it works fine for me. Ill check it out.

Return to “Creation, Conversion, and Editing”