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
One issue with your thing: If you have a .vmt ended with the letter T, the T gets stripped out of the filename of the resulting .vmat. At the suggestion of a friend I fixed it thus:
#vmatFileName = fileName.strip('.vmt') + '.vmat'
vmatFileName = fileName[:-4] + '.vmat'
I'm glad the script is being used.
Download the script, or copy it to a text file and change the file extension to .py
If you're lucky, you should be able to simply drag a folder structure with .vmt files, and it should convert them. Otherwise, hold down Shift and right click the directory with the script and choose Open Command window here. Then check the commnad above.
Note that this is a pretty rudimentary script, mostly useful for one of the steps needed to batch convert materials, and you still have to do a lot of steps and manual tweaking to get the proper textures.
print '\nSource 2 Material Conveter\n'