Інсталювати Steam
увійти
|
мова
简体中文 (спрощена китайська)
繁體中文 (традиційна китайська)
日本語 (японська)
한국어 (корейська)
ไทย (тайська)
Български (болгарська)
Čeština (чеська)
Dansk (данська)
Deutsch (німецька)
English (англійська)
Español - España (іспанська — Іспанія)
Español - Latinoamérica (іспанська — Латинська Америка)
Ελληνικά (грецька)
Français (французька)
Italiano (італійська)
Bahasa Indonesia (індонезійська)
Magyar (угорська)
Nederlands (нідерландська)
Norsk (норвезька)
Polski (польська)
Português (португальська — Португалія)
Português - Brasil (португальська — Бразилія)
Română (румунська)
Русский (російська)
Suomi (фінська)
Svenska (шведська)
Türkçe (турецька)
Tiếng Việt (в’єтнамська)
Повідомити про проблему з перекладом









/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.