Skip to content
View in the app

A better way to browse. Learn more.

ResHax

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.
Help us keep the site running.

ELEX - Fonts

Featured Replies

  • Author
  • Localization

InKviZ, posted Tue Mar 23, 2021 1:25 pm (62981)


Hi guys. Who can help convert font textures, I would be very grateful for help.
  • Author
  • Localization

h3x3r, posted Sun Mar 28, 2021 9:24 pm (63111)


If you have 010 HEX Editor then use this template to parse font files. It shows you where maping and texture starts. BTW texture is classic DDS file.
Code:
//------------------------------------------------
//--- 010 Editor v11.0.1 Binary Template
//
//      File:
//   Authors:
//   Version:
//   Purpose:
//  Category:
// File Mask:
//  ID Bytes:
//   History:
//------------------------------------------------
ubyte Magic[4];
uint FileSize; // 130
FSeek(68);
uint CharTableSize;
uint Dumy;
uint TextureSize;
FSeek(44);
ubyte CharTable[CharTableSize];
ubyte Texture[TextureSize];
uint UnknownDataSize;
ubyte UnknownData[UnknownDataSize-4];
uint UnknownDataSize0;
ubyte UnknownData0[UnknownDataSize0];

How to save texture: Open font file in 010 HEX Editor, use template on that font file and click on Texture node. Press ctrl and double tap C key now create new file as HEX and paste copied data. Now you can save it as *.DDS file.
Image
And here are fonts.
Image
Image
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.