Posted 10 June 2014 - 03:11 AM
Version: 1.58
Description: When using any terminal in SMP, i get serious delay in terminal I understand that this is because my ping to the server is not the best, I also understand
that this is a feature as it allows people to see what your typing as you type. I would like to be able to type my programs while on the server instead of having to go to SSP
or notepad to write them. Also typing a simple script like the one below to clean up a line of blocks takes me three minutes to input. I am wondering if its possible to have a computer/turtle setting to make terminal client side, and that maybe server side version updates on terminal close.
Description: When using any terminal in SMP, i get serious delay in terminal I understand that this is because my ping to the server is not the best, I also understand
that this is a feature as it allows people to see what your typing as you type. I would like to be able to type my programs while on the server instead of having to go to SSP
or notepad to write them. Also typing a simple script like the one below to clean up a line of blocks takes me three minutes to input. I am wondering if its possible to have a computer/turtle setting to make terminal client side, and that maybe server side version updates on terminal close.
while turtle.detect() do
turtle.dig()
turtle.forward()
end
Reproduction Steps:Have a ping of 350ms or greater to a SSP server and it begins to become tedious.