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
is it possible that if its script related to trow out more than 6.7k stone at a time ?
if not is there a way to go around it ? cause i got like 5 connector ejecting each 6.76k stone a a time and i dont see where to change it or how.
Kind regards
http://pastebin.com/HSuWJGma is the editted script, link is good for 1 month. If you choose not to update your script, I'd like permission to upload it to my own workshop with citation to origional.
I named my ejectors "Trash" and my timer block "Trash Timer" and the result was an exception, because it tries to use the timer as an ejector.
To fix this, the timer needs to be named something without "trash" in the title.
[Edit]: My second comment was for kittle, not M4jor P4In
if(!cleared)
{
if ((trash as IMyShipConnector).ThrowOut == true)
(trash as IMyShipConnector).GetActionWithName("ThrowOut").Apply(trash);
}
else if ((trash as IMyShipConnector).ThrowOut == false)
(trash as IMyShipConnector).GetActionWithName("ThrowOut").Apply(trash);
@M4jor P4In: It does pull from the drills, but the u have to enable "Use conveyor system" on the drills. Personally I have that ability on the hotbar to "release" ore into the system when needed.
I use the large drills in my mining ship as storage, and it would be nice to have it pull stone from the drills too.
I have a timer named "TrashTimer" and I have a connector named "TrashBin". I set everything to my ownership to be safe. It seems that it's not kicking the stone over.
this script is the only one ive had trouble with, but that was due to an over full inventory. it threw out a few tons of platinum and silicon before i caught it. luckily i hate silicon its like stone to me.
i wanted to make a suggestion for another script if you have the time, as i cant stay concentrated long enough to read any scripting tutorials. anyways, i want a simlar script to the sorting but i want it to see a priority container so i can set a transfer container on a seperate ship then recieve what i want by naming the container. i cant make this work without changing the names on the sorting script every time or else no sorting occurs while im welding.
do you have a quick change i can make myself or can you make this?
when I run the code, any idea why?
So far working very well :)
I will look through the code again so I can find that bit... thanks :D
Is there a way to set the connectors to "throw out"
If I use a timer to say turn on the connetors, run script (load connectors) then set to throw out the throw out option is an on/off so every other itteration through the timer block would be turning off the eject. Was thinking if I could add this bit to the script I'd be a very happy man :D
The problem I have is that no matter what script I put in from the workshop, the run button is shown as darker than the rest. Am I missing a step to make a program able to be run?