Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Name: "TBUDGoStd-Bold"
Encrypted.
You can easily change it:
http://steamcommunity.com/groups/ff-modding/discussions/13/357284131804133221/
Sorry, I have not expressed well. What I want is the font itself.
About the "EmbeddedAsset", I don't find that folder/file into the FF9 folder. What I have to do to access this file?
public static byte[] Decryption(byte[] bytes)
{
long num1 = 1024;
long num2 = (long) bytes.Length;
long length = num2 - num1;
byte[] numArray = new byte[length];
long num3 = 0;
for (int index = 0; (long) index < length; ++index)
{
if (num3 < num1)
{
numArray[index] = bytes[num2 - num1 + num3];
++num3;
}
else if ((long) index < num2)
numArray[index] = bytes[index];
}
return numArray;
}
What I have to do with this code? Is it used with QuickBMS or any particular program?
Use Unity Assets Explorer.
http://steamcommunity.com/groups/ff-modding/discussions/13/357284131804133221/