[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
bagheadspidey
Posts: 1490
Joined: Sat Oct 20, 2007 10:31 pm

Re: ZDoom Font Generator [updated - 0.2.7]

Post by bagheadspidey »

MidoriMan wrote:Well, I found a couple of bugs.

THe first one is where I try to save a file as a .lmp, and it says "can't open file \s3fc.h.pcx' (error 5: access is denied.)". Also, whenever I try converting from an image to a .lmp file, I get the attached error.
Hmm, it looks like you don't have permission to access your temp directory the way you should. If you did, neither error would occur. I can fix the second error somewhat but it will still be a message telling you something is wrong (like, that you don't have access to your temp directory). :?
User avatar
DBThanatos
Posts: 3101
Joined: Fri Apr 14, 2006 3:17 pm
Location: in "the darkness that lurks in our mind"

Re: ZDoom Font Generator [updated - 0.2.7]

Post by DBThanatos »

MidoriMan wrote:THe first one is where I try to save a file as a .lmp, and it says "can't open file \s3fc.h.pcx' (error 5: access is denied.)".
Im getting that same one (except for that s3fc. mine says s5fc). So, i have to assume is a vista problem where it doesnt allow me to access whatever is trying to? If so, is this solvable in the OS? Or simply vista is playing it's tircks again? :( (i really want to use this program)

EDIT: forgot to say "*BUMP*" :P
User avatar
Ryan Cordell
Posts: 4349
Joined: Sun Feb 06, 2005 6:39 am
Preferred Pronouns: No Preference
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia (Modern GZDoom)
Location: Capital of Explodistan

Re: ZDoom Font Generator [updated - 0.2.7]

Post by Ryan Cordell »

Would it be all possible to be able to have the program convert BIGFONT into CONSOLEFONT (Most likely rearrangement.)? If there are missing graphics and they'd have to be supplied, no problem for any novice artist.
User avatar
Kinsie
Posts: 7402
Joined: Fri Oct 22, 2004 9:22 am
Graphics Processor: nVidia with Vulkan support
Location: MAP33

Re: ZDoom Font Generator [updated - 0.2.7]

Post by Kinsie »

Would it be possible to add the ability to convert pre-made consolefonts to embeddedfont images? I hate messing around with all those tiny images.
User avatar
leileilol
Posts: 4449
Joined: Sun May 30, 2004 10:16 am
Preferred Pronouns: She/Her
Location: GNU/Hell

Re: ZDoom Font Generator [updated - 0.2.7]

Post by leileilol »

Blade Nightflame wrote:Would it be all possible to be able to have the program convert BIGFONT into CONSOLEFONT (Most likely rearrangement.)? If there are missing graphics and they'd have to be supplied, no problem for any novice artist.
CONSOLEFONT is a whole nother story since it's usually a strict 128x128 with 8x8s, no variable width. The only good solution for making those is handmaking them yourself
User avatar
Ryan Cordell
Posts: 4349
Joined: Sun Feb 06, 2005 6:39 am
Preferred Pronouns: No Preference
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia (Modern GZDoom)
Location: Capital of Explodistan

Re: ZDoom Font Generator [updated - 0.2.7]

Post by Ryan Cordell »

In particular I want to extract ZDoom's own blasted Confont and edit the images appropriately. =/
User avatar
leileilol
Posts: 4449
Joined: Sun May 30, 2004 10:16 am
Preferred Pronouns: She/Her
Location: GNU/Hell

Re: ZDoom Font Generator [updated - 0.2.7]

Post by leileilol »

odd, zdoom's confont apparently isn't the same size and such the quake conchars lump is, I assumed that because Odamex uses the Quake conchars format for things
User avatar
Kinsie
Posts: 7402
Joined: Fri Oct 22, 2004 9:22 am
Graphics Processor: nVidia with Vulkan support
Location: MAP33

Re: ZDoom Font Generator [updated - 0.2.7]

Post by Kinsie »

