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