Hey guys, i want to make a car racing game, but i'm having a bit of trouble with it, i want the car to be able to skid when you give a sharp turn and stuff, u know, i want it to act like a real car, any one know how i could do this?
thanks
Printable View
Hey guys, i want to make a car racing game, but i'm having a bit of trouble with it, i want the car to be able to skid when you give a sharp turn and stuff, u know, i want it to act like a real car, any one know how i could do this?
thanks
If you are using the mouse as the steering wheel controler, you should be able to set two variable. The last position of the mouse and the new one. If the difference is too big, you make the car react as you want.....
hope it helped