5 posts
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.
40 posts
Location
Germany
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.
5 posts
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.
818 posts
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
5 posts
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.
200 posts
Location
Scotland
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
5 posts
Posted 17 October 2012 - 06:16 PM
Yeah exaclty
818 posts
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
]]
136 posts
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 [[ ]]
5 posts
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 ?
818 posts
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/>/>