STEAM GROUP
Blender Source Tools BleST
STEAM GROUP
Blender Source Tools BleST
385
IN-GAME
2,082
ONLINE
Founded
8 November, 2013
All Discussions > Bug Reports > Topic Details
Mòrag 17 Jul, 2018 @ 1:06pm
Problem importing .qc files
I fairly certain it's not a problem with my specific file as I tried it with 2 different ones (both decompiled by crowbar) nor do I think its a problem with .qc files in general. I can never read the full message before it disappears but it always has paths in the blender directory. Does anyone know what to do about this? I can't find anyone else with this issue

https://i.imgur.com/ICHHhye.png
Originally posted by Mòrag:
I see what it was. I only took the mdl, made it into a qc, and tried to open that. It seems like decompiling it in the same folder as the vvcs creates an smd that is needed as well. Thanks for the input everyone
< >
Showing 1-7 of 7 comments
Pte Jack 17 Jul, 2018 @ 1:54pm 
Importing QCs works fine for me and I have not had a problem with any that I have ever tried to import coming out of Crowbar.

Suggest you make sure you're using the most current version of Source Tools (currrently 2.10.2) and try again. Also, if you want to see what that error is exactly, toggle the System console...

See this ... https://i.imgur.com/ehSd8sg.png
Last edited by Pte Jack; 17 Jul, 2018 @ 1:55pm
Mòrag 17 Jul, 2018 @ 5:47pm 
heres the full error: https://i.imgur.com/OgcxcT6.png

All my software is up to date, blender and the source tools. It seems like the error says the file I'm trying to import doesn't exist. The file path shown is 100% correct and does exist so I'm not sure why that happens
Mòrag 17 Jul, 2018 @ 5:52pm 
Originally posted by Pte Jack:
Importing QCs works fine for me and I have not had a problem with any that I have ever tried to import coming out of Crowbar.

Suggest you make sure you're using the most current version of Source Tools (currrently 2.10.2) and try again. Also, if you want to see what that error is exactly, toggle the System console...

See this ... https://i.imgur.com/ehSd8sg.png

I also see that despite the file being a .qc the error says "ERROR: [Errno 2] No such file or directory: 'C:\\Users\\sawye\\Documents\\SquadLeaderBody.smd.dmx'"

and refers to it as .smd.dmx

is this normal?
Mòrag 17 Jul, 2018 @ 6:03pm 
Ok well this is cool. No clue what I did but it works now. My bad
Pte Jack 17 Jul, 2018 @ 10:52pm 
Don't know what was causing that. For some reason Blender Source tools was looking for a file with a double extension (.smd.dmx) OR, maybe Crowbar wrote the qc with commands like

$body "body" "body"

where it should have been

$body "body" "body.smd"

(without putting an extension on the filename that was suppose to be imported on read) and BleST went looking for either or.
But, I can't see either of those situation happening. The only way to find that out is to open the qc and read it and look at the location it was search for the files and see if they really do exist.
xdshot 17 Jul, 2018 @ 11:21pm 
I did never import .qc file as it was always buggy and did import many unnecessary information.
A moderator of this forum has indicated that this post answers the original topic.
Mòrag 18 Jul, 2018 @ 9:27am 
I see what it was. I only took the mdl, made it into a qc, and tried to open that. It seems like decompiling it in the same folder as the vvcs creates an smd that is needed as well. Thanks for the input everyone
< >
Showing 1-7 of 7 comments
Per page: 1530 50

All Discussions > Bug Reports > Topic Details