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

Question how to make a Logo screen

Started by White Eagle, 17 October 2012 - 02:31 PM
White Eagle #1
Posted 17 October 2012 - 04:31 PM
Hello everyone ! First i say i'm start with computercraft and edit few things and start making my programs and maybe OS(later) . Well here is my question how i can do after we right-click on computer it show something like Logo screen on Windows.(not image but text and symbols).I'm edit CraftOS.And were to paste it ot get it work ?

I have minecraft 1.2.5 and computercraft 1.3.3

For any help a lot of thanks. :D/>/> I know english bad but I'm from Poland.
MrZuribachi #2
Posted 17 October 2012 - 04:50 PM
What do you mean with "logo"? Like the mojang-logo appearing when launching minecraft? Quite easy - just use the spacebar and a button of your choice, e.g. @@@. Place it just like you want your logo to be. Making an animated logo is a little bit more complicated, but the same thing. Just write something with spaces and symbols, then use shell.run("clear") (i prefer this cause I don't have to write that much) and write the next part of your animation, just like those self-made mini-movies with stick-men running down a street xD
Of course it takes some time.
White Eagle #3
Posted 17 October 2012 - 04:52 PM
No in minecraft launch. Read my post i mean on computer when right-click and it show text and symbols and after we can use compuuter.
Doyle3694 #4
Posted 17 October 2012 - 04:56 PM
First I would recommend you to update to 1.41, it has more features. then, look around at the wiki abit, and try to learn to learn the basic stuff

http://computercraft.info/wiki/index.php?title=ComputerCraft_Wiki_-_Home
White Eagle #5
Posted 17 October 2012 - 05:10 PM
:D/>/> I know a few things of this i only need how to make this hwat i wrote.
darkrising #6
Posted 17 October 2012 - 05:29 PM
You mean like ASCII art?


print(" _______  _______  _______  _          _______  _______ ")
print("(  ____ (  ___  )(  ___  )(         (  ___  )(  ____ ")
print("| (    /| (   ) || (   ) || (        | (   ) || (    /")
print("| |      | |   | || |   | || |        | |   | || (_____ ")
print("| |      | |   | || |   | || |        | |   | |(_____  )")
print("| |      | |   | || |   | || |        | |   | |      ) |")
print("| (____/| (___) || (___) || (____/  | (___) |/____) |")
print("(_______/(_______)(_______)(_______/  (_______)_______)")                                                  


I generated this with patorjk.com/software/taag
White Eagle #7
Posted 17 October 2012 - 06:16 PM
Yeah exaclty
Doyle3694 #8
Posted 17 October 2012 - 06:18 PM
If you are going for ASCII then I must show you if you don't know already that you can use

print[[
This Whole
Text Will
Get Printed
Even though
I didn't
Make a
New Print
On each
Line
]]
Ditto8353 #9
Posted 17 October 2012 - 06:21 PM
If you are going for ASCII then I must show you if you don't know already that you can use

print[[
This Whole
Text Will
Get Printed
Even though
I didn't
Make a
New Print
On each
Line
]]

Fixed :3 Requires doubles [[ ]]
White Eagle #10
Posted 17 October 2012 - 06:26 PM
I make it :D/>/> but another problem I upadated to 1.3.2 installed mod loader and forge i put computer right-click and i get only black screen on minecraft computer and cant do anything only black screen.

Any help ?
Doyle3694 #11
Posted 17 October 2012 - 06:32 PM
oh lol, I derped really hard… Guess it's not a good idea to not sleep when you should :D/>/>