Jump to content




Question how to make a Logo screen


10 replies to this topic

#1 White Eagle

  • New Members
  • 5 posts

Posted 17 October 2012 - 03: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.

#2 MrZuribachi

  • New Members
  • 44 posts
  • LocationGermany

Posted 17 October 2012 - 03: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.

#3 White Eagle

  • New Members
  • 5 posts

Posted 17 October 2012 - 03: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.

#4 Doyle3694

  • Members
  • 815 posts

Posted 17 October 2012 - 03: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...aft_Wiki_-_Home

#5 White Eagle

  • New Members
  • 5 posts

Posted 17 October 2012 - 04:10 PM

:D/> I know a few things of this i only need how to make this hwat i wrote.

#6 darkrising

  • Members
  • 234 posts
  • LocationScotland

Posted 17 October 2012 - 04:29 PM

You mean like ASCII art?

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


I generated this with patorjk.com/software/taag

#7 White Eagle

  • New Members
  • 5 posts

Posted 17 October 2012 - 05:16 PM

Yeah exaclty

#8 Doyle3694

  • Members
  • 815 posts

Posted 17 October 2012 - 05: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
]]


#9 Ditto8353

  • New Members
  • 138 posts

Posted 17 October 2012 - 05:21 PM

View PostDoyle3694, on 17 October 2012 - 05:18 PM, said:

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 [[ ]]

#10 White Eagle

  • New Members
  • 5 posts

Posted 17 October 2012 - 05: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 ?

#11 Doyle3694

  • Members
  • 815 posts

Posted 17 October 2012 - 05:32 PM

oh lol, I derped really hard... Guess it's not a good idea to not sleep when you should :D/>





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users