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
If you want, for example, skin55.tga (your new skin) to appear as a "casual male" skin then you'll add "55" to the NPC_SKIN_CASUAL_M array.
Eg,
NPC_SKIN_CASUAL_M = { 1, 2, 3, 5, 6, 7, 9, 11, 12, 14, 15, 40 }
Becomes
NPC_SKIN_CASUAL_M = { 1, 2, 3, 5, 6, 7, 9, 11, 12, 14, 15, 40, 55 }
If you want to create a mod script I can walk you through the process but it can be a bit tricky.
http://wiki.voxelturf.net/wiki/Modding_Guide#Injecting_Lua_Code