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

A newbie question with possibly a very short answer

Question

Hi ^^,

 

I have a quick question for something very simple that I probably am missing, and I've been looking for a little bit now.

 

What I am trying to do is make a HUD interface using the openperipherals glasses bridge but I seem to be stuck since im used to

using computercraft...

 

I wanted to try to make a program that outputs world time, current crafting status(from AE2 autocrafting setup), and some other bits and bobs. But the main problem is that I can't get the overlay to work. 

 

At this moment I have tried opening the lua prompt and typing the following:

component.openperipheral_bridge.addText*5, 20, "testing", 0x000000)

 

it isnt giving me an error and I dont know what is wrong (also I cant find any documentation on how to do it in the first place, so Im going by knowledge of a tutorial for version 1.3 while i am on 1.5)

 

Currently running on Resonant rise 3.3 for minecraft 1.7.10.

If anyone knows/can redirect me to a tutorial it would be greatly appreciated.

Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Documentation for most components can be found inside the component table (each method tostringed (printed) includes documentation and each method is inside the component table)

 

As I don't have access to documentation at this moment, all I can say is test the hexadecimal color and the coordinates

 

(Also don't they require syncing? Make sure they are synced to the "controller" correctly)

Link to post
Share on other sites
  • 0

I am aware of this, I know the syntax is correct for that specific block since i used this way in computercraft and the methods are the same.

 

I have right clicked with the glasses that I needed for it on the bridge, and there is an adapter between my OC setup and the bridge. The glasses also have an ID on them which would allow me to assume that the are linked

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.