My Models Folder Include This
tv.dx80.vtx
tv.dx90.vtx
tv.mdl
tv.phy
tv.sw.vtx
tv.vvd
My Materials Folder Include This
Valve texture and material files.
But when i spawn my model in gmod im getting this error
Missing Model: /blahblah/blahblah/tv.mdl
but i already added my mdl to gmod models folder. How can i resolve this problem. Also i cant see my model in the Model Viewer.
You've not specified any reference model (the model's actual geometry).
Your *.qc should look a little more like this:
[code]$cd "C:\path\to\your\smds"
$modelname "vBatuhan\tv.mdl"
$model "Body" "tv.smd"
$cdmaterials "models\vBatuhan\"
$surfaceprop "wood"
$sequence idle "tv_idle" act_idle 1 fps 30.00
$collisionmodel "tv_phys.smd" {
$concave
$mass 200.00
$inertia 1.00
$damping 0.00
$rotdamping 0.00
}[/code]
[QUOTE=BabyFawnLegs;29130095]You've not specified any reference model (the model's actual geometry).
Your *.qc should look a little more like this:
[code]$cd "C:\path\to\your\smds"
$modelname "vBatuhan\tv.mdl"
$model "Body" "tv.smd"
$cdmaterials "models\vBatuhan\"
$surfaceprop "wood"
$sequence idle "tv_idle" act_idle 1 fps 30.00
$collisionmodel "tv_phys.smd" {
$concave
$mass 200.00
$inertia 1.00
$damping 0.00
$rotdamping 0.00
}[/code][/QUOTE]
if i added this lines i can see my model properly ? Im trying now
im getting error in studiomdl
qdir: "c:\smds\"
gamedir: "c:\program files (x86)\steam\steamapps\bthnpeople\half-life 2 episode two\ep2\"
g_path: "C:\smds\tv.qc"
Building binary model files...
Working on "tv.qc"
SMD MODEL C:\smds/tv.smd
SMD MODEL C:\smds/tv_idle.smd
SMD MODEL C:\smds/tv_phys.smd
WARNING: Model has 2-dimensional geometry (less than 0.500 inches thick on any axis)!!!
WARNING: Model has 2-dimensional geometry (less than 0.500 inches thick on any axis)!!!
WARNING: Model has 2-dimensional geometry (less than 0.500 inches thick on any axis)!!!
WARNING: Model has 2-dimensional geometry (less than 0.500 inches thick on any axis)!!!
WARNING: Model has 2-dimensional geometry (less than 0.500 inches thick on any axis)!!!
WARNING: Model has 2-dimensional geometry (less than 0.500 inches thick on any axis)!!!
WARNING: Model has 2-dimensional geometry (less than 0.500 inches thick on any axis)!!!
WARNING: Model has 2-dimensional geometry (less than 0.500 inches thick on any axis)!!!
WARNING: Model has 2-dimensional geometry (less than 0.500 inches thick on any axis)!!!
WARNING: Model has 2-dimensional geometry (less than 0.500 inches thick on any axis)!!!
WARNING: Model has 2-dimensional geometry (less than 0.500 inches thick on any axis)!!!
WARNING: Model has 2-dimensional geometry (less than 0.500 inches thick on any axis)!!!
WARNING: Model has 2-dimensional geometry (less than 0.500 inches thick on any axis)!!!
WARNING: Model has 2-dimensional geometry (less than 0.500 inches thick on any axis)!!!
WARNING: Model has 2-dimensional geometry (less than 0.500 inches thick on any axis)!!!
WARNING: Model has 2-dimensiQl}Y@onal geometry (less than 0.500 inches thick on any axis)!!!
WARNING: Model has 2-dimensional geometry (less than 0.500 inches thick on any axis)!!!
WARNING: Model has 2-dimensional geometry (less than 0.500 inches thick on any axis)!!!
WARNING: Model has 2-dimensional geometry (less than 0.500 inches thick on any axis)!!!
WARNING: Error with convex elements of C:\smds/tv_phys.smd, building single convex!!!!
Model has 1 convex sub-parts
Collision model completed.
---------------------
writing c:\program files (x86)\steam\steamapps\bthnpeople\half-life 2 episode two\ep2\models/vBatuhan\tv.mdl:
Error opening c:\program files (x86)\steam\steamapps\bthnpeople\half-life 2 episode two\ep2\models/vBatuhan\tv.mdl! (Check for write enable)
[QUOTE=vBatuhan;29130164]Error opening c:\program files (x86)\steam\steamapps\bthnpeople\half-life 2 episode two\ep2\models/vBatuhan\tv.mdl! (Check for write enable)[/QUOTE]
The folder you're attempting to compile to doesn't exist.
[QUOTE=BabyFawnLegs;29130356]The folder you're attempting to compile to doesn't exist.[/QUOTE]
Ok i modified qc file and compiled but when i spawn my model in gmod i see the same error again i have already vvd file in models directory but saying failed load of vvd i cant see my model for 2 days in gmod im trying to fix this for 2 days i cant find solution :(((
MDLCache: Failed load of .VVD data for vBatuhan\tv.mdl
[gamemodes\sandbox\entities\effects\propspawn\init.lua:23] Model missing: models/vbatuhan/tv.mdl
[gamemodes\sandbox\entities\effects\propspawn\init.lua:23] Model missing: models/vbatuhan/tv
Sorry, you need to Log In to post a reply to this thread.