25 posts
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_BitsAnd 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...uudeBoulderfistOriginal video:
[media]
http://www.youtube.com/watch?v=9MUEr39A9WM[/media]
1190 posts
Location
RHIT
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 :)/>
1522 posts
Location
The Netherlands
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 :)/>
25 posts
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! :)/>
1 posts
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! ;)/>
25 posts
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".
1114 posts
Location
UK
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!
44 posts
Location
Australia
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!
10 posts
Posted 13 June 2014 - 07:06 AM
how do i setup the turtles and such no one showed how to wire anything
147 posts
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.