- Sky
- Blueberry
- Slate
- Blackcurrant
- Watermelon
- Strawberry
- Orange
- Banana
- Apple
- Emerald
- Chocolate
- Charcoal
Nexarius
Members-
Content Count
129 -
Joined
-
Last visited
-
Days Won
19
Everything posted by Nexarius
-
Print3d doesn't check getMaxShapeCount() at all. Go to your OpenComputer config file and check the value of "maxPrinterShapes".
-
Hm... I will check that. It will work across dimensions (the stargate is compatible with OpenComputers wireless signals). Linked cards are not supported in nexDHD. Maybe.
-
The response was already in the program but the part on the tablet that should show something wasn't I've improved it now to show a response on the tablet if the IDC is correct. The IDC transmission between 2 nexDHD computers is secure and cannot be intercepted by anyone. The tablet however broadcast to anything in range (20 blocks) and another player with a tablet in his inventory could steal your IDC because the code for doing that is trivial (and no I won't be helping with that). You can now install it directly with: pastebin run -f YVqKFnsP gdo
-
You "should" get a response on the tablet if the IDC is correct or not. Do both computers have a wireless network card? Are both on the same port? There are some frustratingly strange performance issues in my program with wireless signals and I didn't have the time to figure it out so I never really finished the tablet program...
-
And just to push it over the top into the rediculous area I've doubled it again to 256! That should be enough for forever. (I even had a lot of trouble coming up with so many for testing)
-
Thanks Now with essentia and extracell support there is suddenly a lot more stuff on the display and it has a higher chance to reach the limit of 64 fluids. I've improved it now and doubled the maximum number to 128!
-
Big Update version 2+ The screen scales better to utilize the "room" to the fullest. Thaumcraft: I've added support for jars and essentia (Thaumcraft 6 needs Thaumic Computers mod) ExtraCells: It's now possible to connect my program to the ME System and read all liquids from it. Thaumic Energistics: Additionally it can read essentia from the system if you have Thaumic Energistics installed. Energy EU: You can connect any EU storage device and it will show it on the screen. Energy RF: Furthermore you can also connect any RF storage block and it will work
-
How many stargate do you have in your address list that you need a search function?
-
The error is basically saying that the OpenOS floppy disk is read only. You need a harddrive and have to type in "install" to copy OpenOS onto the harddrive otherwise you won't be able to save any files. This step is important for ALL programs.
-
The Openblocks tank work differently and every piece is "seperated" there is no way for the computer to get the fluid amount of all tanks without placing an adapter at every openblocks tank. The color table are the only colors that the ingame computer can display. First you would have to give me their correct internal name of the fluid. You can find that on the display in the program when you connect it with the fluids. I don't think I need any colors for methane, deuterium, helium, hydrogen and oxygen because they are already in the program as gregtech fluids so I just need the
-
operating system StattenOS - Base control system
Nexarius replied to Elijahlorden's topic in Programs
I'm just guessing here but it looks like a problem with the wrong directory. Try to go to / and not /home by typing "cd /" and try again. -
I've added the 3 liquids in version 1.8.7. Btw I only need 4 RGB values for each fluid.
-
Thanks It's a lot of work so I only added the liquids for the mods in my modpack and Thermal Foundation isn't in there. If you provide me with the 4 RGB color values for each liquid then I could add them to the program. (example)
-
I haven't used ME Extracells after I created this program so I don't know how it will interact. Is the client computer showing fluids on the screen? Did you put the tank controller inside the adapter? Are both computers in a network (wirless or wired) ? Is the wireless network card range in the config high enough? Is the client and server on the same version? Btw this error just means that it isn't getting any data.
-
That looks pretty cool. How can you calculate the world coords from the stargate address?
-
That makes sense. What you gave me are the localized names -> "label" but the program uses the internal liquid name -> "name". I tweaked the display in 1.8.5 to show that better because labels change depending on the selected language for minecraft. Update 1.8.6: -fixed Thermal Foundation liquids
-
Just install it again. It will overwrite the old files.
-
Update 1.8.5: -added 7 new liquids
-
I can add any liquid. Just give me its name and the 4 hex RGB values. (examples can be found here https://github.com/Nex4rius/Nex4rius-Programme/blob/master/Tank/server/tank/farben.lua)
-
I added that but my ftb launcher doesn't work somehow and can't test it now. You could test it by updating the program to the beta version with writing "stargate beta" and then go to the config and set "kein_senden to true" that should prevent the program from sending addresses.