hey! i'm making custom props and i started trying uv maping. so far it keeps giving me missing textures. im not sure what step im doing wrong so i will show pictures of my steps.
[IMG]https://i.gyazo.com/36b1eb7404a3d0cd49c90ad781d6a16c.png[/IMG] first i have the simple cube with the uv map.
[IMG]https://i.gyazo.com/378c344c9681ffcc75376dfcb70971b3.png[/IMG] edit the uv map in photoshop. somthing simple so i can test if its working
[IMG]https://i.gyazo.com/bd354bde4bb89c6da452c77fbe9be46f.png[/IMG] setup the nodes and give it a material called "cubemat"
[CODE]$modelname "cube\cube.mdl"
$scale 7
$body mybody "cube.smd"
$staticprop
$surfaceprop combine_metal
$cdmaterials "cubemat"
$sequence idle "cube_idle.smd"
$collisionmodel "cube.smd" { $concave }[/CODE] export and compile with this qc. then i made a vtf and vmf with the edited uv file from photoshop and call it "cubemat" and put all the files in the materials folder just like all my other props that work
[IMG]https://i.gyazo.com/a83dfcc566ae74bf14eac927d2952c3e.jpg[/IMG] but its still missing texture!
[IMG]https://i.gyazo.com/778c3503a326b0593391c532fa3dad3b.png[/IMG] the uv map works in blender. so i dont know what im doing wrong. please help
[QUOTE=TrippleT;49762801]then i made a vtf and vmf with the edited uv file from photoshop and call it "cubemat" and put all the files in the materials folder[/QUOTE]
Try put the files in the cubemat folder under the materials folder since you typed in "$cdmaterials "cubemat"" and edit the .vmt files afterwards.
Oh and add a \ next to cubemat under the $cdmaterials.
e.g. $cdmaterials "cubemat\"
[QUOTE=Chuckymore;49762991]Try put the files in the cubemat folder under the materials folder since you typed in "$cdmaterials "cubemat"" and edit the .vmt files afterwards.
Oh and add a \ next to cubemat under the $cdmaterials.
e.g. $cdmaterials "cubemat\"[/QUOTE]
thanks. but it didn't fix it. i think its something with the uv or blender. because if i replace the cubemat vtf with just a solid color. the cube has the color and doesn't have missing textures
[editline]18th February 2016[/editline]
haha i fixed it. i un checked translucent. so i remade the vmt and kept it checked and now it works. wow just one simple thing can break it all... ill provide a pic and leave the post up incase others have this problem.. so doing what chuckymore did and remaking my vmt file fixed it for me
[IMG]https://i.gyazo.com/41fb457fcfbf55cddc3d938932753f6d.png[/IMG]
Sorry, you need to Log In to post a reply to this thread.