I finally figured easy way to counter slopefall. Use additional CollisionShape Node with a shape of rectangle, that is larger than your original collisionshape, and locate it in the bottom of character. Angles of rectangle naturally prevent any slope movement, contradictory to capsule. Than simply implement a code to DISABLE square collision shape on movement inputs, and ENABLE it when no such input is pressed.