Jump to content
主视角中国

Recommended Posts

Posted

HI.

Does anyone familiar to a program that used for edit/create

ritual fonts? (exept for ubertools wich doesnt work ) tnx.

There is a tool with the FAKK2 tools that works

i tried it, but it just apears for second and closes

You need to open it in dos not just clickin the file mate

This is what i work from:

Here is the exact method I use to create fonts.

fontgen -name 04b_20-6 -winname "04b_20-6" -size 8 -first 0 -last 255

Don't forget to create a shader definition for your new font. The fontgen program does not do this for you. The only thing fontgen does, is create the .Ritual font def, and the TGA graphics.

Open up the scripts/gfx.shader file, and copy one of the font shader definitions. Any one of them should work just fine, they're all the same, except the paths, and tga file names.

Create a new text file named 04b_20-6.shader in the scripts folder. Paste the contents of the font definitions from the gfx.shader file, into your newly created shader file. It should look something like this:

gfx/fonts/04b_20-6

{

nopicmip

nomipmaps

{

map gfx/fonts/04b_20-6.tga

blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA

rgbGen identity

}

}

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

登录

Already have an account? Sign in here.

现在登录
×
×
  • 创建新的...