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

Turtle Movements

Started by Noodle, 28 July 2012 - 03:20 AM
Noodle #1
Posted 28 July 2012 - 05:20 AM
List of non-working movement in 1.4:
turtle.forward()
turtle.down()
turtle.up()

Basically all of them return false?
This was done on Peaceful, Easy, Normal, and Hard.
NOT Hardcore

I believe this is due to 1.4's refueling? It says its only for hardcore though.
Tiin57 #2
Posted 28 July 2012 - 05:48 AM
I had the same issue.
Edit: I did some testing and found that the only time turtle movement works is when they are fueled. Doesn't matter what mode or difficulty you're in.
Noodle #3
Posted 28 July 2012 - 06:23 AM
Peaceful should allow turtles to move with no fuel?
Luanub #4
Posted 28 July 2012 - 06:59 AM
It has nothing to do with the game difficulty but the turtle difficulty. Hardcore turtle mode will require fuel. Softcore turtle mode will not require fuel.

I'm not sure how to change the turtle mode, will play around with it when I get home tonight.
Cloudy #5
Posted 28 July 2012 - 07:00 AM
No, hardcore will override that. Disable hardcore mode, and they will move fine.
Noodle #6
Posted 28 July 2012 - 10:29 AM
Uhh.. I'm on peaceful and they don't move 0.0?
Peaceful = softcore
Cloudy #7
Posted 28 July 2012 - 10:36 AM
No, it isn't. Check the config file and you'll see that turtle hardcore mode is enabled.
Noodle #8
Posted 28 July 2012 - 10:38 AM
turtlesNeedFuel=0
That's whats needed. Thanks :)/>/>