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

Wilson's Bits (shopping store)-My biggest Computercraft project

Started by steel_toed_boot, 29 June 2013 - 06:41 PM
steel_toed_boot #1
Posted 29 June 2013 - 08:41 PM
Over the course of 2 weeks and close to 20 hours of work I finished Wilson's Bits, a computer based shopping experience.

I originally got the idea from GuudeBoulderfist and since he never finished his, I thought I would take it over for fun.
I ripped nothing from his store (except a few designs on the exterior,interior,etc.) and 100% original code.

View it! :D/>


[media]http://www.youtube.com/watch?v=oy-Mar6XEaQ[/media]

Code:
https://github.com/s...ot/Wilsons_Bits

And after that you can get a walkthrough of the store!

[media]http://www.youtube.com/watch?v=CLTpfZ7w5o0[/media]


–//–//–//–//–//–//–//–//–//–//–//–//–//–//–//–//
CREDITS:

Music:
Bottlesmoker - "HYPNAGOGIC"
nult - "post verbal"
http://freemusicarchive.org/


Guude's channel:
http://www.youtube.c...uudeBoulderfist

Original video:
[media]http://www.youtube.com/watch?v=9MUEr39A9WM[/media]
Bubba #2
Posted 30 June 2013 - 12:21 AM
Very nice! I love this kind of thing and know from experience that it's quite tedious to make it have both looks and functionality. I think you've managed both pretty well :)/>
Engineer #3
Posted 30 June 2013 - 07:25 AM
Good job man, I personally follow Guude too, and I came to the conclusion that he is addicted to something he cant do. Yes, he cant code properly :P/>

At least, you can, and you even finished it. I know the excitement while you are testing it out, and it does what you are expecting, That drives me to code, just because it is so awesome when you get the hang of it!

I cant wait to see more from you :)/>
steel_toed_boot #4
Posted 30 June 2013 - 01:18 PM
Very nice! I love this kind of thing and know from experience that it's quite tedious to make it have both looks and functionality. I think you've managed both pretty well :)/>

Thanks! :D/>

Good job man, I personally follow Guude too, and I came to the conclusion that he is addicted to something he cant do. Yes, he cant code properly :P/>

At least, you can, and you even finished it. I know the excitement while you are testing it out, and it does what you are expecting, That drives me to code, just because it is so awesome when you get the hang of it!

I cant wait to see more from you :)/>

Oh you will definitely see more. Probably not as often as I hope because these things take a lot of debugging and testing! :)/>
BnLRios #5
Posted 09 July 2013 - 01:55 PM
First, I must say that you did an AMAZING JOB! But here comes my question that i have been spending HOURS to try and find and I am now trying this; What is the code for the front monitor that shows wilson's bits and does that cool disappearing then reappearing thing. I would much appreciate it if you could answer because im desperate. thank you! ;)/>
steel_toed_boot #6
Posted 10 July 2013 - 06:14 AM
First, I must say that you did an AMAZING JOB! But here comes my question that i have been spending HOURS to try and find and I am now trying this; What is the code for the front monitor that shows wilson's bits and does that cool disappearing then reappearing thing. I would much appreciate it if you could answer because im desperate. thank you! ;)/>

The monitor that shows wilson's bits is as follows:

term.setCursorPos(1,1)
term.setTextScale(4.5)
term.write("Wilson's Bits")

I'm not quite sure what you mean by "disappearing then reappearing thing".
Zudo #7
Posted 10 July 2013 - 11:22 AM
First, I must say that you did an AMAZING JOB! But here comes my question that i have been spending HOURS to try and find and I am now trying this; What is the code for the front monitor that shows wilson's bits and does that cool disappearing then reappearing thing. I would much appreciate it if you could answer because im desperate. thank you! ;)/>

The monitor that shows wilson's bits is as follows:

term.setCursorPos(1,1)
term.setTextScale(4.5)
term.write("Wilson's Bits")

I'm not quite sure what you mean by "disappearing then reappearing thing".

I think that is when the text disappears when you move, which is not a feature of Wilson's Bits!
Galactica4 #8
Posted 11 July 2013 - 07:34 PM
I think that this is awesome the way you made it look cool and gave it very good functionality
+1 to you, keep it up!
jpoblocki #9
Posted 13 June 2014 - 07:06 AM
how do i setup the turtles and such no one showed how to wire anything
Win7yes #10
Posted 15 June 2014 - 04:36 AM
how do i setup the turtles and such no one showed how to wire anything
As far as I know, this doesn't use CC Turtles, but many things from other mods.