Jump to content




Remote-Controlled Turtle


58 replies to this topic

#21 Dirkus7

  • Members
  • 148 posts
  • Locationthe Netherlands

Posted 24 February 2012 - 08:23 PM

View PostLazerRay, on 24 February 2012 - 08:14 PM, said:

You should add up/down controls to the system so you have full functionality to the bot, other wise this is a very intuitive system, you don't even need to make the programs a start up as long as you named them right.
I thought of that too, I think I will add that, and you're right, it isn't needed but I thought it was easier.

#22 GigaToni

  • Members
  • 7 posts

Posted 24 February 2012 - 09:11 PM

@Dirkus7

I've solved the problem myself :D/>. And added up down and dig up down :D/>.. but thanks for your help :)/>

#23 Dirkus7

  • Members
  • 148 posts
  • Locationthe Netherlands

Posted 24 February 2012 - 09:21 PM

View PostGigaToni, on 24 February 2012 - 09:11 PM, said:

@Dirkus7 I've solved the problem myself :D/>. And added up down and dig up down :D/>.. but thanks for your help :)/>
Haha okay have fun playing with it, I'm still working on it and changing the controls a little.. but enjoy :D/>

#24 GigaToni

  • Members
  • 7 posts

Posted 24 February 2012 - 09:23 PM

the bad problem is with the terminal on screen you can't see ANYTHING! it's too fu*** big... a function like: term.setSize would be nice..

#25 Dirkus7

  • Members
  • 148 posts
  • Locationthe Netherlands

Posted 24 February 2012 - 09:35 PM

View PostGigaToni, on 24 February 2012 - 09:23 PM, said:

the bad problem is with the terminal on screen you can't see ANYTHING! it's too fu*** big... a function like: term.setSize would be nice..
There isn't a function inside computercraft, but you can change the GUI scale in minecraft's video settings or change the terminal_width and terminal_height in the .minecraftconfigmod_ComputerCraft.CFG file as i did making the video, try doing that :)/>

#26 Dirkus7

  • Members
  • 148 posts
  • Locationthe Netherlands

Posted 24 February 2012 - 09:37 PM

New version uploaded:

-changed controls
-added up/down movement

#27 abcdefghijklmnop

  • New Members
  • 8 posts

Posted 24 February 2012 - 10:39 PM

View PostDirkus7, on 24 February 2012 - 09:37 PM, said:

New version uploaded:

-changed controls
-added up/down movement
This update breaks the program a bit; by that I mean ruins it.
Forward for up, and back for down?
The bot isn't able to be moved forward or backward now >.<
What would be cool is if you were to fix that, and place up as "home" and down as "end", or better yet; have a keypad mode. The entire thing would be controllable via the keypad.
Just a suggestion.
PS; Nice program!

#28 Dirkus7

  • Members
  • 148 posts
  • Locationthe Netherlands

Posted 24 February 2012 - 10:47 PM

View PostBenlego65, on 24 February 2012 - 10:39 PM, said:

View PostDirkus7, on 24 February 2012 - 09:37 PM, said:

New version uploaded: -changed controls -added up/down movement
This update breaks the program a bit; by that I mean ruins it. Forward for up, and back for down? The bot isn't able to be moved forward or backward now >.< What would be cool is if you were to fix that, and place up as "home" and down as "end", or better yet; have a keypad mode. The entire thing would be controllable via the keypad. Just a suggestion. PS; Nice program!
The new controls are in the main post, please read them there :)/>, it is WASD controlled, forward and backward are indeed changed into up and down and left and right are digmode and placemode.

Maybe i will use the keypad idea but I don't think all users will have that.
I will think about it and come back at it tomorrow.

#29 MooseWithAGun

  • New Members
  • 6 posts

Posted 25 February 2012 - 06:13 AM

YOU ARE A-M-A-Z-I-N-G!!!!!!!!!!!!!!!!!!!! It works!!! So AWESOME!!!! YAYYYYYY!!!!!!! :D/> :D/> :D/> :D/> :D/> :D/> :D/> :D/> :D/> :D/> :D/> :D/> :D/> :D/> :P/> :lol:/> :lol:/> :lol:/> :lol:/> :lol:/>

#30 rockymc

  • Members
  • 103 posts

