Skip to content

StringDictionary

Kons edited this page Mar 22, 2015 · 1 revision

Description

The string dictionary is the first uop loaded by the EC client.

It contains strings used to get textures from UOP and many other things.

Inner Extension

.bin

Format

-QWORD
-DWORD Count
-WORD
do{
	-WORD SLen = StringLength
	-B[SLen] String
}while(Count-- != 1)
Clone this wiki locally