安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






I don't know why, but it goes from 29 to 31 degrees. So it's impossible to choose a 30 degree rotation.
It's incredible how much time I'm going to save thanks to you. I had it in my head to make a symmetrical constructions on my map and I was wondering if there was a way to copy-paste constructions. And then I came across your mod. Thank you very much!
What I do is make a train station, cargo hub, etc. to my liking with all rails connected on a separate part of the map, and every time I need it, I simply copy and paste it where I need it.
Many thanks sharing it!
updateFn = function(params)
local scale = {.5,.6,.7,.8,.9,1,1.1,1.2,1.3,1.4,1.5}
local result = { }
local thisModel = modelData[params.mdhtr_asset+1]
local w = scale[params.mdhtr_width+1]
local h = scale[params.mdhtr_height+1]
result.models = { {
id = thisModel,
transf = { w, 0, 0, 0, 0, 1, 0, 0, 0, 0, h, 0, 0, 0, 0, 1 },
} }
result.personCapacity = { type = "INDUSTRIAL", capacity = 1 }
result.terrainAlignmentLists = { {
type = "EQUAL",
faces = { }
} }
return result
Thanks