Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.