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
I probably should mention that the top of the head (and hair thingies) are separate from the face (using the $include command for the face and the $model command for the top of the head).
//AVATAR TEMPLATE
//Source FilmMaker version
//By VicenticoTD
$include "complements/file_start.qci"
//---------------------------------------------------
//AVATAR NAME
$modelname "vicenticotd/SonicForcesAvatar/wallychaos.mdl"
//BODY
//1. HEAD
$include "bodies/head/head_MAN_02.qci"
//2. MOUTH
$include "bodies/mouth/bdy_mouth_rb.qci"
//3. BODY
$model micuerpo "bodies/body/bdy_body_MNQ.smd"
//4. EARS
$model mioreja "bodies/ear/headtest.smd"
//5. TAIL
//$model micola "bodies/tail/bdy_tail_WF.smd"
$bodygroup "gloves"
{
studio "clothes/glove/ctp_glove_000.smd"
studio "clothes/custom/glove/ctp_cmn_glove_004b_main.smd"
studio "clothes/custom/glove/ctp_glove_013.smd"
}
$bodygroup "shoes"
{
studio "clothes/shoes/ctp_shoes_000.smd"
studio "clothes/custom/shoes/ctp_cmn_body_058a_main.smd"
studio "clothes/custom/shoes/ctp_cmn_shoes_050a_main.smd"
}
//$bodygroup "body"
//{
// "blank"
// studio "clothes/custom/body/ctp_cmn_body_047a_main.smd"
// studio "clothes/custom/body/ctp_cmn_body_058a_main.smd"
//}
$bodygroup "glasses"
{
"blank"
studio "clothes/custom/glass/ctp_cmn_glass_019b_main.smd"
}
//COLORS
//12. BODY COLOR
$definevariable bodycolor "bodycolor_014"
//12. (FEMALE BODY) BASE SUIT COLOR
$definevariable basesuit "basesuit_001"
//13. SKIN OR BEAK COLOR
$definevariable skinbeak "009"
//14. EYE COLOR AND TYPE
//left
$definevariable eyeL "bdy_cmn_eye_l_A_011"
//right
$definevariable eyeR "bdy_cmn_eye_r_A_011"
//15. BODYSUIT
$include "clothes/bodysuit/ctp_bodysuit_112.qci"
//---------------------------------------------------
$include "complements/file_end_sfm.qci"
Got 2 pics of the model without the face as a reference (both in solid and wireframe) and 2 pics of the head model with the face as a reference (both in solid and wireframe).
https://i.imgur.com/xBpt2av.png
What I'm trying to do now is import the .QC file. Problem is that Blender is giving me a Indexerror: List index out of range. Once I get this fixed up Imma try and follow the other tutorial to see if it works.
Like this
https://i.imgur.com/SMFqBBv.png
If greater than 2.10.2 (like 2.11.x) then you're trying to use the Beta for Blender 2.80 and it doesn't work in Blender 2.79
For example, this is a good skeleton section:
Edit: This is with Blender 2.79 and Blender Source Tools 2.10.2.
I'll try the skeleton stuff real quick.
Did update source tools and same error still comes up.
Ever heard of a program named Milkshape? It's a really old program that I had been using as an easier way of attaching vertices to bones.
Apparently it makes some of the vertices loose there data and ends up with stuff like what's above.
So I restarted the model and only used Blender (it was a REAL pain in the ass) but so far I've gotten the long hair on the side working properly. Now I just need to make the spine/ curl on the back of the hair.
Thanks to everyone for their help!