Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Lizzian

Administrators
  • Content Count

    250
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by Lizzian

  1. Haven't looked at the modpack or the server itself yet, but your main post is probably the best I've seen on the forums. Well done
  2. When posting please provide at least the following information: How to get the pack (be it a link to download it or ways of getting it from a public launcher such as Technic or FTB) IP address of the server Mod list (all mods) Failure to comply will result in your thread being locked/deleted. Ads for "minecraft server listing sites", minecraft server hosting, etc are not allowed. Your post must be for a server you either run or help run.
  3. Closing due to thread not containing enough information (like what pack and ip address to connect to). Feel free to edit the original topic post and pm me asking for it to be unlocked.
  4. The server will be coming back soon, check for a new thread in this section sometime later this week
  5. Hmm, weird. Also yes, after you have 3 approved posts you can post freely. it's mainly there to combat spam accounts
  6. No problem As for multiple messages, are you sure there are not any loops within the network between the 2 machines you have?
  7. Try this local component = require( "component" ) local event = require( "event" ) print( "Pulling broadcasts from port 25565" ) component.modem.open( 25565 ) -- only need to open it once while true do -- don't need the sleep in there, event.pull blocks until the signal is detected local _, _, from, port, _, message = event.pull( "modem_message" ) -- parts with "_" are not stored print( "Got " .. tostring( message ) .. " from " .. from .. " on port " .. port ) end http://ocdoc.cil.li/component:modem for reference
  8. Heyo, Not the usual announcement you'd find in this section but it is worth an announcement. I have added the ability to name your spoilers, see the example code and demonstration below: [namedspoiler=Title for the spoiler] Blah Content Blah [/namedspoiler] Title for the spoiler Blah Content Blah If you have any other suggestions for things to add just drop me a PM
  9. I'm not worried about post lengths
  10. Microcontrollers are not meant to be easy. As for blocks for reading them, I think Computronics might add one (don't quote me on that, I'm not 100% sure). They can be read the same way they're written to (i think the flash program has arguments for reading from the EEPROM to a file) by putting it in a computer case.
  11. EEPROMs can store 4096 bytes of code (dependant on the architecture of the CPU in the computer) and can be written to by utilising the "flash" program in OpenOS (not sure if other OS' have flash programs). once you have booted the computer to OpenOS you can remove the Lua BIOS EEPROM and put in a blank one ready for writing to. You will need to keep the EEPROM in some sort of loop because if the program exits/finishes then it will turn off. http://ocdoc.cil.li/tutorial:custom_oses may also be of use to know what is available to the controller.
  12. Corrected the typo in your topic title
  13. What exactly is this useful for?
  14. SERVER OFFLINE: The main "enderverse" server is now offline and will be for the forseable future as I am finding it tiring to keep mods up to date when there is hardly any players on there. I may come back with a new server later but The Enderverse is dead
  15. Okay, so recently I haven't had either the time or the will power to look at the server. I am currently in the process of updating mods on the server and generally tidying it up a bit. I'm also trying to get cauldron working Got it working, server is almost back.
  16. Computronics isn't dead, Asie may have stepped away from it but Vexatos is still maintaining it
  17. Lizzian

    Server Mods

    You guys do realise this thread was created back in May last year?
  18. Yeah, the IRC channel does like to get out of hand every now and then... I don't want to enforce the constant "OC talk only" because I feel that it would make it a very dull place to be.
  19. My server (the enderverse) is creative. i really need to update it's main forum post though
  20. Lizzian

    #oc slogans

    8. <@Sangar> #oc, where we discuss the correct spelling of insults
  21. looks promising, keep up the good work will test this when I can
  22. There's OpenPrograms Package Manager (OPPM) which allows you to install programs from various users on the OpenPrograms organisation on GitHub (https://github.com/OpenPrograms)
×
×
  • Create New...

Important Information

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