THE TOOLS
First you need the means to do the deeds.
ImageTool. If you've had troubles with this thing before, don't worry. Just follow along.
Bagheadspidey's DoomCrap
A brain, hands, and a spine. Skeleton optional.
CONFONTS
Open up the font generator from DoomCrap by running the batch file named "Font Generator.bat".
Select Console Font from the Mode dropdown menu. It should be selected by default.
Select your font of choice. For this example I'll be using a beautiful selection of Comic Sans MS Bold Italic 10pt. Yes.
Change the brightness accordingly to your preference. You may have to tweak the positioning and cell size for it to look proper. I chose -2, -2, 0, -2 respectively.
Now, go to File>Save Image As and save to your ImageTool directory. It should use the PCX format (NOT THE FOLDER OF PCX FORMAT THIS WILL KILL YOU AND MAKE MY FACE EXPLODE INTO SHOTGUNS)
Get command line open (On Windows Vista and up you can do Windows Key+R and then type cmd in the run box then press enter) and change your directory to ImageTool's.
For me this would be the following commands:
Code: Select all
cd desktop
cd utils
cd imagetoolCode: Select all
imagetool confont yourfile.pcx confont.fonSpoiler: Image resultBIGFONTS
Almost the same method as confonts.
Get the font generator back open, and this time choose Big Font from the Mode dropdown menu.
Choose the brightness, position etc just as before. Save just as before.
Now, there's a problem with the way the file is saved from the font generator. The palette isn't indexed correctly.
You have to open the PCX file in GIMP and change the index from Colors>Map>Rearrange Colormap.
Drag the red color (should be index 1) and drag it ALL the way to the end.
Export the image. Toss this command through command line:
Code: Select all
imagetool font yourfile.pcx bigfont.fonSpoiler: Image ExamplePlease yell at me if this doesn't work. It Worked For Me™.


