Re: Model not showing in map, why?
Posted by javierdl on
Tue Oct 20th 2009 at 11:20pm
Posted
2009-10-20 11:20pm
28 posts
3 snarkmarks
Registered:
Nov 26th 2004
Occupation: 3D Modeler
Location: Canada
I can load my model in ModelViewer & Hammer, but it doesn't load/show when I open the map. What are the typical reasons for this?
I'm using GUIStudioMdl 2.2 to compile.
This is for HL2DM.
This is my qc file, for whatever it's worth:
$modelname /custom_models/concave_test_02c.mdl
$cdmaterials "models/custom_models/"
$scale 1
$staticprop
$surfaceprop "Wood_Furniture"
$body studio "concave_test_02c.smd"
$sequence idle "concave_test_02c_idle.smd" fps 1
$collisionmodel "concave_test_02c_col.smd"
{
$mass 10
}
$keyvalues
{
"prop_data"
{
"base" "Wood.Large"
}
}
Re: Model not showing in map, why?
Posted by haymaker on
Wed Oct 21st 2009 at 1:37pm
439 posts
921 snarkmarks
Registered:
Apr 1st 2007
Location: CAN
Im fairly green on .qc use but I've never entered that "fps 1" line in any working one