Digital Paint Discussion Board

Development => Mapping => Topic started by: BASEBALLDUDE on November 16, 2013, 09:30:20 PM

Title: Paths for Certain Models
Post by: BASEBALLDUDE on November 16, 2013, 09:30:20 PM
I am trying to use func_model entities to get some of these models in-game without them being "real".
-Player model (blue, purple, red, yellow)
-gun model (preferably spinning like a weapon_pballgun)
I need the paths in the func_model entity for "model" "path/model". What is the "path/model" for these models?
Title: Re: Paths for Certain Models
Post by: TRION on November 17, 2013, 08:48:26 AM
Are u going to make a weapon rack??
Title: Re: Paths for Certain Models
Post by: BASEBALLDUDE on November 17, 2013, 09:28:39 AM
Are u going to make a weapon rack??
Yup and I'm gonna have neutral players in blue or purple.
Title: Re: Paths for Certain Models
Post by: TRION on November 18, 2013, 02:31:23 AM
Well than I suggest you to make the scenario like the whole match is taking place in time warp like a falling cup in air with liquid spilling out etc. That'll add to ur map :)
Title: Re: Paths for Certain Models
Post by: Chef-Killer on November 18, 2013, 12:30:52 PM
"model" "models/weapons/g_autoc/tris.md2" ?
Title: Re: Paths for Certain Models
Post by: jitspoe on November 18, 2013, 07:14:26 PM
I'm not sure if you can make that work with the player model, as the player model is kind of a special case.  You should be able to figure out the paths for everything just by looking in the pball/models directory.  The g_ weapons are the ground versions (v_ is for the viewmodels).
Title: Re: Paths for Certain Models
Post by: BASEBALLDUDE on November 18, 2013, 07:17:16 PM
I'm not sure if you can make that work with the player model, as the player model is kind of a special case.  You should be able to figure out the paths for everything just by looking in the pball/models directory.  The g_ weapons are the ground versions (v_ is for the viewmodels).
It's a little confusing with everything named "tris" etc.
Title: Re: Paths for Certain Models
Post by: jitspoe on November 18, 2013, 07:20:35 PM
Does it matter what it's named? :) Just use the path to the .md2 file, like Chef-Killer demonstrated.
Title: Re: Paths for Certain Models
Post by: BASEBALLDUDE on November 18, 2013, 07:42:31 PM
OK thanks.