This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
IsaacTBeast's profile picture

Astro OS --- much life in computer

Started by IsaacTBeast, 13 March 2014 - 03:18 PM
IsaacTBeast #1
Posted 13 March 2014 - 04:18 PM
Hey Guys I have created an AWESOME Operating System for new users like me… its Astro OS v1.51
SpoilerFeatures in Astro OS v1.51

So Everyone has an oldest version of Astro OS… download or copy the code againt to see the new changes of it..

Alpha: Changed all programs… Added change background image added button system config
Astro OS in PDAS!
Spoiler
Images: [attachment=1530:astro picture 2.png] [attachment=1531:astro picture.png] If it takes load to see the picture click this spoiler.
Spoiler and THIS
Just copy the code and you will install the astro os v1.51 Beta.. Good luck :D/>/>/>/>/>/> Downloads: pastebin run wkRax3Wm Credits: Felix – for creating the most awesome file manager that astro used. fLib — thanks to ndfjay for creating an awesome a pi that astro used. Astro GUI — thanks to ndfjay for teaching us how to make an os in computer craft… Future plan: Change background settings Info: I don't men't to steal lemon file manager, I am sorry that I didn't put your name in the credit there… but I put it.. Thanks for your file manager.. Felix. Bio: I am just a 1st year highschool student.
Edited on 14 March 2014 - 06:58 AM
Alice #2
Posted 13 March 2014 - 06:06 PM
Nice job stealing the Lemon file manager.
Give credit to people before stealing their programs.
gamax92 #3
Posted 13 March 2014 - 10:44 PM
Welp, installer wastes 4.5 seconds of your life.
You also create a function in the installer, when you could just have that as the main code.

File manager is stolen from Lemon File Manager.

What does Edit GUI do?
Right clicking the desktop and using File Manager does nothing.

Renaming desktop things causes crash.
CH-Icon causes crash.
Re-Link causes crash.

I'm also pretty sure this Desktop is stole, CH-Icon sounds familiar.

EDIT: "–Closed Source. You cannot copy this code or you will be banned to computercraft"
Closed Source Lua, k.
Edited on 13 March 2014 - 09:51 PM
Alice #4
Posted 13 March 2014 - 10:49 PM
"–Closed Source. You cannot copy this code or you will be banned to computercraft"

Closed Source Lua, k.
*copy*
function main()


  term.clear()
  term.setCursorPos(1,1)
  print("Installting Astro OS v1 Alpha")
  sleep(0.5)
  print("Making Folder..")
  fs.makeDir("/.astro")
  fs.makeDir("/.astro/system/.kernel")
  fs.makeDir("/.astro/system/api")
  fs.makeDir("/.astro/system/images")
  fs.makeDir("Desktop")
  fs.makeDir("Programs")
  fs.makeDir("Documents")
  sleep(1)
  print("Downloading the Kernel Image..")
  shell.run("pastebin", "get", "PMP5KhJm", "/.astro/system/.kernel/astro.lua")
  sleep(1)
  print("Downloading the Simple Pastebin and Dependencies..")
  shell.run("pastebin", "get", "DvF63n4M", "/.astro/system/api/fLib")
  shell.run("pastebin", "get", "pPWLER2N", "/.astro/system/images/.background")
  shell.run("pastebin", "get", "yjYkFNVc", "/.astro/system/images/.icon")
  shell.run("pastebin", "get", "ZeeE9Gdv", "/.astro/system/images/.icon2")
  shell.run("pastebin", "get", "Ed8vAE7c", "/.astro/system/images/unicon2")
  shell.run("pastebin", "get", "AVfU6ynW", "/Programs/pastebinsi")
  shell.run("pastebin", "get", "63mURM0h", "/startup")
  shell.run("pastebin", "get", "WPZKY6AD", "/Programs/filema")
  sleep(1)
  print("Rebooting!")
  sleep(1)
  os.reboot()

end

main()
*paste*
IsaacTBeast #5
Posted 13 March 2014 - 11:38 PM
I didn't want to steal lemon file manager.. I just don't know who created. I just see in the default file named Felix..

Welp, installer wastes 4.5 seconds of your life.
You also create a function in the installer, when you could just have that as the main code.

File manager is stolen from Lemon File Manager.

What does Edit GUI do?
Right clicking the desktop and using File Manager does nothing.

Renaming desktop things causes crash.
CH-Icon causes crash.
Re-Link causes crash.

