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
Sometimes model mesh SMD files have the full path for materials and do not need the $CDMaterials line in the QC file. The "c_tw_eagle.mdl" is an example.
I know having full path for materials in SMD files is not how most modders would do it, but Crowbar writes what it finds. I am considering changing Crowbar to write out $CDMaterials and material lines in SMD files similarly to the way it did in some previous versions, but some bugs with that other way need fixing.
// Created by Crowbar 0.19.0.0
$modelname "weapons/c_models/c_tw_eagle/c_tw_eagle.mdl"
$bodygroup "body"
{
studio "c_tw_eagle_reference.smd"
}
$lod 15
{
replacemodel "c_tw_eagle_reference.smd" "c_tw_eagle_c_tw_eagle_lod1.smd"
}
$lod 30
{
replacemodel "c_tw_eagle_reference.smd" "c_tw_eagle_c_tw_eagle_lod2.smd"
}
$surfaceprop "plastic"
$contents "solid"
$sequence "ref" "c_tw_eagle_anims\ref.smd" {
fps 30
}
$collisionmodel "c_tw_eagle_physics.smd"
{
$mass 4.2
$inertia 1
$damping 0
$rotdamping 0
}
I'm using a very old version, so I'll try updating it.