*shrug* I took screenshots of the same program (BastART) that I used for the tiny font. Blame 3DR if anyone, this game was rushed as shit.Jimmy wrote:Are they meant to have dark grey pixels in the outlines? That kinda looks like it might be a palettising error.
If those are just plain rips from the GRP file of course then I guess I'll correct them myself, 'cos that's likely to fuck up translating.
Jimmyfonts!
Forum rules
Before posting your Resource, please make sure you can answer YES to any of the following questions:
Consult the Resource/Request Posting Guidelines for more information.
Please don't put requests here! They have their own forum --> here. Thank you!
Before posting your Resource, please make sure you can answer YES to any of the following questions:
- Is the resource ENTIRELY my own work?
- If no to the previous one, do I have permission from the original author?
- If no to the previous one, did I put a reasonable amount of work into the resource myself, such that the changes are noticeably different from the source that I could take credit for them?
Consult the Resource/Request Posting Guidelines for more information.
Please don't put requests here! They have their own forum --> here. Thank you!
- Kinsie
- Posts: 7402
- Joined: Fri Oct 22, 2004 9:22 am
- Graphics Processor: nVidia with Vulkan support
- Location: MAP33
- Contact:
Re: Jimmyfonts!
Re: Jimmyfonts!
Just updated the Duke bigfonts with some custom glyphs to round them out with the full batch of characters. See the previews!
Re: Jimmyfonts!
Apparently the Duke bigfonts only show for new text that wasn't originally in the game, yet the smallfonts work perfectly fine. Is it more likely to be something else I have loaded (I tested my autoloads and nothing seems to really change) or an oddity with newer SVN revisions of GZDoom?
Re: Jimmyfonts!
BigFonts are actually just a ZDoom thing. They won't change the individual graphical lumps that make up the menu, unless you go into MENUDEF and change it to make the menu items actually use fonts instead of static graphics.
You should still notice the bigfonts show up in the Options menu, though.
Download this WAD, and the menu (for Doom 2), as well as the level names during intermissions, will be changed to use whatever BigFont you have loaded that replaces the default. It should work with any BigFont available in this thread. Personally I use this WAD a lot just to test out how my fonts look in-game before giving them the okay.
You should still notice the bigfonts show up in the Options menu, though.
Download this WAD, and the menu (for Doom 2), as well as the level names during intermissions, will be changed to use whatever BigFont you have loaded that replaces the default. It should work with any BigFont available in this thread. Personally I use this WAD a lot just to test out how my fonts look in-game before giving them the okay.
Re: Jimmyfonts!
New fonts on the OP! These ones come from Darkening E2, specifically the level name graphics.
Credit goes to Ola Björling for the original graphics, and to Cage for helping me make them look just a little fancier.


Credit goes to Ola Björling for the original graphics, and to Cage for helping me make them look just a little fancier.



Re: Jimmyfonts!
New font on the OP - most if not all of you should recognise this.


Re: Jimmyfonts!
<3 <3 <3Jimmy wrote:New font on the OP - most if not all of you should recognise this.
Re: Jimmyfonts!
luv u too Nash :D
This probably took me less than an hour to do, wish I was properly keeping track. Once I found the font online, it was a simple matter of having the glyphs typed out in the predetermined order (I've prepared the ASCII character set in a text file for ease of use for this purpose), doing the ol' 1px drop shadow shindig, and then the tedious part - the bounding boxes for Imagetool to read. Resizing the font for the 2x variant also meant I had to essentially repeat that process. But overall fun stuff! I wonder if I should prepare a proper tutorial using the exact steps I used for this font, since it was probably the least trouble I've gone to for a custom font, overall.
This probably took me less than an hour to do, wish I was properly keeping track. Once I found the font online, it was a simple matter of having the glyphs typed out in the predetermined order (I've prepared the ASCII character set in a text file for ease of use for this purpose), doing the ol' 1px drop shadow shindig, and then the tedious part - the bounding boxes for Imagetool to read. Resizing the font for the 2x variant also meant I had to essentially repeat that process. But overall fun stuff! I wonder if I should prepare a proper tutorial using the exact steps I used for this font, since it was probably the least trouble I've gone to for a custom font, overall.
- Tormentor667
- Posts: 13554
- Joined: Wed Jul 16, 2003 3:52 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Germany
- Contact:
Re: Jimmyfonts!
Jimmy, your fonts are so fuckin' awesome 

- FuzzballFox
- Posts: 1905
- Joined: Thu Jan 24, 2008 10:19 am
- Location: Hampshire UK
Re: Jimmyfonts!
I think next time I try and make some font stuff Jimmy I'll have to get you to help compile and the like =w=
Re: Jimmyfonts!
I'd be happy to help. 

- Oberron
- Posts: 1048
- Joined: Sun Aug 02, 2015 1:20 am
- Graphics Processor: ATI/AMD (Modern GZDoom)
- Location: Czech Republic
- Contact:
Re: Jimmyfonts!
Font request: Quake 2 font (when you pick up items)
- Silentdarkness12
- Posts: 1555
- Joined: Thu Aug 15, 2013 5:34 pm
- Location: Plains of Pride
Re: Jimmyfonts!
....Is there any way to use these as entirely new fonts?......
As in, not replacing DBIGFONT?....
As in, not replacing DBIGFONT?....
Re: Jimmyfonts!
Yes, put them in your WAD, name them whatever e.g. "LUMPNAME", and then in ACS you can use [wiki]SetFont[/wiki]("LUMPNAME"); to grab the font you added.
- Silentdarkness12
- Posts: 1555
- Joined: Thu Aug 15, 2013 5:34 pm
- Location: Plains of Pride
Re: Jimmyfonts!
Doesn't that only work on a per-script basis?Jimmy wrote:Yes, put them in your WAD, name them whatever e.g. "LUMPNAME", and then in ACS you can use [wiki]SetFont[/wiki]("LUMPNAME"); to grab the font you added.
I was hoping to use this in a SBARINFO....