- Home /
how do I make a character enter a vehicle?
I'm making a free roam game and I got the player and vehicles working how i want but I cant figre out how to make the player enter and exit a vehicle. Also this is third person so i want him to sit in the vehicle when he is inside it. I already have it so when a car is active the main camera follows that car i got that so far.
Answer by spinaljack · Apr 26, 2010 at 08:43 PM
In that case you've already done the hard part, simply hide the player model and enable a dummy model of the player as a child of the car so it appears the player is in the car. If you want the player to climb in and out that simply means you need to animate it. There are countless similar questions on here already if you used the search.
most of the people with the same topic havn't gotten their cars working so the only links i'v seen on those are just how to make a car. As for your response if i understand correctly, I should just deactivate the player model so to speak, and put a dummy in his place. i get it so in a way its no different then how I'm switching cars lol ^^ thx.
Your answer
Follow this Question
Related Questions
How to make camera position relative to a specific target. 1 Answer
About Character Control :D 1 Answer
Control the Animation 1 Answer
RPG like GUI character control 1 Answer
Aircraft Control 1 Answer