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
Post last & modified lines of your .mdl file here
{bone "skin"
{Matrix34
0.906308 0 -0.422618
0 -1 0
0.422618 0 0.906308
-0.115372 -6.89244e-005 26.9396
}
{LODView
{VolumeView "skin.ply"}
{VolumeView "skin_lod1.ply"}
}
}
}
}
modified version...
{bone "skin"
{Matrix34
0.906308 0 -0.422618
0 -1 0
0.422618 0 0.906308
-0.115372 -6.89244e-005 26.9396
}
{LODView
{Bone "skins"
{Position 0 0 0}
{VolumeView "skin.ply"}
}
{Bone "skind"
{Position 0 0 0}
{VolumeView "skin.ply"}
{visibility 0}
}
{Bone "skinw"
{Position 0 0 0}
{VolumeView "skin.ply"}
{visibility 0}
}
}
}
}
}
}
Replace these lines
by following lines
- for one "{" symbol you should have one "}" symbol
{bone "skin"
{Matrix34
0.906308 0 -0.422618
0 -1 0
0.422618 0 0.906308
-0.115372 -6.89244e-005 26.9396
}
{Bone "skins"
{Position 0 0 0}
{LODView
{VolumeView "skin.ply"}
{VolumeView "skin_lod1.ply"}
}
}
{Bone "skind"
{Position 0 0 0}
{LODView
{VolumeView "skin.ply"}
{VolumeView "skin_lod1.ply"}
}
{visibility 0}
}
{Bone "skinw"
{Position 0 0 0}
{LODView
{VolumeView "skin.ply"}
{VolumeView "skin_lod1.ply"}
}
{visibility 0}
}
}
}
}
It works
Try to move {visibility 0} lines
would I need any other files or assets from robz mod to make it work in Valour?