Posted 25 February 2012 - 11:08 AM

How did you made the GUI? Did you modded original class files?

#31 FuzzyPurp

    Part-Time Ninja

  • Members
  • 510 posts
  • LocationHarlem, NY

Posted 25 February 2012 - 11:42 AM

View Postrockymc, on 25 February 2012 - 11:08 AM, said:

How did you made the GUI? Did you modded original class files?

Nah he did it the shitty way by changing the terminal size in mod_computercraft.cfg(which changes ALL computer terminals too look like that)
Hence the word:shitty

#32 rockymc

  • Members
  • 103 posts

Posted 25 February 2012 - 12:06 PM

The GUI for IDs. If you modded any original classes you will need to delete this. Dan does not allows otelher people to mod any original classes like mod_CCTurtles.

#33 MooseWithAGun

  • New Members
  • 6 posts

Posted 25 February 2012 - 12:14 PM

Worked at first but it doesn't work for me again now :(/>. Oh well... Nice program anyways.

#34 Jstorey97

  • New Members
  • 3 posts

Posted 25 February 2012 - 05:56 PM

Spoiler

Sorry I'm knew. How do install these? Like each one?

#35 Dirkus7

  • Members
  • 148 posts
  • Locationthe Netherlands

Posted 25 February 2012 - 08:17 PM

View PostJstorey97, on 25 February 2012 - 05:56 PM, said:

Spoiler

Sorry I'm knew. How do install these? Like each one?
Open a computer and type 'edit startup', then press ctrl and save the empty file.
then go to .minecraftsaves[your world]computer[COMPUTER ID]startup
startup is a file, open it in, for example, notepad or any source code editors
copy the code from the pastebin link in my post and paste it in the editor
save the file and reboot the computer (in minecraft, not your computer :)/>)
the file will run

do the same for the turtle
you can find the computer ID by typing ID into the terminal
If you have any questions, please ask

good luck :(/>

View PostMooseWithAGun, on 25 February 2012 - 12:14 PM, said:

Worked at first but it doesn't work for me again now :)/>. Oh well... Nice program anyways.
The controls have changed, maybe that's the problem?

#36 Dirkus7

  • Members
  • 148 posts
  • Locationthe Netherlands

Posted 25 February 2012 - 08:22 PM

View Postrockymc, on 25 February 2012 - 12:06 PM, said:

The GUI for IDs. If you modded any original classes you will need to delete this. Dan does not allows otelher people to mod any original classes like mod_CCTurtles.
I can code Java as good as i can sing, so i didn't change any class files. As rockymc said, I changed the config file of the mod, not the mod itself.

#37 LazerRay

  • New Members
  • 18 posts

Posted 28 February 2012 - 02:25 AM

If you are still having issues running the programs, instead of making them a start up type, just make them a normal program, give them easily recognized names like "Remote" for the controller program and "Receiver" for the bot program, then you can call them up like any other program and they still work as long as you know what folder(s) you put them in. <_</>

Also you may need to delete .txt from the files outside of Minecraft to get them to work, this trick works with any custom programs you plan to test out. :)/>

#38 MooseWithAGun

  • New Members
  • 6 posts

Posted 28 February 2012 - 02:43 PM

@dirkus7
No i used the one with the new controls i used those controls. Than try to use this again a few minutes later doesnt work.

#39 Wolvan

  • New Members
  • 384 posts
  • LocationIn the TARDIS

Posted 29 February 2012 - 05:33 PM

Yeah Hello. I wrote on Youtube already and here are the edited Versions:

Turtle
Computer/Terminal

New features:
* Manage an infinite amount of turtles - with 1 PC and at the same time
* Select the turtles' inventory slots with the keys 1-9 or the numpad keys 1-9
* Let them dance! Just press T
* Disconnect all Turtles and reboot them with V
* Controls at the beginning
* Drop all items with I

Hope you enjoy my version and thx for the base to Dirkus7

EDIT
New version with a small change released. Same link. If you have any problems pls tell me. I didn't have much time to test it so.

Edited by Wolvan, 02 March 2012 - 02:15 PM.


#40 Marco3201

  • New Members
  • 1 posts

Posted 02 March 2012 - 06:52 PM

The program didnt work. It types forward backward e.t.c. but the turtle didnt move





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users