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

Super OS preview

Started by helloworld, 25 February 2015 - 01:44 AM
helloworld #1
Posted 25 February 2015 - 02:44 AM
To install, type "pastebin get DUEpXCXM"

When you type, it doesn't work right. Does anyone know how to fix that?

I don't have any screenshots yet

Known bugs: none
Quintuple Agent #2
Posted 25 February 2015 - 06:37 PM
What do you mean by it not working, does it give an error, or does it just not download the code at all? Do you have http enabled and pastebin whitelisted, (depending on which version of cc you have)

Also, a few things

for per=0,100 do
print(per.."%")
sleep(1)
end
however fake loading is the worst, don't do it

Your code is very…. fragmented, way to many unneeded spaces and sleep(1)'s
Edited on 25 February 2015 - 05:50 PM
timia2109 #3
Posted 25 February 2015 - 06:39 PM
First try "pastebin get DUEpXCXM startup" and then:
read( pReplace, pHistory)
So you must use print() to say what you want and just read()
Agent Silence #4
Posted 25 February 2015 - 06:57 PM
Wait wait wait wait wait…
"Known Bugs : None"
"When you type, it doesn't work right. Does anyone know how to fix that?"
PLEASE PLEASE PLEASE
Do not release an "OS" as your first program!
They require a lot of effort, time, and expertise on Lua and coding in general.
Please consider this next time. I don't even think people want more OSs.
Operating Systems in CC stand not as a utility, but more as a feat of coding nowadays.
If you are bent on making an OS though, please consider using the wiki and practice coding for a while.
Use Ask a Pro a lot too! It doesn't hurt to get help from people who might have more knowledge on the subject.