Player model inside a giant ball model?
Is it possible?
And maybe the ball to spin when player moves too :) Somethig like this http://static.guim.co.uk/sys-images/...lking--007.jpg (random chosen from google images) I don't have the giant ball model but it shouldn't be hard to make if it's just a giant ball... Or i'll have to combine the ball model with the player model to make one model? |
Re: Player model inside a giant ball model?
Quote:
|
Re: Player model inside a giant ball model?
search how to create an entity.
then search what are velocity and angles. Basically just seach, all things are already asked, you just have to find them. |
Re: Player model inside a giant ball model?
Just create a model connected to a bone of the player model and set it as MOVETYPE_FOLLOW.
|
Re: Player model inside a giant ball model?
You can make that model follow the player, seting the origin to the player to appear the player are inside of the ball, for this you should set SOLID_NOT To the ball entity. Sorry for my bad english, I speak spanish :C
|
Re: Player model inside a giant ball model?
Quote:
|
Re: Player model inside a giant ball model?
Thank you all for the answers.
Quote:
Can the ball be just somekind of glow without a model? I know with glow there's no way it's gona move but it's gona be easyer for me cuz i've never made a model before and i don't know if i can make it :D |
Re: Player model inside a giant ball model?
You can add a bone to the model and connect it to a different bone on the player model skeleton. Then, once you create the entity with the model and set its movetype and aiment like this:
Code:
the ball will be attached to the player, which unlike setting its origin on think, doesn't look laggy. Check at how Hats do this. It's pretty easy to do, but you need to have basic 3ds max knowledge. |
Re: Player model inside a giant ball model?
Something like this?
PHP Code:
|
Re: Player model inside a giant ball model?
Should work, but don't forget to kill the entity upon player death.
|
| All times are GMT -4. The time now is 06:30. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.