Wheres the brown-rustish skin for this model? I tried 0 and 1 under the skin option in the object properties box...
[Blocked Image: http://img399.imageshack.us/img399/7241/skin8ws.jpg]
Wheres the brown-rustish skin for this model? I tried 0 and 1 under the skin option in the object properties box...
[Blocked Image: http://img399.imageshack.us/img399/7241/skin8ws.jpg]
I'm pretty sure it doesn't have an alternate skin (you can check this easily in HLMV btw). Use two of models/props_pipes/PipeSet32d_Corner128D_001a.mdl instead ![]()
Quote from mike-0Wheres the brown-rustish skin for this model? I tried 0 and 1 under the skin option in the object properties box...[Blocked Image: http://img399.imageshack.us/img399/7241/skin8ws.jpg]
I don't think it exists, sadly.
thanks insta~
I think it might be a cs prop^
Can someone explain to me what the "skip" texture does? ![]()
it's for use on HINT brushes... except that it tells the compiler to skip that face and not build a portal along it. be aware though that that edge of the brush will still split faces.
Can anybody tell me if the point_devshot_camera entity works? When using the -makedevshots command in-game, I'm only told by the console that it's a unknown command, but in the Help text for the entity, that's what you're supposed to write.
skybox problems...
all the files are in the correct place, both in the sdk materials\skybox folder and in the hl2mp materials\skybox folder. my VMT looks like this...
"UnlitGeneric"
{
// Original shader: BaseTexture
"$basetexture" "skybox/$sky_mike_01bk.vtf"
"$nofog" 1
$ignorez 1
}
Display More
When i search for my skybox name in the texture browser, i get the purple checkers, and in game, with the compiled map, i get the purple checkers.
[Blocked Image: http://img70.imageshack.us/img70/6628/skyboxtest4ib.jpg]
anyone know what's wrong with this?
Just a guess, but maybe remove the $ from "$basetexture" "skybox/$sky_mike_01bk.vtf"?
Mind you, this is just a guess.
Ah yes, that's what I meant. Should probably have deleted all that other junk ![]()
that must be it. im at school right now, but if i remember correctly i took the dollar sign off the vtf's name without changing the code in the VMT. ill try when i get home.
The VMT's for my skies in SoW2 look like this:
QuoteDisplay More"UnlitGeneric"{
// Original shader: BaseTexture
"$basetexture" "skybox/prariebk"
"$nofog" 1
$ignorez 1
}
I am not sure how technically correct it is, but it works fine ingame.
dammit, it wont work. im going to redo it from scratch.
Another question: In some maps i saw plants on displacements, they looked like sprites. How were those made?
for those alpha blend textures there will be two seemingly identical textures to choose from in the browser. one of those two will compile the grass sprites with it, one wont, just trial and error it. theres a file you can edit in notepad to change the density of the grass, it might be the vmt for the texture, i dont remember.
Quote from DaanOAnother question: In some maps i saw plants on displacements, they looked like sprites. How were those made?
It's just a parameter in the vmt file. Here's how it works,
"%detailtype" "grass01"
"%detailtype" is the material variable placed within the paranthesis of the vmt and the value, 'grass01', denotes the detail added to the terrain, this can be sprite based, like the grass, or model based (I think).
At least that's my understanding of it. Check the detail.vbsp file for a list of detail decorations you can add.
I'm not completely sure about model details being placed on the displacements (similar to how Unreal terrain details work), as I've never experimented with that myself.
Its odd, you come to this forum, seems 70% of the people are Source mappers, and you still cant make a basic material shader?
This is how it should look like
The "//" dosen't need to be there, they are just for comments, never ever tell what format the texture is in, since they are always .vtf, don't use the $ in front of the name of the texture in a skybox.
Quote from ErraticHere's an example of why people often refrain from asking for help.
I wasen't thinking of the one that didn't know. I was thinking of those that did answer, but didn't know. I should be as basic as making a brush in hammer (well, almost as) that a texture should not have its suffix in the material shader.
And, ok, I do fell that people should refrain from asking some questions. I mean, I can see how one could ask if the shader was correct, but them, would he need to ask?
Don’t have an account yet? Register yourself now and be a part of our community!