Εγκατάσταση 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 (Βιετναμικά)
																													Українська (Ουκρανικά)
																									Αναφορά προβλήματος μετάφρασης
							
						
 
											 
													





 
			 8
 8			 
					




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