Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal
  • 0
Palkir2

OpenComputers problem

Question

6 answers to this question

Recommended Posts

  • 0

It depends on what exactly you mean with that and which stargate mod you are using.

I can only help with SGCraft.
A very simple control of the stargate would be this

local component = require("component")
local sg = component.getPrimary("stargate")

sg.dial("ABCDEFGHI")

 

You could check out my stargate control program https://oc.cil.li/index.php?/topic/1062-sg-craft-stargate-control-program/

Link to post
Share on other sites
  • 0

If you really want to control a stargate from tablet, it would require writing a networked program. I will not explain how to do that as that is out of scope of the question.
What you need in first place, is to place acomputer somewhere near the stargate you want to control, put an Adapter block directly next/under it or something, and connect to the computer.

Sadly, any exact tips on how to control the stargate are not possible as you have not provided the information of what mod you're using. Best bet is to look at the dscription of the mod and look for OpenComputers API description in it.

Link to post
Share on other sites
  • 0
On 2017-08-17 at 8:47 AM, Nexarius said:

A tablet cannot be connected to external component and if the stargate is not connected it won't work.

Awh that's too bad. I was playing with the thought of being able to send the IDC via a tablet. Like in the show where they send it over so HQ will open the iris. 

Link to post
Share on other sites
  • 0
12 hours ago, craft90 said:

Awh that's too bad. I was playing with the thought of being able to send the IDC via a tablet. Like in the show where they send it over so HQ will open the iris. 

You could do that with a wireless network card (that is an internal not external component) but of course the other side needs a computer who can detect the signal.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.