OfficialStamper / DEReactor_CompleteControl

Draconic Evolution Reactor Complete Control for ComputerCraft and OpenComputers
1 stars 0 forks source link

Adapter Address #1

Open Grimmy347 opened 6 years ago

Grimmy347 commented 6 years ago

So how do you see the address of the adapter if the newer version of OC does not give adapters addresses directly but rather gives the controllers you put in them addresses? if i hit control and right click on the adapters with the analyzer, it does nothing. thanks in advance!

OfficialStamper commented 6 years ago

if WAILA doesnt show the addr, then you have to use the OC Analyzer https://ocdoc.cil.li/item:analyzer

If you run dercc it will list the ones found, then you need to write them down and then edit the code. If you connect one at a time, you will be able to tell which you are using for in/out

Hope that helps

Grimmy347 commented 6 years ago

Interesting.. yeah, it does not show it with the list of devices. if I put a controller in the adapter then it will show the address of the controller but not the adapter. I remember seeing something in one of the update messages about it not having an address of its own anymore but I don't know how to use it with DE if it doesn't have its own address.

OfficialStamper commented 6 years ago

Can you link a screen shot of your setup and also list the versions of following: Minecraft: Forge: Draconic Evolution: OpenComputers:

Did you try running 'dercc.lua'? Did it list the adaptors found?

Grimmy347 commented 6 years ago

that does not seem to be a valid command

Grimmy347 commented 6 years ago

How do I install this version properly?

OfficialStamper commented 6 years ago

try this tutorial..... https://oc.cil.li/index.php?/topic/373-download-and-upload-programs/

You obviously need to install my programmes.

These images should help https://imgur.com/a/jrOTrhh

Grimmy347 commented 6 years ago

ok, so i type dercc.lua and I get: osver: openos 1.7.2 opencomputers: true computercraft: false flugates are not present or incorrect address specified, please check flux gates and addresses specified influxaddress: xxxxx-xxx-x-xx-x-x-x-x-x-x- found:nil outfluxaddr: xxxxx-x-xx-x-x-x-x found: nil

OfficialStamper commented 6 years ago

I need to see your setup, can you link some screen shots please

Grimmy347 commented 6 years ago

2018-10-03_20 31 27 2018-10-03_20 31 16

Grimmy347 commented 6 years ago

2018-10-03_20 35 00

OfficialStamper commented 6 years ago

OK, there are a number of things wrong with the setup, but they have nothing to do with why the adaptor addresses are not being picked up. As far as I can see, the adaptors are powered and lit up, thus they should have addresses. Can you check if the OC Analyzer is correctly identifying other components?

Grimmy347 commented 6 years ago

it turned out to be an issue with Applied Energistics. Naming conflict. OC is looking into it and patching it so that this issue will not cause a server crash. With it working correctly now, I am trying your controller and it just says waiting for response from reactor modem Try:XXX

no data actually shows up. Is the reactor modem something I have to add?

OfficialStamper commented 6 years ago

Phew, glad you found out the reason.

Yes, you need 2 computers, each with a modem. The main computer runs 'dercc.lua', which requires to be connected to the flux gates, either directly or via cables (+interface of course). The second computer runs 'derl.lua' (l for listener) and needs to be connected to one of the reactor stabilizers' via an interface. See the link to screen shots in the previous post.

In the screen shots you sent me, the lower Energy Pylon has the wrong polarity and should be set to input.

I wrote the programme so that the main computer (dercc.lua) can be remote from the reactor, hence the modems. Most players like to build the reactor away from their base. This allows you to have the screen in your base near the RF storage. Use Draconic IO Crystals to wireless transmit power. Again, see my screen shots. https://imgur.com/a/jrOTrhh

I plan on doing a YouTube video soon, showing how to do the setup, but dont hold your breath, it may be a few weeks yet.

Edit: What mod pack are you playing? An are you on a public server? I am happy to come help you set it up if you want?

OfficialStamper commented 6 years ago

Not heard back from you @Grimmy347 . Did you get it working?