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

[cc 1.5x] Trc (turtle Rc) - Control Your Turtles! V 1.0

Started by Heracles421, 27 October 2013 - 10:54 AM
Heracles421 #1
Posted 27 October 2013 - 11:54 AM
TRC (Turtle RC) V 1.0

As the title just says, this is a remote control for a turtle, it uses the rednet system to transmit messages to a turtle, which then makes an action. It currently has 22 programed actions, you could add more actions if you want.

This actions are:
  • Move Forward / Backward
  • Move Up / Down
  • Turn to the Left or to the Right
  • Break blocks in any possible direction
  • Place blocks in any possible direction
  • Change active slot
  • Output a redstone signal
  • Refuel using coal found in the inventory
  • Attack in all possible directions
  • Mine in all possible directions
  • *NEW!* Run programs loaded in the turtle
Pictures:
Spoiler












Code:
SpoilerConsole: http://pastebin.com/m6jMQJEx
Turtle: http://pastebin.com/g8Y65Z7N

Installation:
SpoilerOnline:
Spoiler1. Right click any computer in-game
2. Make sure it has a disk drive attached with a disk in it
3. Type the following:
  • pastebin get RwkuBGG7 startup
4. Run the programs on their corresponding machine

Offline:
SpoilerMac:
1. Go to Library/Application Support/.minecraft/saves/<your world>/computer/0 and paste both programs there
2. Run the programs on their corresponding machine

Windows:
1. Go to %appdata%/.minecraft/saves/<your world>/computer/0 and paste both programs there
2. Run the programs on their corresponding machine


Changelog:
SpoilerOctober 25: First release, V 1.0
theoriginalbit #2
Posted 27 October 2013 - 11:57 AM
Firstly. Please no comic sans, it hurts peoples eyes and souls :P/>
Secondly, you've got a broken spoiler for the changelog
Thirdly, since you've been gone images have been banned from signatures (well I'm pretty sure they were banned when you were here), so that entire section is pointless.
Zudo #3
Posted 27 October 2013 - 12:02 PM
Firstly. Please no comic sans, it hurts peoples eyes and souls :P/>
Secondly, you've got a broken spoiler for the changelog
Thirdly, since you've been gone images have been banned from signatures (well I'm pretty sure they were banned when you were here), so that entire section is pointless.

Fourthly, the program is good! Maybe change the movement controls to make it a new screen and use WASDQZ to control it?
theoriginalbit #4
Posted 27 October 2013 - 12:05 PM
Fourthly, the program is good! Maybe change the movement controls to make it a new screen and use WASDQZ to control it?
I did miss that out didn't I… :P/>
Fifthly, I nicer GUI wouldn't be bad either, idk if you know yet Heracles421 but we have advanced turtles now, YAY colours! Plus normal turtles can change between black and white. :)/>
Heracles421 #5
Posted 27 October 2013 - 12:08 PM
Firstly. Please no comic sans, it hurts peoples eyes and souls :P/>
Secondly, you've got a broken spoiler for the changelog
Thirdly, since you've been gone images have been banned from signatures (well I'm pretty sure they were banned when you were here), so that entire section is pointless.
Right, no comic sans. I'll change that in a bit.
I noticed the broken spoiler and was fixing it just before you posted this.
And I didn't know images were banned from signatures. Removed that whole section.

Firstly. Please no comic sans, it hurts peoples eyes and souls :P/>
Secondly, you've got a broken spoiler for the changelog
Thirdly, since you've been gone images have been banned from signatures (well I'm pretty sure they were banned when you were here), so that entire section is pointless.

Fourthly, the program is good! Maybe change the movement controls to make it a new screen and use WASDQZ to control it?

It has a 3 modes for you to control it. For instance I have menu mode (Screenshots), I have key control mode (WASDQE for the basic movement, but a lot of other keys are used too) and I also have mouse control (Similar to menu, but it uses mouse clicks)

Fourthly, the program is good! Maybe change the movement controls to make it a new screen and use WASDQZ to control it?
I did miss that out didn't I… :P/>
Fifthly, I nicer GUI wouldn't be bad either, idk if you know yet Heracles421 but we have advanced turtles now, YAY colours! Plus normal turtles can change between black and white. :)/>

I'll work on a better GUI, this is just Version 1, so I don't think it's bad. Considering all the stuff it has, it isn't bad for V1?
BTW the screenshots are a little bit outdated, the actual menus look nicer.
theoriginalbit #6
Posted 27 October 2013 - 12:13 PM
I'll work on a better GUI, this is just Version 1, so I don't think it's bad. Considering all the stuff it has, it isn't bad for V1?
BTW the screenshots are a little bit outdated, because the actual menus look nicer.
Definitely don't get me wrong, for a version 1.0 its good, but the GUI could use just a little "spit and polish" for the next version ;)/>
Heracles421 #7
Posted 27 October 2013 - 12:18 PM
Ok, for your eye's sake, I've removed Comic Sans.
The new version will include an autoupdater, a better GUI (Just for advanced comps), and anything you request.
Csstform #8
Posted 28 October 2013 - 09:41 AM
Ok, for your eye's sake, I've removed Comic Sans.
The new version will include an autoupdater, a better GUI (Just for advanced comps), and anything you request.
You may have put yourself in a tight situation with that last statement ;)/>
Heracles421 #9
Posted 28 October 2013 - 10:05 PM
You may have put yourself in a tight situation with that last statement ;)/>

Yea, kinda, but because of my experience I know that I won't be recieving a lot of requests.
xSvenHD #10
Posted 30 October 2013 - 12:26 PM
there is something wrong in the console code:
http://puu.sh/53UNR.jpg
Heracles421 #11
Posted 30 October 2013 - 04:21 PM
there is something wrong in the console code:
http://puu.sh/53UNR.jpg

I'll check it in a second

EDIT: It seems that Pastebin doesn't like my programs… I'll fix it when I get some free time, shouldn't be hard.