acidjazz / drmon

Draconic Reactor computercraft monitoring and failsafe interface
60 stars 84 forks source link

The Program just is not working. #35

Open LegitMyth opened 3 years ago

LegitMyth commented 3 years ago

I am playing on a server with some friends, it is just the four of us. I setup the reactor as usual and install everything and it just does not work. The Input and Output shoot up to 900,000 and the reactor does not charge. If we try to kick start it by forcing power in, the program lowers the output and we can't control the reactor. I test all this in creative and everything works just fine. Why is it doing this?

spannerman79 commented 3 years ago

What version of MC?

LegitMyth commented 3 years ago

What version of MC?

1.7.10

We are using the FTB Infinity Evolved modpack if that helps

spannerman79 commented 3 years ago

Follow the tutorial https://github.com/acidjazz/drmon#tutorial

LegitMyth commented 3 years ago

I have, I’ve disassembled and rebuilt the whole setup 15 different times on the server. I’ve built 3 following the tutorial in single player creative and those 3 work fine but the one on the server does not work at all.

LegitMyth commented 3 years ago

Tomorrow when I am at my computer I will upload screenshots of what’s going on.

acidjazz commented 3 years ago

@LegitMyth i wonder if since creative it works so well that maybe some server settings are conflicting timing? what about single player in non-creative mode?

LegitMyth commented 3 years ago

2021-01-15_19 16 44 2021-01-15_19 17 17 2021-01-15_19 17 21 2021-01-15_19 19 20 2021-01-15_19 19 25 2021-01-15_19 21 48 2021-01-15_19 22 20 2021-01-15_19 22 35

These are the screenshots of me in a private survival world. I just gave myself the items I needed and then built the reactor. The only weird part is the screen flickering but that normally does not happen.

LegitMyth commented 3 years ago

Also, I noticed how the Output fluxgate also shoots to 900,000 rf/t setting, when in the code, the input fluxgate is the only thing that is supposed to do that.

spannerman79 commented 3 years ago

https://github.com/acidjazz/drmon/blob/master/drmon.lua#L259..L261

Working as intended.

LegitMyth commented 3 years ago

Okay, that tells the input fluxgate to put 900,000 rf/t into the reactor core through the energy injector. Atleast that is what it looks like. So why does the output gate, on the side of the computer also shoot to 900,000 rf/t. It doesn’t do that in single player. Yet on the server it does.