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

[1.5] Os Minedows 7 MicroCorp

Started by gijsvdsande, 23 March 2013 - 10:00 AM
gijsvdsande #1
Posted 23 March 2013 - 11:00 AM
V3!!!

hello this my first real puplic program whit ADV. computers

hope you like it screens are comming :)/>


http://pastebin.com/0LY68H6L

or use

pastebin get 0LY68H6L install

or use

http://www.sendspace.com/file/3wjrmb (add it to the computer with that you want to have this system you need to do edit startup shell.run("boot") )

you need to run the installer

used things

Pin lock by Cranium
Tgl By Me!
Lemon Filemanager v0.9.7 by Felix
Orther things are vannilla in computercraft

If you see any bug contact me :P/>

YAY screenies







Sora Firestorm #2
Posted 23 March 2013 - 12:34 PM
Um… I only looked at the installer, and I dislike what I see.
Spelling (and grammar) errors all over the place.

Since you've stated that you're working on pictures, I'm not going to hit you for it.
For future reference, you should probably take the pictures before posting.
I did this too with the program I released, so you're not the only one.

And a side note : WHY is everyone choosing Microsoft as a model? Microsoft is evil…
gijsvdsande #3
Posted 24 March 2013 - 04:56 AM
haha i see the fail i will update it and the spelling and grammatic sorry i`m dutch and 12
ardera #4
Posted 24 March 2013 - 04:56 AM
First there are all these spelling and grammar errors, and then these bad graphics. After that, the links to the programs are broken, and you can not do really much.
But because you're new, thats (I think/hope) ok…
gijsvdsande #5
Posted 24 March 2013 - 06:23 AM
On topic: First there are all these spelling and grammar errors, and then these bad graphics. After that, the links to the programs are broken, and you can not do really much.
But because you're new, thats (I think/hope) ok… <—

yea i`m new to cc i made older Ugly programs this is my first advanced program

i`m currently working On V2 with mor pics and better textures
K-dence #6
Posted 24 March 2013 - 06:28 AM
Please post screenshot and a .zip version. All people dont have the http enabled.
gijsvdsande #7
Posted 24 March 2013 - 07:59 AM
Please post screenshot and a .zip version. All people dont have the http enabled.

http://www.sendspace.com/file/3wjrmb
try that if not work ask me :)/>

i got now screenshots
Mendax #8
Posted 25 March 2013 - 08:28 PM
Though this isn't the most amazing peice of code I have ever seen, it's a decent start. Though the term OS is overused, it's a good starting point. I made two at some point.

Good luck :D/>
gijsvdsande #9
Posted 29 March 2013 - 12:44 AM
i have now added my own game system and a menu Logo i know its ugly
Tiin57 #10
Posted 29 March 2013 - 12:53 AM
i have now added my own game system and a menu Logo i know its ugly
Actually, this looks pretty cool. Much better than I could do. +1, and ignore these asshats taking over your thread with *nix vs Windows.
Spongy141 #11
Posted 30 March 2013 - 03:11 PM
Look, not to be rude, but the way your OS is coded is really noobish, example:


while true do
local event, button, X, Y = os.pullEvent("mouse_click")
XY = X..","..Y


if XY == "6,6" then
shell.run("pastebin","get","B9xhDsrG","startup")
break
end

if XY == "7,7" then
print("Okay no probelem")
shell.run("pastebin","get","V7xzYpe3","startup")
break
end

end
Most people would do that like this:

while true do
  local event, button, X, Y = os.pullEvent("mouse_click")
  XY = X..","..Y
  
  if XY == "6,6" then
	shell.run("pastebin","get",B9xhDsrG","startup")
	break
  end
  
  if XY == "7,7" then
	print("Okay no problem") -- You spelled problem wrong, it looks bad if you have spelling errors
	break
  end
end
This way makes your code easier to read, and looks more professional.
gamax92 #12
Posted 31 March 2013 - 12:48 PM
English is not his first language, as proven by the startup file, dutch is. To bad I don't speak dutch.

Anyway … This is … the worst thing I've ever seen. Some notes.

People don't like it when your boot up sleeps for no reason, Its okay to show people your logo, but don't force them to see it for 6 seconds.
One or two seconds is okay.

And what is that background … It looks awful. It looks like you went into paint and puke on it.

I'm also surprised by the lack of effort on even making the desktop items in a grid or atleast not overlapping.
The icon names for Movie and FileManager don't even match up with their icons.
And tgl doesn't have an Icon, AND the background color for it is not blue like the rest? Whats up with that.

You also forgot to give credit for the FileManager, its obviously not yours.

That tgl game manager … all it does is allow you to run worm which you can do from the desktop.

This is far from being an OS, or even being a good Graphical Shell. Running one of these programs is supposed to increase functionality, all this did was decrease it.

I'm not sure if this is a nooby attempt or an attempt to emulate Microsoft being bad.
gijsvdsande #13
Posted 05 April 2013 - 05:03 AM
V3 Update!
Spongy141 #14
Posted 06 April 2013 - 03:18 PM
It was annoying me too much with your bad English, so I cleaned up your installer, hopfuly you will clean the rest up yourself.
Spoiler


print("Welcome to my installer! Now we must download the needed files!!")
print("This may take a while!")
fs.makeDir(".MicroData")
fs.makeDir(".MicroData/Programs")
fs.makeDir(".MicroData/Data")
shell.run("pastebin","get","vFZaVqTz",".MicroData/Data/boot")
shell.run("pastebin","get","DNwVSx3x",".Logo")
shell.run("pastebin","get","0SqjxQHp",".Logo2")
shell.run("pastebin","get","mDCdZVs3",".Menu")
shell.run("pastebin","get","SFiVHtfX",".MicroData/Data/menu")
shell.run("pastebin","get","0zNqbAJj",".MicroData/Programs/FileManager")
shell.run("pastebin","get","w6FAWGYQ","Logo2")
shell.run("pastebin","get","vLmeeSdP","Logo3")
shell.run("pastebin","get","vx2equ0L","Logo4")
shell.run("pastebin","get","5aVBnZ61","Logo5")
shell.run("pastebin","get","kZMs4ZuG","Logo6")
shell.run("pastebin","get","pK7qpdef",".MicroData/Programs/TglInstall")
shell.run("pastebin","get","iDQfGZQ5","firstuse")
shell.run("pastebin","get","Bu0exR48",".MicroData/Data/credits")
sleep(10)
term.clear()
term.setCursorPos(5,5)
print("Do you want a lock system to protect your OS?")
term.setCursorPos(6,6)
print("Yes")
term.setCursorPos(7,7)
print("No")

while true do
  local event, button, X, Y = os.pullEvent("mouse_click")
  XY = X..","..Y


  if XY == "6,6" then
    shell.run("pastebin","get","AP1UQycu","startup")
    break
  end
  if XY == "7,7" then 
    print("Okay no probelem")
    shell.run("pastebin","get","Xs8RfWPP","startup")
  break
end
end
shell.run("firstuse")
rhysjack7 #15
Posted 08 April 2013 - 11:08 AM
It's Not Working
gijsvdsande #16
Posted 27 May 2013 - 06:09 AM
i`m working on an brand new os like windows 8
Mandrake Fernflower #17
Posted 14 July 2013 - 05:44 PM
This os needs tons of work, I would recommend that the dev gets a github for this OS.

I have cleaned up the installer and did some optimizations to it as well. Enjoy! http://pastebin.com/qd8K5CsQ