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

Search the Community

Showing results for tags 'oc'.

  • 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 9 results

  1. hi i am okay to computercraft but a complete newb to openccomputers but here is my question I have made a program in cc and then ported it over to oc it works but for some unknown reason will it not read the data from my table or maybe from ae2 itself here is the code so what's wrong local component = require "component" local gpu = component.gpu local colors = require("colors") local term = require "term" local me = component.me_interface local monX,monY = gpu.getResolution() local low = 64 local meItems = { [1] = {"Iron Ingot","minecraft:iron_ingot","0"}, [2] = {
  2. the advantage of EnderIO conduits over all other wires is color coding so red only goes to red and blue only goes to blue over the same wire so happy was I when I saw the oc conduits that would save me a lot of cable clutter I thought but some how the still crosswire so server lime connects to server lightblues screen and all components all of a sudden are visible on server magenta heelpppp plz i am a nimb witted turf skull that had one server rack turned to no relay mode so all signals mashed up in it
  3. The sound card is added by Computronics, a wonderful addon for OpenComputers. There are a few who actually know what it does. Even less people are able to use it. No one dares to understand how it works, or so I hope. Anyway, it appeared a few years (?) ago, and is still mostly undocumented. There is a page in the in-game manual, which fails to explain how great the card is. Of course it does! It has a heap of different methods, which you can use to cast many crazy magics to make the sound card sound, and it's impossible to teach someone to do magic by reading a single page. OK, I'm
  4. A new server I'm starting using a mod pack that may change in the future. The IP: 86.85.13.174 The (current) Mods in alphabetical order: Advanced Machines Advanced Solar Panels Appliedenergistics2 BetterBuildersWands ChickenChunks CodeChickenCore CodeChickenLib CoFHCore Computronics EnderCore EnderIO EnderStorage Energyconverters Extrautils2 Forge ForgeMultipart Gravitation Suite Industrialcraft 2 InventoryTweaks Jei MrTJPCore NotEnoughItems OpenComputers OpenPrinter OpenSecurity ProgressiveAutomation ProjectRed-Base ProjectR
  5. Feel free to come and have a chat. Discord: https://discord.gg/utk7Bxw Unity Universe is a new 24/7 server hosted on the custom modpack 'Singularity' which is a pack entirely centered around suggested mods from our own players. We have a great community of players, alongside very experienced staff members from both EU & US timezones. The server dosen't have any worldborders, offers protection through both FTButils and Mytown 2 (similar to Towny) and has a unique modded economy (using Universal Coins). Server i.p: 51.254.31.252:25602 Technic launcher link: htt
  6. ========================================================================================== I will be editing this frequently, to do some tests, for formatting with new styles I am putting this pack together because i got annoyed at the fact that opencomputers seamed to be late mid to late game. So with this post, i am making some scripts to work with as little resources as possible for robots.I will also post a guide later, on how to create robots, if someone doesn't know yet.(for now ill just tell you)just put any tier
  7. Hi Guys! I am wondering how to display the total memory, i know how to display how much memory is free, but not the total memory Thanks! - House
  8. Rainbow Sometimes you need to write colored strings in terminal. It isn't easy in some cases, so i wrote library for colored output. Download You can download this library using this command: pastebin get J9nAzYai Also this library can be found in my oppm repository, just navigate to rainbow folder. Example Documentation ... will be here soon. Just wait. Enjoy!
  9. Getting Started A Open Computer's Tutorial By PotatoTrumpet Introduction A mod like Open Computers (OC) can be confusing to new users. Some people need a little guidance to get started. If you need more in-depth help, check out the wiki. It is recommended that you know the basics of the language that we will be programing in, know as Lua. It is recommended to read the Lua 5.2 Reference Manual to get the basics of Lua down. Components and Modules Assuming you know the crafting recipes for the parts required, here is what you will need for this tutorial: 1x Po
×
×
  • Create New...

Important Information

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