leileilol wrote:odd, zdoom's confont apparently isn't the same size and such the quake conchars lump is, I assumed that because Odamex uses the Quake conchars format for things
I can't remember clearly, but I BELIEVE that Zdoom's confont is based on the Quake 2 one, even if just in layout nowadays? I'm likely hilariously wrong, though. That, or Odamex just ported over bits of the GPL Quake code.
User avatar
leileilol
Posts: 4449
Joined: Sun May 30, 2004 10:16 am
Preferred Pronouns: She/Her
Location: GNU/Hell

Re: ZDoom Font Generator [updated - 0.2.7]

Post by leileilol »

Kinsie wrote:
leileilol wrote:odd, zdoom's confont apparently isn't the same size and such the quake conchars lump is, I assumed that because Odamex uses the Quake conchars format for things
I can't remember clearly, but I BELIEVE that Zdoom's confont is based on the Quake 2 one, even if just in layout nowadays? I'm likely hilariously wrong, though. That, or Odamex just ported over bits of the GPL Quake code.
The 'layout' is pretty common and isn't just from Quake.

The actual font itself derives itself from QTEST.
User avatar
Cutmanmike
Posts: 11347
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom

Re: ZDoom Font Generator [updated - 0.2.7]

Post by Cutmanmike »

Sorry to bump this but I'm having problems. So I stick my font in, fix up the co-ordinates, save the image, edit it (in my case just edit the damn colors) and then do the "create font lump from image" using the image I just saved. I select my font type, fix palette and my source and output files. I click create lump but I just get a "C:/whatever.lmp nothing to save". Help?
User avatar
Zippy
Posts: 3302
Joined: Wed Mar 23, 2005 5:31 pm
Location: New Jersey

Re: ZDoom Font Generator [updated - 0.2.7]

Post by Zippy »

The tool is kind of wonky but if you fiddle with it enough you can get it to work. I've done both console fonts and regular fonts with it at one point or another though I couldn't give you specific directions because every time I have to figure out how to get it to do its thing again.

Maybe send me the file and I'll try to figure it out.
User avatar
Cutmanmike
Posts: 11347
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom

Re: ZDoom Font Generator [updated - 0.2.7]

Post by Cutmanmike »

This is a test one I just pumped out of it, edited in photoshop and then saved.

http://img90.imageshack.us/img90/4894/rawrs.png
User avatar
bagheadspidey
Posts: 1490
Joined: Sat Oct 20, 2007 10:31 pm

Re: ZDoom Font Generator [updated - 0.2.7]

Post by bagheadspidey »

Those red lines might be screwing it up if they are exactly the same color of the red grid lines. If you make them slightly different (like FF0001 instead of FF0000) it might work better.
User avatar
Zippy
Posts: 3302
Joined: Wed Mar 23, 2005 5:31 pm
Location: New Jersey

Re: ZDoom Font Generator [updated - 0.2.7]

Post by Zippy »

Cutty, here's some fixed up files for you. After working with it for a moment I remembered how to do it: BHS's tool can't turn PNGs like this in big fonts (to the best of my efforts). If you don't fix the palette it doesn't convert the image into a format imagetool can read. If you do fix the palette, it gets the palette indices wrong (I presume) and hence imagetool gives you the "nothing to save" output.

Converting the image to the right format, like PCX, and fixing the indices manually is quick and simple. Once it that format you can either run it through BHS's tool or imagetool itself without a problem.

I've got three files in the zip: rawrsFIX.png is your file dropped down to a 256 color palette with the indices set up correctly. rawrs.pcx is the same thing in a pcx format. rawrs.fon is the Big Font produced by imagetool, which I verified to work in ZDoom with a quick test.

Note that with regards to the color indices, the text file that comes with imagetool (for the version I have at least) says that the character boxes should be color index 255 and the background should be color index 0. In fact, the opposite is true. The character boxes should be index 0 and the background should be index 255. If you do what it says in the text file you'll get "nothing to save".
User avatar
bagheadspidey
Posts: 1490
Joined: Sat Oct 20, 2007 10:31 pm

Re: ZDoom Font Generator [updated - 0.2.7]

Post by bagheadspidey »

(snip)

hmm... looks like that option only works for confonts. I'll see about switching those palette indexes around...

Return to “Creation, Conversion, and Editing”