Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem









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