Jump to content
  • 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

  1. 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)
  2. You make a tablet and copy this file on it https://github.com/Nex4rius/Nex4rius-Programme/blob/master/nexDHD/tablet.lua
  3. 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.
  4. You have to use the tier3 screen because tier2 doesn't have enough colors.
  5. I'm not removing the old colors... You have to select the new ones. It's called "dunkel".
  6. There is an update button or you wait until the update timer kicks in (it automatically checks every few hours) but the easiest is just restart the program (if auto updates are enabled).
  7. That would required alot more changes and I'm not going to do it. Btw I've already released the update and you can change it now in the config.
  8. I can do it if you give me the hex codes ...
  9. Also 1. Das Remote Terminal funktioniert genau wie ein Bildschirm bzw es ersetzt den Bildschirm. 2. Remote Terminal kann sich nur mit einem Server verbinden. Technically yes. I used color variables over the entire program. They are initialized in the /stargate/check.lua file. If you can give me the HEX values for the "dark theme" then I can implement it as a config option (check.lua is going to be overwritten on each update). This might be helpful.
  10. Place an adapter next to a Capacitor bank. The computer needs cpu, ram, disk, openos, lua bios, redstone card. It should emit a redstone signal to the bottom if the generators have to be turned on.
  11. ----> UNTESTED <---- I think this should work.
  12. WOW This looks awesome ! Whats the best way to convert a structure ingame into the file for the computer?
  13. Pretty cool Just a small improvement idea. You can use the unicode box characters (they work ingame) for boxes. look here
  14. You can only change the text size by changing the resolution which affects the entire screen but you could take a look at this
  15. Thanks So if I'm understanding this correctly you cannot interrupt io.read() but you can put in inside a thread and then just kill the entire thread to stop it. I will try that.
  16. Thanks for the quick answer I tried that and it didn't work.
  17. Hi Is there any way to stop io.read() or term.read() once it was called without the user pressing enter? (for example automatically abort after 30sec?) Is there another way to get the input that allows it? Thanks for the help
  18. You can go edit the files and lower this value here. https://github.com/Nex4rius/Nex4rius-Programme/blob/master/Tank/client/tank/auslesen.lua#L16
  19. The robots can rightclick. It is entirely possible to automate the ic2 crops. I have done that actually. (I made that program a long time ago to automate redwheat.)
  20. You could edit the serialization library and add a os.sleep(0)
  21. You could do that with a wireless network card (that is an internal not external component) but of course the other side needs a computer who can detect the signal.
  22. 1) event.listen("modem_message") that's not how it works 2) Why is there event.listen() in the title but you are only asking about event.pull() and modem.broadcast()? 3) I think you forgot to give your wireless signals a signal strength (default is 0).
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.