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

All Activity

This stream auto-updates

  1. Today
  2. Development Update https://github.com/VEBOffices/VEB-OS/blob/main/development/09202024.txt A change to what VEB OS is has been deployed.
  3. Last week
  4. Program sneak peak: Improved loadfile() function, will be included with every VEB OS/Kernel Product local loadfile=function(proxy,mode,path,len) if proxy.type=="drive" then local ts=proxy.getCapacity() if path > 0 and path <= ts then if type(len)=="number" and len >=1 then local rd="" local count=path for i=count,len do local rv=proxy.readByte(count) local rv2=proxy.readByte(count+1) local rv3=proxy.readByte(count+2) if string.char(rv)=="\0"and string.char(rv2)=="\0"and string.char(rv3)=="\0"then
  5. I still need to fix my repo's, I moved a bunch of stuff to my new organization and some stuff hasn't been shifted yet, I also kind of forgot By the way, here is the new repo https://github.com/VEBOffices/VEB-OS
  6. |==========================================| | -- THEROS VERSION 1.1.13-B -- | |==========================================| -- ADDED -- -- FIXED/CHANGED -- - Change installation process -- REMOVED -- !!! BLEEDING EDGE RELEASE, EXPECT BUGS AND ALL SORTS OF ISSUES. !!! Planned: No new apps will be created until a window manager is set up. I will have to port existing programs. Please check the project linked with TherOS for context. ========================================================================================================================= -- PLEASE RE-INSTALL/UPDA
  7. Earlier
  8. get an internet card if you mean actually use your ingame computer as a web browser, you can't. well, you can but it involves making something that can interpret html, javascript, and css, and i don't think that would be possible with how small opencomputers disk drives are
  9. |==========================================| | -- THEROS VERSION 1.1.8-B -- | |==========================================| -- ADDED -- -- FIXED -- - [#12](https://github.com/Tavyza/TherOS/issues/12) Installer would quit if you didn't replace the config - [#13](https://github.com/Tavyza/TherOS/issues/13) Attempt to make error handling more helpful -- REMOVED -- !!! BLEEDING EDGE RELEASE, EXPECT BUGS AND ALL SORTS OF ISSUES. !!! Planned for next update: settings??? ==================================================================================================================
  10. |==========================================| | -- THEROS VERSION 1.1.7-B -- | |==========================================| -- ADDED -- -- FIXED -- - Installer would quit if you didn't replace the config (actually not fixed, i have no idea what's going on with that) -- REMOVED -- !!! BLEEDING EDGE RELEASE, EXPECT BUGS AND ALL SORTS OF ISSUES. !!! Planned for next update: settings??? ========================================================================================================================= -- PLEASE RE-INSTALL/UPDATE INSTALLER TO INSTALL EVERYTHING IN NEW VERSION
  11. might add this to the TOCR and refine it some
  12. i think your github respository is set to private
  13. 16 drives?? on a full server rack it will take 4 GIGABYTES in a single block.. a bit too overpowered for my tastes and my 0mb space hard drive computer.
  14. looks like there's going to be actual competition to MineOS
  15. Version 1.1.3 has been pushed to the bleeding-edge branch. Added #8 File manager scrolling and installing programs from floppy disk Fixed #7 (hopefully) installer version pulling works now
  16. I've also found myself in a situation where I could really use RAID for server racks
  17. One day I might make a minecraft mod lol, then I might make a 16 drive raid for the server rack.
  18. but I think it would be cool to put one element in a rack, connect and use it as a regular RAID (yes, I'm too lazy to code what you suggested,and i think too much computers can spend TPS)
  19. Does not look like there's way to do that without using Inventory Controller's equip() to stash away item for inspection. Someone tell me if there's anything beside component.robot.durability() to inspect held item.
  20. "Screenshot_5.png" shows typo, "mumList" indeed would be nil and attempting to index it would cause error.
  21. "peripheral.find" is ComputerCraft stuff. I have not messed with CC for long time and can't find information about "item_storage". Perhaps look at contents of table you get in "inv"? for k, v in pairs(inv) do print(tostring(k).." = "..tostring(v)) end
  22. Have you connected server to side touching monitor in Rack user interface? Does screen get enough power? On my screenshot red "Right" side is connected, not "Left". Rack is touching screen and screen connects to keyboard and floppy disk drive. Seems to work.
  23. Craftable "OpenOS" floppy fulfills that "/init.lua" requirement. Later on you can use OpenOS to create init.lua of custom OS.
  24. hello! i just made this irc client for DALNET that works for opencomputers! it's completely written on lua and it's not irssi compatible! it's text only but It's quite easy to use! By doing :helpoc! to chat, you just press ctrl and to do commands just do alt! to use this IRC client, you need to do pastebin run e1bQJEFa or pastebin get e1bQJEFa OCDALNET.lua Source Code Is at https://pastebin.com/e1bQJEFa
  25. you need a floppy disk or drive with an init.lua file in the / folder
  1. Load more activity
  • Newsletter

    Want to keep up to date with all our latest news and information?
    Sign Up
×
×
  • Create New...

Important Information

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