- Sky
- Blueberry
- Slate
- Blackcurrant
- Watermelon
- Strawberry
- Orange
- Banana
- Apple
- Emerald
- Chocolate
- Charcoal
XyFreak
Members-
Content Count
401 -
Joined
-
Last visited
-
Days Won
32
Everything posted by XyFreak
-
Hmm ic. The addresses should definitely NOT change after a server reboot.
-
I had the same issue when using EnderIO OC conduits. Those conduits are bugged as hell and are counted for one component each the first tick after server reboot, which causes your computer to crash. I "fixed" the issue by reducing the number of conduits used and using a server with a lot of component cards. TL;DR Don't use EnderIO conduits and build the computer in the same chunk as the reactor
-
Hey @Chaoschaot234 My libGUI should only redraw stuff that actually HAS to be redrawn - except when a redraw is forced which should only happen on resolution changes. I'll look into it. Are you sure the static stuff is blinking? You can set up the gui start yourself by ... umm... i think editing /home/.profile or something - there're posts here on the forum that explain how i think. At the present you can not monitor multiple reactors. The GUI doesn't support it - it's a flaw i know about and i actually have a modified version that is extremely wonky that CAN do it xD. Maybe I'l
-
Older versions of ER have racing conditions in the OC API that can and will straight up crash your server.
- 852 replies
-
- gui
- controller
-
(and 2 more)
Tagged with:
-
Sorry I have no idea. I already offered my assistance but I think zero wants to do it without help
- 852 replies
-
- gui
- controller
-
(and 2 more)
Tagged with:
-
Hi @MarkusPriska Your turbines propably have more coil blocks in them than they should have. Please double check your turbine design. As for the freezes, that's most likely a deadlock in extreme reactors. Afaik @ZeroNoRyouki is already looking into it. I don't know if the issues has been fixed. For startest, please try upgrading to the latest version of ER. If you already are on the latest version, then I'm afraid there is no fix just yet
- 852 replies
-
- gui
- controller
-
(and 2 more)
Tagged with:
-
You are running an old version of OpenComputers. You'll need to update the mod and then reinstall OpenOS
- 852 replies
-
- gui
- controller
-
(and 2 more)
Tagged with:
-
Umm... what is "brgc"? The error you're seeing is because that file is either empty or invalid (not sure which it is). However the installer shouldn't create a "brgc" file anywhere....
- 852 replies
-
- gui
- controller
-
(and 2 more)
Tagged with:
-
brgcctrl has a help system - just do brgcctrl help
- 852 replies
-
- gui
- controller
-
(and 2 more)
Tagged with:
-
Or you can just remove /etc/br_control.cfg Or you can use brgcctrl But yes you are right, if you make changes to the system you have to somehow recalibrate it.
- 852 replies
-
- gui
- controller
-
(and 2 more)
Tagged with:
-
Yw
- 852 replies
-
- gui
- controller
-
(and 2 more)
Tagged with:
-
"Independent" makes the grid controller not controll that turbine. The turbine will then be self-regulating and slowing up / down depending on the internal energy buffer (the target is 50%). While this works extremely well, it's not as efficient as having the turbine be turned on/off by the grid controller. If you intend to build a turbine and not add it to your main power-grid, however, you can use this mode to make it happen.
- 852 replies
-
- gui
- controller
-
(and 2 more)
Tagged with:
-
hm? in a 7x7x16 you have 32 blocks of ludicrite, resulting in a 4 deep coil, then you use a double layer of blades on the rotor, resulting in a 10 deep blade assembly with 80 blades (more blades are useless). Add 2 blocks for the casing on each end and you get a 16 deep / high turbine.
- 852 replies
-
- gui
- controller
-
(and 2 more)
Tagged with:
-
I personally prefer 7x7x16 so i can fit them into a chunk however i want, but that's just personal preference really. That's up to you. Your reactor should be fine. If i understood your reactor design correctly, your reactor can sustain 11 turbines. You've got some headroom there
- 852 replies
-
- gui
- controller
-
(and 2 more)
Tagged with:
-
32 ludicrite is superior to 37 enderium so i recommend ludicrite. You can also build the turbine more compact that way. If you already have the ludicrite, why not craft some more and build another turbine?
- 852 replies
-
- gui
- controller
-
(and 2 more)
Tagged with:
-
@John T. 37 ludicrite is too much. 32 is the max you should use. That's propably the reason you can't get your turbine up to speed. EDIT: Just to clarify, ludicrite has a much higher pull on the rotor so you can't just substitute enderium blocks with ludicrite
- 852 replies
-
- gui
- controller
-
(and 2 more)
Tagged with:
-
@flashbastard Sounds like you have troubles getting enough steam into your turbine / water into your reactor. This definitely shouldn't happen! Can you send me a screenshot of the details screen of the turbine in question?
- 852 replies
-
- gui
- controller
-
(and 2 more)
Tagged with:
-
Hi @Haftyk Please check the second image / your configuration file. The first character there is a } that doesn't belong there Assuming everything else is correct, this should fix your issue.
-
You wrote http://xymp.tenyx.de/standalone/brgc_installer.lua instead of http://xypm.tenyx.de/standalone/brgc_installer.lua What you downloaded was a 404 error page ;)
- 852 replies
-
- gui
- controller
-
(and 2 more)
Tagged with:
-
I don't see anything wrong, no. "waiting for server" usually means that you have tickrate problems. If your server keeps spamming the exception you posted earlier tho, this would explain why your tps is basically non-existing ;). We'll have to wait for Zero to show up so he can take a look at the extreme reactors code as your pastebin points towards there being a problem.
- 852 replies
-
- gui
- controller
-
(and 2 more)
Tagged with:
-
@ZeroNoRyouki I think you might've forgot to check for a 0 somewhere
- 852 replies
-
- gui
- controller
-
(and 2 more)
Tagged with:
-
@Will135 you're most likely seeing a limitation to what the API can handle for rftools. I'll look into it but it's extremely likely, that I can't fix it. For the capacitor bank you literally just need that mod installed. Afterwards just use an OC adapter as you did with rftools.
- 852 replies
-
- gui
- controller
-
(and 2 more)
Tagged with:
-
Thanks
- 852 replies
-
- gui
- controller
-
(and 2 more)
Tagged with:
-
@Draaven that issue is actually related to the old version of the ER API, you will have to upgrade ER (to 0.4.5.48 or higher) in order to fix this issue if you want to computer control ER stuff. Personally I only managed to reproduce this issue with turbines but I guess it can happen with pretty much anything.
- 852 replies
-
- gui
- controller
-
(and 2 more)
Tagged with:
-
Currently there are no plans to do that. Fun fact: the installer already downloads packets but it doesn't actually act as packet manager. The whole thing originally emerged from my "xypm" which was able to get packets from the internet tunneling everything over OC network and allowing computers without internet cards to ... install packets (as long as there is a computer on said network with an internet card). My plan is to revive that but...heh.. dunno when.
- 852 replies
-
- gui
- controller
-
(and 2 more)
Tagged with: