安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






Any ideas??
If you have any issues, let me know and I'll help you sort them out.
Now that, that is done, the light on the housing ic should turn green, indicating no errors.
If something is still wrong, my only advice is to make sure everything involved is connected, and powered; make sure everything is fully built; and double check the code against everything's names. Checking the exact line of code where an error was detected should tell you where something has gone wrong. If it helps, give your dial and button unique names, so they done get mixed up with other buttons or dials in your system.
Once that is done, you will still see errors, because the IC Housing needs to be calibrated. Take a screwdriver and go to the chip. The screws will be numbered from d0 to d5.
Adjust d0, d1, and d2; to the dial, the button, and the FurnaceControlIC, in that order, as shown by the green text next to the aliases in the code.
For everyone who has come here and is getting errors, allow me to impart my knowledge.
The first thing you need to do is change the aliases and yields (the white text in the code) to match each other and names of all the parts applicable. Objects and parts can be renamed via using the Labeller. For example; "Dial" and "dial" don't match, so you can use the labeller to change the name of the dial or change the code to match. "Button" and "Botton" also need to be fixed in the same way. As for the second IC (Furnace control), use the labeller to change it's name to what the code says: "FurnaceControlIC". Also make sure capital letters are used or now used when needed.
TIA
Will you be updating the code?
So rename Dial to dial, or correct the code. Same with the Furnace IC coding
Changing the aliases, e.g. 'dial' to 'Dial' fixed it.
save
I am having issues however, everything is wired up and I have my ICs in. I have managed to connect all the inputs correctly to the Hash and the Furnace IC but I am getting some errors unfortunately. Is there any way you can help with it?
I am getting an error at line 13 for the furnace IC and line 41 for the Hash IC. Currently I cannot get he dial to operate my hash console so I can see the ingot I am trying to make. Cheers mate