STEAM GROUP
Blender Source Tools BleST
STEAM GROUP
Blender Source Tools BleST
396
IN-GAME
2,261
ONLINE
Founded
8 November, 2013
All Discussions > Help > Topic Details
jeremy 11 Mar, 2022 @ 2:50am
physics.smd
Hello, I have an error with the compilation of qc.. Crowbar is looking for a file that is not there!

ERROR: c:\users\1\desktop\blender\cop fem01 dont have gasmask\female_01_shortsleeved.qc(308): - could not load file 'female_01_shortsleeved_physics.smd'
< >
Showing 1-2 of 2 comments
xdshot 11 Mar, 2022 @ 2:58am 
provide one then
Lumpymushroom 19 Mar, 2022 @ 7:31pm 
The error means that the compiler is looking inside the qc. file at line 308 which is trying to call a SMD file that is called: "female_01_shortsleeved_physics.smd", but It cannot find the SMD. The SMD file should be in the same folder where the qc file is and be named exactly what the error is displaying "female_01_shortsleeved_physics.smd".

Source tools labels the exported SMD's whatever the selected collection is called in blender, so I usually have to rename the exported SMDs to whatever I call them in the qc file.

Either export the SMD in question from source tools to provide one, or if you are capable enough; delete the line(s) of code calling it if you know you no longer require them (THIS is unrecommended as there might be multiple lines of code that rely on this SMD and the model might be incomplete without it).

Hope you are able to find a solution to your issue.
Last edited by Lumpymushroom; 19 Mar, 2022 @ 7:34pm
< >
Showing 1-2 of 2 comments
Per page: 1530 50

All Discussions > Help > Topic Details