STEAM-GRUPPE
Blender Source Tools BleST
STEAM-GRUPPE
Blender Source Tools BleST
292
I SPIL
1,779
ONLINE
Grundlagt:
8. november 2013
Viser 1-10 af 17 forekomster
1
QC Eyes Issues
'Sup, I've run into an issue with setting up QC eyes for a model I'm porting. It's been a while since I did this, so I'm having trouble remembering where everything goes and how to fix things that go wrong.

This is the model: https://imgur.com/Jxlax1X
And this is how it looks in HLMV when exported with my current QC: https://imgur.com/ooUXCS0
Here's the co-ordinates I fed into QC Eyes from Blender: https://imgur.com/iowxwsU

I've tried adjusting the Z value with no change whatsoever.

QC

$CD "D:\Users\USERNAME\Desktop\Worgen Female" $modelname "avalonsfm\worgen_female\worgen_female.mdl" $bodygroup "Body" { studio "MESH_Body.dmx" } $mostlyopaque $cdmaterials "models\avalonsfm\worgen_female\" $texturegroup "Body" { {"worgen-female_body.vmt" "worgen-female_hair.vmt"} } $sequence "idle" "MESH_Body.dmx" { fps 1 } //start eye/face data $eyeposition 0 0 35 //head controllers $attachment "eyes" "head" 0.00 3.59 30.73 absolute $attachment "mouth" "head" 0.80 -5.80 -0.15 rotate 0 -80 -90 $model "Body" "MESH_Body.dmx" { eyeball righteye "head" -0.82 3.4 30.73 "eyeball_r" 1.00 1q "pupil_r" 0.63 eyeball lefteye "head" 0.82 3.4 30.73 "eyeball_l" 1.00 -1 "pupil_l" 0.63 mouth 0 "mouth" "head" 0 1 0 // mouth illumination flexcontroller eyes range -45 45 eyes_updown flexcontroller eyes range -45 45 eyes_rightleft } //end eye/face data

Eyeball material (copied from a functioning model and only changed the file paths):

"EyeRefract" { "$iris" "models/avalonsfm/worgen_female/pupil" "$AmbientOcclTexture" "models/avalonsfm/worgen_female/pupil_ambient" // Ambient occlusion in RGB, A unused "$Envmap" "Engine/eye-reflection-cubemap-" // Reflection environment map "$CorneaTexture" "Engine/eye-cornea" // Special texture that has 2D cornea normal in RG and other data in BA "$EyeballRadius" "0.5"// Default 0.5 "$AmbientOcclColor" "[0.1 0.1 0.1]"// Default 0.33, 0.33, 0.33 "$Dilation" "0.5"// Default 0.5 "$ParallaxStrength" "0" // Default 0.25 "$CorneaBumpStrength" "0.5"// Default 1.0 // These effects are only available in ps.2.0b and later "$RaytraceSphere" "0"// Default 1 - Enables raytracing in the pixel shader to make the eyeball look round "$SphereTexkillCombo" "0"// Default 1 - Enables killing pixels that don't ray-intersect the sphere $phong 1 $bumpmap "models/avalonsfm/worgen_female/PaoPao_Bump" $phongexponent 10 $phongboost 0.05 $phongfresnelranges "[0 0.5 1]" $phongalbedotint 1 $rimlight 1 $rimlightexponent 5 $rimlightboost 5 }
4
Porting a large amount of models workflow
2
View target position
13
Export Error: Flex controller limit
Warning for NSFW:
https://www.dropbox.com/s/js9hfysvdqe19t4/PaoPao_SFM-Imported10.blend?dl=0

Have the QC as well:
$CD "D:\Users\Alfred\Desktop\LetsTryBlender\DMX\" $modelname "avalonsfm\paopao\paopao.mdl" $model "Body" "Pao Pao.dmx" $model "Eye L" "eyeball_l.dmx" $model "Eye L" "eyeball_r.dmx" //$model "Pawpads" "Pao_Pao_Pawpads.dmx" //$model "Hair" "PaoPao_Hair.dmx" //$model "Ponytail" "PaoPao_Hair_Ponytail.dmx" //$model "Pins" "PaoPao_Hair_Pins.dmx" //$model "Jewel" "PaoPao_Hair_Jewel.dmx" //$model "Flower" "PaoPao_Hair_Flower.dmx" //$model "Earrings" "PaoPao_Earrings.dmx" $bodygroup "Hair Pins" { studio "PaoPao_Hair_Pins.dmx" blank } $bodygroup "Hair Jewel" { studio "PaoPao_Hair_Jewel.dmx" blank } $bodygroup Flower { studio "PaoPao_Hair_Flower.dmx" blank } $bodygroup Earrings { studio "PaoPao_Earrings.dmx" blank } $bodygroup Pawpads { studio "Pao_Pao_Pawpads.dmx" blank } $bodygroup Hair { studio "PaoPao_Hair.dmx" blank } $mostlyopaque $cdmaterials "models\avalonsfm\paopao\" $cdmaterials "models\avalonsfm\paopao\extra" $texturegroup "Body" { {"Nude.vmt" "Pao Pao Hair.vmt" "Eyes.vmt"} {"Nude_ALT.vmt" "Pao Pao Hair_ALT.vmt" "Eyes_ALT.vmt"} {"Nude_ALT2.vmt" "Pao Pao Hair_ALT2.vmt" "Eyes.vmt"} {"Nude_ALT3.vmt" "Pao Pao Hair_ALT3.vmt" "Eyes_ALT.vmt"} } $sequence "idle" "Pao Pao.dmx" { fps 1 } //start eye/face data $eyeposition 0 0 70 $attachment "eyes" "Head" 0.00 -3.83 35.25 absolute $model "body" "Pao Pao.dmx" { eyeball righteye "Head" -1.33 -3.83 35.25 "eyeball_r" 1.00 4 "grn_pupil_r" 0.63 eyeball lefteye "Head" 1.33 -3.83 35.25 "eyeball_l" 1.00 -4 "grn_pupil_l" 0.63 mouth 0 "mouth" "Head" 0 1 0 // mouth illumination flexcontroller eyes range -45 45 eyes_updown flexcontroller eyes range -45 45 eyes_rightleft }
Viser 1-10 af 17 forekomster