Jump to content

Rihlsul

Members
  • Posts

    5
  • Joined

  • Last visited

About Rihlsul

  • Birthday September 29

Profile Information

  • Gender
    Not Telling

Rihlsul's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. Question about translocators. I'm working on elevator system for a tall (20+ floor) building, and I can easily do the elevator with all the other motor types as it suits me. What I was *hoping* to do, for speed mainly, was to have a carriage translocator on each floor. They'd all share the same X/Y, just differing Z axis. I as hoping that on floor Two, I'd be able to redstone 'down' and go to One, or redstone 'up' and go to Three. Is that something that might be possible in a future release?
  2. Answered this question that was bugging me too over here: http://forums.technicpack.net/threads/my-characters-face.43249/#post-386829
  3. OK, figured it out, because it was bugging the hell out of me too and there's no obvious refresh in the launcher (really?!). You have to manually browse to a URL to force the skin server to regenerate it. The refresh URL is like "https://minotar.net/refresh/yourcharactername". It won't appear to do anything at all. Then go to "http://skins.technicpack.net/helm/yourcharactername/100" to see the image that will show up in the launcher. I had to do both a couple times, but it finally went through. If you browse to http://skins.technicpack.net/ it'll give you the rundown of additional info.
  4. A week or so later, I did find there is a bug or documentation error in computercraft that leads to the rednet error. Here's the easy fix for anyone already having it. If you can, head into your \tekkit\mods\ComputerCraft\lua\rom\apis folder and pop open ECAPI. Jump to the very end, third function from the bottom is "function openModem(whichSide)". Locate: "rednet.isOpen(whichSide) == nil" Change the nil to false. Save, reboot your computers. All should be well. This fix will definitely be in the next release.
  5. Author of that program, chiming in (a bit late). I will be glad to add some more diagnostics and error checking in the next release to catch for troubles like this. What ended up being the fix in your scenario? (Main goal of the next release is to also make it user installable via pastebin.)
×
×
  • Create New...