Jimmyfonts!

Sprites, textures, sounds, code, and other resources belong here. Share and share-alike!
Forum rules
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?
If you answered no to all three, maybe you should consider taking your stuff somewhere other than the Resources forum.

Consult the Resource/Request Posting Guidelines for more information.

Please don't put requests here! They have their own forum --> here. Thank you!
User avatar
Silentdarkness12
Posts: 1555
Joined: Thu Aug 15, 2013 5:34 pm
Location: Plains of Pride

Re: Jimmyfonts!

Post by Silentdarkness12 »

Here's a request.

How about the fonts from Unreal? The original? Especially the message font : D
User avatar
Jimmy
 
 
Posts: 4725
Joined: Mon Apr 10, 2006 1:49 pm
Preferred Pronouns: He/Him

Re: Jimmyfonts!

Post by Jimmy »

Oh hey, now that I can do. Check the OP. ;)
User avatar
Silentdarkness12
Posts: 1555
Joined: Thu Aug 15, 2013 5:34 pm
Location: Plains of Pride

Re: Jimmyfonts!

Post by Silentdarkness12 »

Sweet! Thanks!

Any chance of the HUD font, too? The ones used for measuring health and ammo and all that good stuff?
User avatar
Tapwave
Posts: 2096
Joined: Sat Aug 20, 2011 8:54 am
Preferred Pronouns: No Preference
Graphics Processor: nVidia with Vulkan support

Re: Jimmyfonts!

Post by Tapwave »

Hey, I might actually use this one for my mod! Thanks a lot!
User avatar
Oberron
Posts: 1048
Joined: Sun Aug 02, 2015 1:20 am
Graphics Processor: ATI/AMD (Modern GZDoom)
Location: Czech Republic

Re: Jimmyfonts!

Post by Oberron »

Any chance that you would do a font that is identical to the one from Mobile Forces (which is using UnrealEngine1)? Anyways, it would be cool.

thanks.
User avatar
Jimmy
 
 
Posts: 4725
Joined: Mon Apr 10, 2006 1:49 pm
Preferred Pronouns: He/Him

Re: Jimmyfonts!

Post by Jimmy »

New (and improved!) variants of DBigFont. Download now available on the OP.

Image
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed

Re: Jimmyfonts!

Post by wildweasel »

Hi, Jimmy, I'm looking for something kind of specific...

In my mod, Cold Hard Cash 2, I liberally use fonts for item descriptions in vending machines. Normally, these descriptions use fonts drawn by Daniel Cook (of Tyrian fame), but a special "Hell Vendor" that replaces the Berserk pack has a font of its own. That currently looks like this:

Image

But I'm wondering if there's a way I can make the "normal" font look a bit more corrupted, instead, similar to the once-popular "zalgo text":
Image

The Git repository for ww-cash2 can be found here: https://github.com/wildweasel486/ww-cash2 - The existing Daniel Cook fonts are all done via Fontdefs, because I didn't see much point in turning them into ZDoom FON2 lumps, but I don't necessarily need the new font to be like that.
User avatar
Gutawer
Posts: 469
Joined: Sat Apr 16, 2016 6:01 am
Preferred Pronouns: She/Her

Re: Jimmyfonts!

Post by Gutawer »

https://www.dropbox.com/s/wrpd73zxf29nb ... 3.pk3?dl=0

Figured I'd do something with the Unreal font, so I decided to recreate Unreal's Translator in GZDoom. I'll probably put something so the message can be changed based on the players location, just like Unreal does it, but for now I'm just going to leave it here since it's not much more than just a proof-of-concept type thing. To test it, use "SUMMON TRANSLATOR" (it uses an MD3 model so you won't see it in Software) and use the activate button to toggle the display on and off. The text is a bit squashed compared to the original font, this is just due to the use of SetHudSize to control the text wrapping and all that.

EDIT: Some screenshots.
Image
Image

EDIT 2: Added some Z-Axis scaling to the model, since after checking Unreal Gold, the Translator seems to be a lot chunkier than its model is.

EDIT 3: Gave the actor a sprite to fall back on, allowing the translator to actually be placed in a map. Don't know how I missed that. Also, created a demo map showing how this can be used in a map like the Unreal Translator.

EDIT 4: Made the map implementation fully separate from the map itself (barring the activation, of course).
Last edited by Gutawer on Sun Sep 25, 2016 11:09 am, edited 11 times in total.
User avatar
Silentdarkness12
Posts: 1555
Joined: Thu Aug 15, 2013 5:34 pm
Location: Plains of Pride

Re: Jimmyfonts!

Post by Silentdarkness12 »

Oh, that's pretty cool, actually.

I didn't realize my request would make that happen, although I guess I should'a seen that coming : D
User avatar
Tormentor667
Posts: 13549
Joined: Wed Jul 16, 2003 3:52 am

Re: Jimmyfonts!

Post by Tormentor667 »

You should share this @Realm667
User avatar
Gutawer
Posts: 469
Joined: Sat Apr 16, 2016 6:01 am
Preferred Pronouns: She/Her

Re: Jimmyfonts!

Post by Gutawer »

Tormentor667 wrote:You should share this @Realm667
I would, but after reading the Item Store submission rules, it seems this wouldn't be eligible? It uses a pk3 so models will work, so it can't be a zipped wad.
User avatar
Nash
 
 
Posts: 17465
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia

Re: Jimmyfonts!

Post by Nash »

Nash wrote:Jimmy, how do you get around ImageTool complaining that a glyph has height x instead of y? I'm trying to edit your smallfont, I literally touched nothing but the colours (reduced them to a single shade) but now ImageTool refuses to build it! This is so frustrating :/

Image
Sorry for resurrecting this but, the tilde character doesn't appear... here's my converted .lmp - can anyone help me fix this?

EDIT: Sorry I don't mean ~, I mean `. Also, does anyone remember where this font came from? The converted .lmp that I linked above has shadows, but the image in the attachment doesn't have shadows...
User avatar
Jimmy
 
 
Posts: 4725
Joined: Mon Apr 10, 2006 1:49 pm
Preferred Pronouns: He/Him

Re: Jimmyfonts!

Post by Jimmy »

That's one of my small Status Report fonts, custom-made. The tilde character you're after should be in the blank space after the underscore (_). I'm not sure why that's not there to be honest. :?
User avatar
Tapwave
Posts: 2096
Joined: Sat Aug 20, 2011 8:54 am
Preferred Pronouns: No Preference
Graphics Processor: nVidia with Vulkan support

Re: Jimmyfonts!

Post by Tapwave »

Okay, maybe I'm really stupid but...
I'm trying to use Status report in my mod, but define it as a separate font , as I only want to use it for specific HUD elements. However, the documentation on FONTDEFS in the wiki is really vague and I have no clue how to do this.
Gez
 
 
Posts: 17934
Joined: Fri Jul 06, 2007 3:22 pm

Re: Jimmyfonts!

Post by Gez »

FONTDEFS is not needed for FON1/FON2/BMF fonts, which are identified by their lump name.

Return to “Resources”