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
I do not think those are adjustable without a mod. There is a no emissions mod in the work shop.
But now maybe this mod will help me:
https://www.transportfever.net/filebase/index.php?entry/5248-kollisionsplatte-collision-tile/
local a = 1
function data()
return {
update = function()
print(a)
if a == 1 then
local TownsId = (game.interface.getTowns ())
for j = 1, #TownsId do
local id = TownsId [j]
commonapi.dmp (game.interface.setTownDevelopmentActive (id , false))
end
a = 2
print(a)
end
end,
}
end
It Works! :D
https://steamcommunity.com/sharedfiles/filedetails/?id=2044636379