ID:2045537
 
(See the best response by Lummox JR.)
So recently the game im working on somehow disabled gliding and now im trying to figure out what exactly would be the source of it so what exactly turns it from gliding to the jumpy tile by tile mode

Best response
Look for step_x/y in your map files.
Yes you edited a pixel movement variable which disabled tile movement
yeah it seems when i used the nudge to move a npc up abit to make em look like he was on a bench it triggered the weird break in glide
You should avoid the nudge feature altogether, it's just trouble. I estimate the offsets needed and set them manually. It's a little more work, but for zero risk I can't complain.
yeah never knew nudge would break gliding only thought code would TIL'd