Smooth frame movement

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here

Wizaerd

New Member
Jul 29, 2019
138
0
0
Is there any way to avoid the blocky movement of a frame, and the redrawing of blocks connected to the frame? Preferably what I'd like to do is set a frame to (smoothly) move in a given direction a number of blocks. For instance move up 5 blocks without the start/stop/redraw at each block increment.
 

Gearwork

New Member
Jul 29, 2019
10
0
0
ssp or smp?

certain blocks are always going to redraw. If you're ssp then I believe a pulse to the engine ~every .8 seconds will make the frames move smoothly. SMP is trickier since lag and whatnot.
 

Wizaerd

New Member
Jul 29, 2019
138
0
0
For me, it'll be SSP. I haven't actually built one yet, still trying to learn how to piece it altogether, but in the videos I see the movement is always so jerky...
 

OmegaPython

New Member
Jul 29, 2019
800
0
0
Yeah, having the motor pulse about every .8 seconds should do it. The redrawing can't be helped, RP just does that for some blocks.