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.

NieR Automata .dtt font files

Featured Replies

  • Author
  • Localization

MuratG, posted Fri May 26, 2017 11:38 am (23534)


010 editor with How to edit .dtt font files? Please help.


Image
  • Author
  • Localization

shadow_lonely, posted Fri May 26, 2017 2:43 pm (23537)


Try delet first 60bytes and save as .dds
  • Author
  • Localization

Acewell, posted Fri May 26, 2017 4:17 pm (23538)


here is a bms script for that :D
Code:
idstring "DAT"
get EXT extension
if EXT != "dtt"
   print "Wrong file! Run this script on a *.dtt file."
   cleanexit
else
   get SIZE asize
   get NAME basename
   math HEADER_OFFSET = 0x0
   math HEADER_SIZE = 0x60
   string HEADER_NAME = NAME
   string HEADER_NAME ".header"
   math OFFSET = 0x60
   math SIZE - HEADER_SIZE
   string NAME ".dds"
   log HEADER_NAME HEADER_OFFSET HEADER_SIZE
   log NAME OFFSET SIZE
endif
  • Author
  • Localization

MuratG, posted Sat May 27, 2017 5:30 am (23554)


Acewell wrote:
here is a bms script for that :D
Code:
idstring "DAT"
get EXT extension
if EXT != "dtt"
   print "Wrong file! Run this script on a *.dtt file."
   cleanexit
else
   get SIZE asize
   get NAME basename
   math HEADER_OFFSET = 0x0
   math HEADER_SIZE = 0x60
   string HEADER_NAME = NAME
   string HEADER_NAME ".header"
   math OFFSET = 0x60
   math SIZE - HEADER_SIZE
   string NAME ".dds"
   log HEADER_NAME HEADER_OFFSET HEADER_SIZE
   log NAME OFFSET SIZE
endif


Thanks dude
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.