Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan









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