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

Posts posted by Lizzian

  1. 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.

  2. No, I tested it two ways. One with cables, one wirelessly. Both cause several messages. But the .5 second delay fixes it every time. Also I'm glad my post needs to be reviewed thing is gone, I have no patience, at all.

     

    Hmm, weird. Also yes, after you have 3 approved posts you can post freely. it's mainly there to combat spam accounts

  3. 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

  4. 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

     

    If you have any other suggestions for things to add just drop me a PM

  5. That seams more difficult then it should be. Is there any plans to make it act like a floppy in a block that reads it?

     

    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.

  6. 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.

  7. 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

  8. 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.

  9. I have all these mods on my server, but... I have removed computronics, it was making some mess and author left developing computronics...

     

    If you want to try it, let me know...

     

    I will be very happy too see something like this...

    Computronics isn't dead, Asie may have stepped away from it but Vexatos is still maintaining it

  10. Second question: Have you at OC considered making a built in app for scripts?  Like an App Store...for scripts where people could post their scripts, list versions, last update, last working revision of OC...etc.  That way people could browse in game and pull down programs that suit them.

     

    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.