Space Engineers

Space Engineers

Not enough ratings
Stone Remover
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
2.837 KB
Oct 19, 2016 @ 5:27am
Aug 2, 2017 @ 8:00am
6 Change Notes ( view )

Subscribe to download
Stone Remover

Description
/* *************************************************************************
*
* Stone Remover
* *************
* Version 1.3, February 2017
* Author: Alexander Weber, Switzerland
*
* the script will check the containers, if they have stone. if yes, the script move it to
* the connectors and trew it out. it will dived the stone to the count of connectors
*
* use:
* Customize the list of cargo containers in the first line if you want, you can use Groups.
* be shure, that the name(s) is/are correct. same to the connectors.
* you can run the script by timerblock (e.g. every 10 seconds) or manually. if you want to stop the trew out, so add the parameter "off"
* to the script.
* if you want, you can activate the Log-LCD-Display. Set the variable log to true
*
* Paramters:
* nothing - just move the stones
* on - threw out is on
* off - threw out is off
*
* known problems:
* the script doesn't look, if the connector is full.
*
* Release Note Update 1.3
* Groups works better.
* optimization for Log
* added parameter "on" for threw out
*
* Release Note Update 1.2
* It's now possible to use group names for the output connectors or cargo containers
*
* Release Note Update 1.1
* Move-Algorithm is better.
*
* **************************************************************************/
7 Comments
Rychu Jan 26, 2020 @ 10:10am 
No longer compiles in the programmable block
Nitorks Apr 15, 2018 @ 2:03am 
mal ne frage
und zwar bei mir schmeißt er alles raus nicht nur stein:o
woran könnte dies liegen
Lord|Monkey  [author] Jul 26, 2017 @ 5:20am 
Kannst Du Dein Problem ein wenig genauer beschreiben?

Du musst eigentlich nur die ersten paar Zeilen konfigurieren, wenn Du Gruppen verwendest dann den Gruppenparameter, wenn nicht, so muss dieser "" sein (leer) (wichtig!) und du kannst alle Container oder Verbinder einzeln aufführen.

Danach kannst Du den Programm Block mittels Timer oder Cockpit oder Schaltkonsole ansteuern. Ich habe meistens 2 Knöpfe belegt, einer mit dem Parameter on und einer mit off.

Evtl. mache ich mal ein Video oder ein kleines Demo-Schiff.
Radde Jul 21, 2017 @ 4:35am 
Die Idee ist genial aber irgendwie komme ich damit nicht zurecht. Ich habe keine Ahnung wo und was ich genau bearbeiten muss/kann/soll. Würde mich freuen wenn mir jemand helfen kann oder vllt ein kleines Video dazu macht.
mahtrok Nov 8, 2016 @ 4:08am 
Naja, oder du baust einen Conveyor Sorter, stellst auf Whitelist und fügst Stein hinzu...da dran den Auswurf, Collect All und Throw Out an, fertig. Aber das Script eröffnet mir mit ein püaar Anpassungen andere Optionen. Alles in allem gute Arbeit
Lord|Monkey  [author] Nov 7, 2016 @ 11:45pm 
Wenn Du einen/mehrere Container hast mit Steinen drin und diese automatisch auswerfen willst, so musst du diese manuell auf alle Verbinder (gleichmässig) verteilen. Das Script nimmt Dir diese Arbeit ab.
mahtrok Nov 6, 2016 @ 6:59am 
Die Frage ist, was kann das Script Besonderes, das ein Conveyor Sorter nicht auch kann? Ich schau es mir auf jeden Fall mal an.