Some advice on the best way to do this
by Chris Newman · in General Discussion · 09/25/2004 (8:13 pm) · 3 replies
I don't want to give away too much detail of the game in working on just yet...
but im having one problem....
I have a flying vehicle; let's just say a flying disc and I want to be able to mount a character on it. I also need to be able to have that character mount and use weapons and be able to animate. What would be the best way to do this?
Each character would have the same animations, just a different model or skin for each one. I also want the disc itself to have some minor animations.
1. Create the flying vehicle, and the player models separately and then mount the player on the vehicle, but if I do this how would I tell the character to animate or fire its weapons.
2. Just create the vehicle and player in the same model. But if I do this would I have to reanimate the animations for the disc itself every time? The disk model will the same one for every player.
Those are just 2 ideas off the top of my head, ill try to get #1 to work because I would really love to have the player get blown off his vehicle when he dies or even when he gets attacked really hard. Any help would be greatly appreciated.
but im having one problem....
I have a flying vehicle; let's just say a flying disc and I want to be able to mount a character on it. I also need to be able to have that character mount and use weapons and be able to animate. What would be the best way to do this?
Each character would have the same animations, just a different model or skin for each one. I also want the disc itself to have some minor animations.
1. Create the flying vehicle, and the player models separately and then mount the player on the vehicle, but if I do this how would I tell the character to animate or fire its weapons.
2. Just create the vehicle and player in the same model. But if I do this would I have to reanimate the animations for the disc itself every time? The disk model will the same one for every player.
Those are just 2 ideas off the top of my head, ill try to get #1 to work because I would really love to have the player get blown off his vehicle when he dies or even when he gets attacked really hard. Any help would be greatly appreciated.
Torque Owner Gonzo T. Clown
Doing the player animations and firing weapons should operate as normal while the disc is mounted to you. This would even negate the need for the Flying Vehicle class because the actual player would be doing all the flying while it only appears that the disc is doing it. When the player gets blown off his disc, you just unmount the disc from the player and cast both into some random direction that is weighted towards the explosion vector or projectile vector.