Skip to content

How to use

Sergey edited this page Feb 12, 2023 · 2 revisions

Basic flow

Use telescope to find and observe celestial bodies. Place Mission Control Center next to Telescope, so it can fetch data from Telescope. Select the mission in MCS and activate. Once mission completes you hit Analyze Complete Missions button to unlock planets for travel.

You can place comparator in front of Telescope, and it will output redstone signal by observation progress.

Computers can fully automate asteroids mining process.

component.telescope

telescope.getObservationStatus()

telescope.getResearchedBodies()

telescope.rotateTelescope(x, y)

 

component.mission_control_station

mission_control_station.getMissionsInfo()

mission_control_station.selectMission(name) mission_control_station.activateMission() mission_control_station.missionDuration()

mission_control_station.getSpaceStations()

mission_control_station.getLocatableObjects()

mission_control_station.selectSpaceStation(name)

mission_control_station.selectObjectToLocate(name)

mission_control_station.locateObject()

mission_control_station.getLocationData()

mission_control_station.setCoordinates(x,z)

Check configs to tweak missions duration, minable resources and researchable bodies

Clone this wiki locally