00:05:01
Blender to MDL Tutorial
Описание
#sfm #steam #tutorial
How to get 3d character models from blender into your source SDK game or project.
BLENDER SOURCE TOOLS PLUGIN:
http://steamreview.org/BlenderSourceTools/
tutorialMan.qc
// Generated by me
$modelname "myName\tutorialMan\tutorialMan.mdl"
$body tutorialMan "tutorialMan.smd"
$cdmaterials "models\myName\tutorialMan"
$sequence "idle" "tutorialMan.smd" fps 30
tutorialMan_body.vmt
"VertexLitGeneric"
{
"$basetexture" "models/myName/tutorialMan/tutorialMan_body"
}