I'm also pretty sure this Desktop is stole, CH-Icon sounds familiar.

EDIT: "–Closed Source. You cannot copy this code or you will be banned to computercraft"
Closed Source Lua, k.

I'm going to fix that as soon I got back from school.
Saldor010 #6
Posted 13 March 2014 - 11:41 PM
I didn't want to steal lemon file manager.. I just don't know who created. I just see in the default file named Felix..

… So you decided to rename it to "Astro File Manager By Issac" when you didn't even know who created it?
IsaacTBeast #7
Posted 13 March 2014 - 11:44 PM
It's Felix.. I will change the filema a program owned by Felix.
Edited on 13 March 2014 - 10:44 PM
Alice #8
Posted 14 March 2014 - 12:02 AM
I've also heard from sources that the shortcuts screen is from NDF-OS. Have a nice day, I'm done with this topic.
IsaacTBeast #9
Posted 15 March 2014 - 02:03 AM
Adding Multitasking on but I don't know when will take this OS to get finish…
Blue #10
Posted 15 April 2014 - 04:25 PM
what can i do in this os apart from running two programs and look at a pretty background.However i do like the idea of making this PDA compatible.

Also what does "much life in computer" mean?
IsaacTBeast #11
Posted 21 April 2014 - 04:03 AM
It means that you do in virtual life than in real life… I mean you used to go to the computer than the real life activities..
ardera #12
Posted 21 April 2014 - 08:46 AM
A Kernel is a Program that communicates with the hardware, and is one of the low-levelest things in an Operating System. Your Kernel is the User Interface.
IsaacTBeast #13
Posted 22 April 2014 - 07:19 AM
Yeah.?? My Kernel is hybrid.. It is based in Linux OS(real life) and encoded it in lua :)/>… I think I will maybe closed the project but you can install it and maybe someday I will open again if the moderators would let me. I currently making my website now :)/> if your interested go to http://greenpost.esy.es
Edited on 22 April 2014 - 05:20 AM
Agoldfish #14
Posted 01 May 2014 - 09:37 PM
Ewww. NP++.
cdel #15
Posted 02 May 2014 - 03:06 PM
Looks very nice, although a lot of copied content went into your os. In future I suggest adding a feature to detect if a background actually exists, if you enter a background that does't exist it crashes the os every time on startup. aka *FFIIXX*
Lewisk3 #16
Posted 02 May 2014 - 04:23 PM
Welp, installer wastes 4.5 seconds of your life.
You also create a function in the installer, when you could just have that as the main code.

File manager is stolen from Lemon File Manager.

What does Edit GUI do?
Right clicking the desktop and using File Manager does nothing.

Renaming desktop things causes crash.
CH-Icon causes crash.
Re-Link causes crash.

I'm also pretty sure this Desktop is stole, CH-Icon sounds familiar.

EDIT: "–Closed Source. You cannot copy this code or you will be banned to computercraft"
Closed Source Lua, k.

yeah CH-Icon was used in ndfjays OS and that little + button next to the icons ndfjay used that in his OS so ether you watched his tutorial on how to make OS and copyed the style completely or you copy his OS
Edited on 02 May 2014 - 02:23 PM
cdel #17
Posted 06 May 2014 - 12:06 PM
I actually really enjoy the design of the os, however in future I suggest coming up with your own design theme, and graphics. and
C-Background does check if the background exists so it just crashes the os.

and can't people put OS files in one dir instead of flooding computers? god damn it. :(/>
viluon #18
Posted 10 May 2014 - 02:51 PM
Yeah.?? My Kernel is hybrid.. It is based in Linux OS(real life) and encoded it in lua :)/>… I think I will maybe closed the project but you can install it and maybe someday I will open again if the moderators would let me. I currently making my website now :)/> if your interested go to http://greenpost.esy.es

From what you wrote it seems you know nothing about how kernel works or what it is used for.
http://wiki.osdev.org/Hybrid_Kernel
Blue #19
Posted 17 May 2014 - 06:28 PM
You really need to improve the OP…(especially the credits section)
Edited on 17 May 2014 - 04:30 PM
GreenByteSoftware #20
Posted 17 May 2014 - 06:51 PM
Another NDF-OS clone, there must be another section in programs called "NDF-OS Clones", you guys could put some work and change it a little bit, for example move topbar to bottom or so. It would still be better than doing simple copy-paste and saying that you made it and that you didn't hear aboud ndfjay