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
![]() Feb 29 2016, 11:36 am
Best response
|
|
Look for step_x/y in your map files.
|
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.
|