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
You have incorrectly filled the folder parameter in mod description - there is a mod URL instead of folder
In build 42 (current branch) after subscription on this mod car driving UI and automechnic UI are broken
which also leads to the blocking of the only mod with the creation of autoturrets in build 42 =(
childMenu:addOption(getText("IGUI_hordeRadio_intensity_2"), playerObj, function() RadioUtils:SetRadioIntensity(playerObj, item, 200) end, item);
childMenu:addOption(getText("IGUI_hordeRadio_intensity_3"), playerObj, function() RadioUtils:SetRadioIntensity(playerObj, item, 300) end, item);
childMenu:addOption(getText("IGUI_hordeRadio_intensity_4"), playerObj, function() RadioUtils:SetRadioIntensity(playerObj, item, 5000) end, item);
last line 5000 should be 500 ;)