安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题



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
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
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?
$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.