安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
The script gives me values very much lower than what is really required, does it still work ?
You can download it on pastebin
#######################
https://pastebin.com/bB5um7GZ
#######################
or add /bB5um7GZ
Position:
"Large ship blocks from projector"
Added the following:
{"Grated Catwalk Corner", new Dictionary<string, int>{
{"Girder",4},
{"SmallTube",32},
{"Construction",24}
}},
{"Grated Catwalk Straight", new Dictionary<string, int>{
{"Girder",4},
{"SmallTube",32},
{"Construction",24}
}},
{"Sci-Fi Large Atmospheric Thruster", new Dictionary<string, int>{
{"SteelPlate",230},
{"Construction",60},
{"LargeTube",50},
{"MetalGrid",40},
{"Motor", 1100}
}},
{"Sci-Fi Atmospheric Thruster", new Dictionary<string, int>{
{"Motor",110},
{"MetalGrid",10},
{"LargeTube",8},
{"Construction",50},
{"SteelPlate",35}
}},
{"Hydrogen Engine", new Dictionary<string, int>{
{"Motor",12},
{"LargeTube",12},
{"Construction",70},
{"SteelPlate",100},
{"PowerCell",1},
{"Computer",4},
{"SmallTube",20}
}},
Additionally to the already mentioned updates/bugs here are my two cents:
Position:
"DisplayBlock = DisplayBlocks[0];
// find object type
/*"
Added:
MyObjectBuilder_TextPanel/SciFiLCDPanel5x5 // Sci-Fi LCD Panel 5x5
MyObjectBuilder_TextPanel/TransparentLCD // Transparent LCD
Position:
"Large ship blocks from projector"
Added the following:
{"Control Seat", new Dictionary<string, int>{
{"InteriorPlate", 30},
{"Construction",30},
{"Motor",2},
{"Computer",100},
{"Display",6}
}},
{"Grated Catwalk", new Dictionary<string, int>{
{"Girder",4},
{"SmallTube",20},
{"Construction",16}
}},
{"Grated Catwalk Wall", new Dictionary<string, int>{
{"Girder",4},
{"SmallTube",26},
{"Construction",20}
}},
Additionally I have noticed that large grid "Cockpit" incorrectly is labled as using Interior Plates when it uses regular steel plates. This might have just been an update change however. (Perhaps the thruster names may have also been from an update?)
I was able to make the necessary change and get it working (along with adding Sci-Fi entries for all thrusters, as well as Industrial Cockpit.)