STEAM 组
Blender Source Tools BleST
STEAM 组
Blender Source Tools BleST
361
游戏中
2,246
在线
成立于
2013 年 11 月 8 日
所有讨论 > Bug Reports > 主题详情
Mòrag 2018 年 7 月 17 日 下午 1:06
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
引用自 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
< >
正在显示第 1 - 7 条,共 7 条留言
Pte Jack 2018 年 7 月 17 日 下午 1:54 
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
最后由 Pte Jack 编辑于; 2018 年 7 月 17 日 下午 1:55
Mòrag 2018 年 7 月 17 日 下午 5:47 
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 2018 年 7 月 17 日 下午 5:52 
引用自 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 2018 年 7 月 17 日 下午 6:03 
Ok well this is cool. No clue what I did but it works now. My bad
Pte Jack 2018 年 7 月 17 日 下午 10:52 
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 2018 年 7 月 17 日 下午 11:21 
I did never import .qc file as it was always buggy and did import many unnecessary information.
此论坛的一名版主已表示此帖子解答了原先的主题。
Mòrag 2018 年 7 月 18 日 上午 9:27 
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
< >
正在显示第 1 - 7 条,共 7 条留言
每页显示数: 1530 50

所有讨论 > Bug Reports > 主题详情