STEAM GROUP
Crowbar [Source Engine Modding Tool] CrowbarTool
STEAM GROUP
Crowbar [Source Engine Modding Tool] CrowbarTool
1,710
IN-GAME
10,099
ONLINE
Founded
26 October, 2013
Language
English
Chunch 22 Feb, 2019 @ 7:38pm
Having a problem
my qc \/
$modelname "killmodels\bt.mdl" $scale 1.0 $cd "" $model "bt" "bt.smd" $cdmaterials "models\material" $staticprop // 1 sequence $sequence idle "" fps 5 ACT_IDLE 1 $surfaceprop "wood" $keyvalues { "prop_data" {"base" "wooden.large" } $cdmaterials "models\materials" $collisionmodel "bt.smd" { // Mass in kilograms $rootbone "joint1" $concave $mass 80.0 $inertia 5.00 $damping 0.01 $rotdamping 1.50 $jointconstrain joint1 x limit 0.000000 0.000000 0.000000 $jointconstrain joint1 y limit 0.000000 0.000000 0.000000 $jointconstrain joint1 z limit 0.000000 0.000000 0.000000 $jointconstrain joint2 x limit -90.000000 90.000000 1.000000 $jointconstrain joint2 y limit -90.000000 90.000000 1.000000 $jointconstrain joint2 z limit -45.000000 45.000000 1.000000 $jointconstrain joint3 x limit -90.000000 90.000000 1.000000 $jointconstrain joint3 y limit -90.000000 90.000000 1.000000 $jointconstrain joint3 z limit -45.000000 45.000000 1.000000 }

error i'm having:

ERROR: c:\users\cole\desktop\btnew\bt_7274.qc(4): - could not load file '/bt.smd' ERROR: Aborted Processing on 'killmodels\bt.mdl'

(trying to use for gmod ragdoll)

please help
Last edited by ZeqMacaw; 23 Feb, 2019 @ 4:41am
< >
Showing 1-5 of 5 comments
green 22 Feb, 2019 @ 7:55pm 
Try spacing the fourth line, so it looks like $model "bt" "bt.smd".
Chunch 22 Feb, 2019 @ 8:10pm 
Originally posted by Hunter in the Green Vest:
Try spacing the fourth line, so it looks like $model "bt" "bt.smd".
still comes with the same error :/
lorjason34 23 Feb, 2019 @ 3:50pm 
Do you have the file present in the same location?
Also why are you using the same file as the collision model? I have a theory that's probably what's causing your problem.
If you try removing the collision properties, it could probably work? And if you have time, make a separate model with a different name for collision...
Last edited by lorjason34; 23 Feb, 2019 @ 3:51pm
green 24 Feb, 2019 @ 7:27am 
Originally posted by Theathkill:
Originally posted by Hunter in the Green Vest:
Try spacing the fourth line, so it looks like $model "bt" "bt.smd".
still comes with the same error :/
Sorry for the late reply. I accidentally unchecked "subscribe to discussion", so there was a ton of discussions that I had to go re-sub to. Bah :steamfacepalm:

This is kinda weird though, because there's no part in the .QC that asks for "'/bt.smd". Are you sure the bt.smd is where the .QC file is?
green 24 Feb, 2019 @ 7:29am 
Originally posted by lorjason34:
Do you have the file present in the same location?
Also why are you using the same file as the collision model? I have a theory that's probably what's causing your problem.
If you try removing the collision properties, it could probably work? And if you have time, make a separate model with a different name for collision...
Yes, that's a good point. There should be a separate file for the collision mesh. Even if this isn't the cause of the problem, it's good practice to create separate collision meshes.

I also think it may be the lack of a sequence file. Not sure if you need one for a static prop, but it wouldn't hurt to create one.
< >
Showing 1-5 of 5 comments
Per page: 1530 50

Date Posted: 22 Feb, 2019 @ 7:38pm
Posts: 5