Hi jakj,
I just started using your mod and it seems really promising, thank you for your hard work. I watched all your video showing how to use all the different kind of carriage block and engine. The problem is that i cant find a way to make a fluid motion with ComputerCraft. What I'm trying to say is that the only method i found with CC is like "move(1,false,false)" but i need to call this method every time i want to move. I'm trying to make an elevator with a building of like 100 block high and the elevator is blocking 0.1s every step which make the travel from the base to the top extremely long. I did some research about that and i found you talking about "continuous mode" at the page 24 but I don't know how to use that (I don't even know if its the solution I'm looking for). If this feature is not yet implemented, it would be nice to have a method like :
moveTo(<numberOfBlock>,<direction>,<simulation>) and anchor mode would forced to be false in this case i think.
Since I just started using this mod, I'm really sorry if this question has already been asked, if there is currently a solution implemented or in the progress to be or even if this implementation is currently impossible.