STEAM GROUP
Crowbar [Source Engine Modding Tool] CrowbarTool
STEAM GROUP
Crowbar [Source Engine Modding Tool] CrowbarTool
1,002
IN-GAME
6,976
ONLINE
Founded
26 October, 2013
Language
English
Orion' 26 Oct, 2018 @ 1:59pm
Compiling help.
So i was compiling a model and it came up with this error: ERROR: unknown command "}" But i cant find a stray bracket anywhere so i wanted to ask here.

QC file
$cd "C:\Users\John\Desktop\Blender Models\byte barq\Byte\Byte\Byte"

$modelname "John\Models\Byte.mdl"
$model "Byte" "Byte.smd"

$texturegroup "Body_color"
{
{ "Body_Alb" "Arms_Alb" }
{ "Body_Grn" "Arms_Grn" }
{ "Body_Wte" "Arms_Wte" }
{ "Body_Cpr" "Arms_Cpr" }
}

$bodygroup Eyes
{
{ studio "Happy.smd" }
{ studio "Angry.smd" }
{ studio "Hurt.smd" }
{ studio "Half.smd" }
{ studio "Closed.smd" }
}

$mostlyopaque

$cdmaterials "John\Models\Byte"

$sequence idle "Byte" loop ACT_IDLE 1 fps 30.00

Its probably really obvious and i just cant see it.
< >
Showing 1-2 of 2 comments
Spirrwell 26 Oct, 2018 @ 3:39pm 
I don't think you need the extra brackets for the $bodygroup section.

I think this is all you need:

$bodygroup Eyes
{
studio "Happy.smd"
studio "Angry.smd"
studio "Hurt.smd"
studio "Half.smd"
studio "Closed.smd"
}
Last edited by Spirrwell; 26 Oct, 2018 @ 3:43pm
Orion' 26 Oct, 2018 @ 9:31pm 
Originally posted by Spirrwell:
I don't think you need the extra brackets for the $bodygroup section.

I think this is all you need:

$bodygroup Eyes
{
studio "Happy.smd"
studio "Angry.smd"
studio "Hurt.smd"
studio "Half.smd"
studio "Closed.smd"
}

Ok that worked thanks.
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: 26 Oct, 2018 @ 1:59pm
Posts: 2