Skip to content
View in the app

A better way to browse. Learn more.

主视角中国

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

资料备查

Featured Replies

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

Account

Navigation

搜索

搜索

设置浏览器推送通知

Chrome(安卓)
  1. 点击地址栏旁边的锁形图标。
  2. 点击 权限 → 通知
  3. 根据需要调整通知设置。
Chrome(桌面)
  1. 点击地址栏中的锁形图标。
  2. 选择 网站设置
  3. 找到 通知,然后根据需要调整设置。