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
GLOBAL.PREFAB_SKINS["charactername"] = {
"charactername_none",
}
Note: charactername is which your character's name
YOU SAVED DA WORLD
thank you!
Also thanks, I try my best to make mods that people can enjoy.
You have to change "charactername" with your character's default skin prefab file.
For example. Your character's name is "Tony" and his prefab file would be "tony", if that is the case, then your character's _none file should be called "tony_none" so you will add a code inside modmain to make his default skin's name be called "Tony" in-game, like this:
GLOBAL.STRINGS.SKIN_NAMES.tony_none = "Tony"