Installa Steam
Accedi
|
Lingua
简体中文 (cinese semplificato)
繁體中文 (cinese tradizionale)
日本語 (giapponese)
한국어 (coreano)
ไทย (tailandese)
Български (bulgaro)
Čeština (ceco)
Dansk (danese)
Deutsch (tedesco)
English (inglese)
Español - España (spagnolo - Spagna)
Español - Latinoamérica (spagnolo dell'America Latina)
Ελληνικά (greco)
Français (francese)
Bahasa Indonesia (Indonesiano)
Magyar (ungherese)
Nederlands (olandese)
Norsk (norvegese)
Polski (polacco)
Português (portoghese - Portogallo)
Português - Brasil (portoghese brasiliano)
Română (rumeno)
Русский (russo)
Suomi (finlandese)
Svenska (svedese)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraino)
Segnala un problema nella traduzione









/dance(摇摆摇摆)
1. Find the mod's file in your workshop folder.
2. Open each of the 3 files listed below in some text editor and add each line of code to the specified file under the correct list. Don't forget the commas.
In modinfo/lua, add this to local eight_actions under -- Unlockable emotes:
{description = "/tiphat", data = "tiphat"},
In modmain.lua, add this to local EMOTES_ITEMS:
{name = "tiphat", anim = {anim="emote_hat_tip"}, item = "emote_tiphat"},
In scripts/widgets/gesturebadge.lua, add this to local positions:
emote_hat_tip = {
offsetx = 5
},
3. Refresh your mods.
If the changes get overridden then make a copy of the mod in your mods folder and add the changes there. Make sure that you're using the right version in your mods list if you make a copy.