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
Program(182,4): Warning Unreachable code detected
2x
The way your Script handles distribution feels better than TIMs oder the other ones which name I can't remember rn.
Let me know if i can help you out with anything else ;)
I currently switching over from my InvScript to Taledens and his one does this thing with Refineries (but with the difference that they produce the most neded ore/ingot first ... [yes, thats a hint ^^]).
i am using this script but it says something about the reference not set on the instance of an object. I triple checked everything and the names of Refinerys, assemblers, AI-DUMP where good
when i compile it says line 111
142 152 169 233 have errors
I have Assembler MAIN [Co-op], Refinery MAIN [Co-op] and other refineries with [Co-op] too.
Btw, thanks for the luck :p
Now that inventory mass affects overall ship mass, i have been searching for script to distribute ore evenly throughout containers. It seems that your script and some others i think, are basically already doing so just except with refineries/drills etc. Is it possible to replace some words in your script (or "references" i think is the correct term) with ?containers? Being as all ore has the same mass to volume, it seems it wouldn't be anything unusually challenging. Before i start trying to do so, could u tell me if it's possible to replace some code in ur script?
FYI: It'd only be for personal use. Thanks again
I have to put ore into the refinery for it to flip on, maybe turning off converyer and using a sort/push block to force ore in will help trigger it to function. Also I have an arc furnace but the script won't enable it, im assuming same issue as refinery.
It's surely possible, however there's an issue when it comes to determining which container you want to move it to. Either it'll have to be a container with a predefined name (for example: "AssemblersEmptier" or something like that) so that i can find the block by name. The other way would be to split all the remaining ingots over all storage containers, which you might not like since that will mess up your sorted containers.
At last, I would like to ask you to test out your assemblers by producing a certain amount of stuff in parallel (i.e. co-op mode) & check the assemblers afterwards. IIRC only the main assembler should have ingots remaining in its inventory after production. However if that's not the case or you're still too lazy to manually transfer the remaining ingots - which I totally understand since that is why I program in the first place :p - I will try to adjust it as soon as possible.
Why do the assemblers need to be in "CO-OP Mode"? Is that just setting them to "Share w/ Faction" / "Share w/ All"? Just wondering what exactly that means&does. Thank you