There's a limit to HudMessage lengths??
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
I know this question is stupid and probably easy as hell to figure out, but I've found the Help file completely unhelpful, the same goes with Googling, and I've found trying to figure out ImageTool so far a huge pain in the ass. Anyway... how do I save a graphic as a font? I tried looking through the Save As extensions and I don't think I found anything.
- Kappes Buur
-

- Posts: 4201
- Joined: Thu Jul 17, 2003 12:19 am
- Graphics Processor: nVidia (Legacy GZDoom)
- Location: British Columbia, Canada
- Contact:
Take a look at Randy's example Monalisa
That didn't seem to work...
The first thing I did was try making a file called blackfont.script and putting it in the ImageTool folder, and then opening ImageTool and running the script
"imagetool script blackfont.script"
and it said
Then, I tried just running the script
which gets the same error. So I made a new script, and a window popped up labeled "macro". So I try it this way:
and then it gives me the error
And last I tried method two with the "imagetool script blackfont.script". It didn't work.
So am I doing something wrong? I have BLACK.PNG and blackfont.script in the main ImageTool folder.
The first thing I did was try making a file called blackfont.script and putting it in the ImageTool folder, and then opening ImageTool and running the script
"imagetool script blackfont.script"
and it said
Code: Select all
error: 'macro' or 'procedure' expected on line 1
<<imagetool script blackfont.scriptmp">>Then, I tried just running the script
Code: Select all
load "BLACK.PNG"
font "BLFONT.lmp" 0 0 'A'Code: Select all
macro 'blackfont';
{ }
begin
load "BLACK.PNG";
font "BLFONT.lmp" 0 0 'A';
end;Code: Select all
undeclared identifier: load on line 4
<< load "BLACK.PNG";>>And last I tried method two with the "imagetool script blackfont.script". It didn't work.
So am I doing something wrong? I have BLACK.PNG and blackfont.script in the main ImageTool folder.
???
Are we speaking of the same ImageTool?! Because I just ran a Google search for ImageTool and found this page:
http://ddsdx.uthscsa.edu/dig/itdesc.html
Which I'm guessing now is not the ImageTool I'm supposed to be using, right?
Are we speaking of the same ImageTool?! Because I just ran a Google search for ImageTool and found this page:
http://ddsdx.uthscsa.edu/dig/itdesc.html
Which I'm guessing now is not the ImageTool I'm supposed to be using, right?
No, you are speaking about http://www.zdoom.org/files/utils/imagetool.zip