June 21, 20242 yr Localization There are two types of .info files - *.speech.info and *.uitext.info with a little difference PC version: General structure Entries count [4 byte] Offsets Table [Entries count * Offset Entry size] Strings Table [Entries count * String Entry size] Offset Entry (uitext type) structure id Offset [4 byte] localized text Offset [4 byte] Offset Entry (speech type) structure some unknown data [24 byte] id Offset [4 byte] localized text Offset [4 byte] String Entry structure text id [string lenght] localized text [string lenght] Text Offsets are from offset itself (not from beginning of file) Text strings in Strings table are null terminated PS4 version structure are the same, but entries count and offsets are stored in 8 byte instead of 4 byte (unknown data still 24 byte) Edited June 22, 20242 yr by Sarinan
June 27, 20251 yr Can you write a tool that will extract the text from these files and import it back?
November 9, 2025Nov 9 Localization Hi guys, if need simple tools, im created this here . @swathack Edited January 4Jan 4 by MrIkso
Create an account or sign in to comment