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

PHOBOSS98

Members
  • Content Count

    30
  • Joined

  • Last visited

Everything posted by PHOBOSS98

  1. Im trying to get my drone to pause for a moment after it moves but it seems the drone reads the code too fast and instead just jutters like as if it was nodding... what's the shortest piece of code (thats compatible for both mac and windows) can you put in the sequence to tell it to pause for a second or two? here's my code: local r=component.proxy(component.list("radar")()) local m=component.proxy(component.list("modem")()) local d=component.proxy(component.list("drone")()) d.setLightColor(0x00FFD8) m.open(001) while t
  2. yeah about that... I was using the computronics mod version 1.6.5 for minecraft 1.12.1 on my 1.12.2 build of the game... I tested the same mod version for the 1.11.2 on my other build (also 1.11.2) and it somehow works... and I was just using the lua program to test the components
  3. Am I doing something wrong? Im using a radar from computronics to detect players but somehow on certain sides of the block (even on a robot with the radar upgrade) it cant detect anything... like a blindspot. all I keep getting is nil when testing it on specific sides. I cant seem to orient it too, every other setup is oriented exactly as the last no matter what I do. I came here cause I cant find a forum for computronics. Is it a bug? is there a fix to this? can robots and drones orient their radar scope as they orient themselves? any help is appreciated
  4. oops, should have read that in the manual
  5. I got a network card and a T3 component bus card in a server. I hooked it up with a screen and linked the skinnier line to detect components behind the rack... the problem is it doesn't... I tried to link it up with the other sides but the same thing happens. Any form of help is appreciated
×
×
  • Create New...

Important Information

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