mathiassoeholm
Newbie
- Joined
- May 18, 2009
- Messages
- 1
- Reaction score
- 0
I'm currently working on a Super soaker thing for Counter Strike Source to replace the M3 Shotgun.
Clicky
I finished animations and all that stuff, but when i compile my .qc file and go to the model viewer i see pink/black checkers on my gun..
I tried alot of things, but i can't figure it out.
My .qc file is in the ..\cstrike\models\weapons directory. To be honest i dunno where to put it, the top of my .qc file is:
And my .vmt file i have put with my .vtf in ..\cstrike\materials\models\weapons\v_models
and is as following:
And i have googled alot and fiddled about
Clicky
I finished animations and all that stuff, but when i compile my .qc file and go to the model viewer i see pink/black checkers on my gun..
I tried alot of things, but i can't figure it out.
My .qc file is in the ..\cstrike\models\weapons directory. To be honest i dunno where to put it, the top of my .qc file is:
Code:
$modelname "weapons\v_shot_m3super90.mdl"
$model "studio" "m3_reference.smd"
$model "hands" "hands_reference.smd"
$cdmaterials "models\weapons\v_models\"
$cdmaterials "models\weapons\v_models\hands\"
$hboxset "default"
And my .vmt file i have put with my .vtf in ..\cstrike\materials\models\weapons\v_models
and is as following:
Code:
"VertexLitGeneric"
{
"$basetexture" "models/weapons/v_models/shot_m3super90"
"$envmap" "env_cubemap"
"$envmaptint" "[0.25 0.25 0.25]"
"$envmapmask" "models\weapons\v_models\shot_m3super90"
}
And i have googled alot and fiddled about