#Phys not work(

1 messages · Page 1 of 1 (latest)

chrome nebula
#

qc:

$modelname "PregnationTest.mdl"
$model "Main" "PregTest.Stick.smd"

$cdmaterials ""

$surfaceprop "default"

$sequence idle "PregTest.Stick.smd"
$sequence default "PregTest.Stick.smd"

$collisionjoints "phys.smd"
{
    $concave
    $mass 1.0
}
bitter jolt
#

no need to define any specific named sequences- there just needs to be at least 1 (any name)

#

Also, your prop might be too small for Source to handle. It needs to be at least 1 inch on all axes. Better if you go 2 inches so the compiler doesn’t try to optimise your tiny mesh.

#

Concave isn’t necessary if you’re using just 1 block

#

Finally, your model is trying to ask for pregtest.textured.mat.vmt and pregtest.housing.mat.vmt in your /garrysmod/garrysmod/materials/ folder. Please don’t do that. No one likes loose files in the main materials folder.

#

Use something such as $cdmaterials "models/pregtest" and then put your vmt files in materials/models/pregtest folder. It will probably not exist, so create the new folder.

zinc ferry
#

Try swapping $collisionjoints with $collisionmodel.

azure marten