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

Search the Community

Showing results for tags 'sgcraft'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • OpenComputers
    • Announcements
    • Feedback
    • IRC
  • Code Central
    • Support
    • Showcase
    • Tutorials
  • Addons & More
    • Addons Mods
    • Architectures
    • OpenEngineering Task Force
  • General
    • Lounge
    • Forum Games
    • Showcase
    • Servers
  • Archives
    • Public Archives

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Minecraft


GitHub


IRC


Fediverse ID


Location


Interests

Found 6 results

  1. SGCX - SGCraft Stargate Controller Stargate controller based on GML library. Showcase: Installation steps: First download the package manager that will be used to download the application and all required dependencies: wget https://gitlab.com/d_rzepka/oc-equipment/raw/master/installer/arpm.lua Use the package manager do download SGCX: arpm install sgcx Run SGCX with an additional argument - init. This will allow you to pick a stargate interface address from list. It is required only during the first star
  2. This is my stargate control program for sgcraft called nexDHD How to get it: link to github pastebin run -f YVqKFnsP Computer requirements: - CPU T2 - GPU T2 - 12x Screen T2 - HDD T1 (with OpenOS) - 2x Memory T1.5 - Internet Card - only required for installation and updates - keyboard - only required for installation - Redstone Card T2 - optional - EEPROM (Lua BIOS) features of my program: - autoclose iris on incoming wormhole (when iriscontrol is turned on) - autoopen iris if correct IDC is received (iris deactivation cod
  3. Hi all I am trying to write a program to control sgcraft gates and am having some trouble with the server side of things heres what I have so far: ########################################################################## local c = require("component") local e = require("event") local m = c.modem local s = c.stargate local computer = require("computer") () m.open(20) m.broadcast(20, "Online.") local _, _, f1, port, _, message1 = e.pull("modem_message") if message1 == "s.dial('s.localAddress()')" then m.send(f1, 20, io.stderr:write("Canno
  4. hi i'm looking to create and run a program that will automatically close the iris when a connection comes into the gate (figured that out) then open it with a message (got that too). the part hat is confuseing me however is how do I filter it so that the program is only looking at what was typed to be sent. e.g. if the code was 12345 how do i get it to read that instead of reading sgMessageReceived "souceaddress" 12345? Code so far: component = require("component") event = require("event") sg = component.proxy("...") --- deliberately put the three dots here as it changes event.p
  5. I'm trying to write a program that checks the power in my Stargate and it's state (connected, idle, etc...) and then turn my reactor on and of accordingly. It works for the power portion but does not seem to care about the of the gate. I also have a config file that is working I'm including it in case anybody notices something wrong with it. here are the codes: config file: c = require("component") e = require("event") ---here in case I choose to write other progams r = c.getPrimary("br_reactor") s = c.getPrimary("stargate") t = require("term") ---here in case I choose to write o
  6. Hi I'm trying to use a Drone as a M.A.L.P. (Mobile Analytic Laboratory Probe) and my problem is that even if i set the drone.move command to stop at the event horizon it goes through the gate, (which is good), but then it tries to immediately go to the point directly behind the sending gate, (which is not so good). How to I tell the drone to stop moving altogether so that it stops on the other side of the gate?
×
×
  • Create New...

Important Information

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