Font Template for aseprite (use with Flikky's image_to_ohf)

Upload your games here. Download other people's games here.

Moderators: Bob the Hamster, marionline, SDHawk

Post Reply
User avatar
Rue
Slime Knight
Posts: 135
Joined: Sun Dec 09, 2007 4:01 am
Location: Bellevue, WA
Contact:

Font Template for aseprite (use with Flikky's image_to_ohf)

Post by Rue »

So I've been messing with making some different font related tools. At first I was constructing something with python to actually construct files from scratch, but then TMC pointed out that there's actually a great tool made by Flikky that takes OHF files, converts them to PNG, and then from PNG back into OHF (to put back into your game).

I experimented with making some tools to make importable TTF fonts and whatnot, but the quality was always terrible. I realized that in the end, all I was doing was programmatically taking screenshots of a font chart and expecting it to look good. Why bother? You're going to end up needing to clean it up anyway.

In any case, I made a layered font template for asesprite (which is a fantastic sprite art program, that you should totally buy). Bottom layer is the grid. Middle layer is the original, base OHR font with the opacity set to 50%. Top layer is empty, and is where you should be putting your new font (if you hit 't' by default, you can insert text in aseprite).

When you've finished, you can just delete the middle layer (the base OHR font), flatten the image as a png, and use Flikky's image_to_ohf to import your new font into your game.

Download Flikky's Font Tools here: https://rpg.hamsterrepublic.com/ohrrpgc ... Font_Tools
My template is attached to this post.

Edit: Added a font that I made in around 12 minutes using this method, using the YuGoth font included in aseprite.
Download

yugoth-ohr2.zip (1.53KB; 170 downloads) A font made in less than 15 minutes using this method. "YuGothOHR" (I am no artist!)

font_template.zip (3.33KB; 171 downloads) Rue's Font Template (ASE Format)

Reviews

No reviews. Be the first to review Font Template for aseprite (use with Flikky's image_to_ohf)!

Last edited by Rue on Wed Jun 10, 2020 7:48 pm, edited 1 time in total.
Post Reply