I have built some skins and if I add a bot or a player comes in the bot or player gets the skin I have on! I have no clue how to fix this...
Another problem I have is with an autosprite shader. I get lots of yellow text in the console saying this:
(shader path) had odd index count
(shader path) had odd vertx count
And the shader is not on a quad but on a more complex object. I love the effect it creates so if possible I'd like to keep it and get rid of the error messages.
here is the shader:
{
surfaceparm nolightmap
surfaceparm nonsolid
surfaceparm noimpact
surfaceparm nomarks
surfaceparm trans
cull disable
deformVertexes autosprite
deformVertexes move 0 0 3 sin 0 5 0 0.1
deformVertexes move 2 2 0 sin 0 9 0 0.05
{
clampmap models/mapobjects/lamps/bot_flare.tga
blendfunc add
tcMod rotate 20
}
}
Hope someone can help.
Skin and Shader problems
Wait, forcemodels default in team games is sarge, but the model you have on in tourney and DM...
Yes I was pressing tab.
Now with the shader issue, which is more important can anyone clue me in how to fix it? Like i said before, the only thing that bothers me is the endless scrolling in the console.
Yes I was pressing tab.
Now with the shader issue, which is more important can anyone clue me in how to fix it? Like i said before, the only thing that bothers me is the endless scrolling in the console.
I don't think autosprite works too well with models by default. It usually gives you that error. I don't recall how models use autosprite.
See if you can find the shader for one of those "bitch" models... pretty sure one of them used autosprite correctly.
See if you can find the shader for one of those "bitch" models... pretty sure one of them used autosprite correctly.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
Autosprite and autosprite2 are meant to be used on a quad, ie. 2 triangles. The shader I use is the shader used on the botlamp on the little platform in q3dm17.
If I were to use it on a quad like intended it won't error, but it's much more fun on a more complex mesh :P
I guess what I'm trying to find out is what is odd about it.
What is the "index count?"
The vertex count I can fix and make it even.... :/
If I were to use it on a quad like intended it won't error, but it's much more fun on a more complex mesh :P
I guess what I'm trying to find out is what is odd about it.
What is the "index count?"
The vertex count I can fix and make it even.... :/
My problem is that the shader is not for a map model, but for a player model. =) The result, which is I suspect is due to the error is wild! The whole map fills with blinding, glorious sprites! xD
Maybe if I understood what those errors meant, maybe I could fix the model.
And I searched for a solution by googling my way up and down the net.
Maybe if I understood what those errors meant, maybe I could fix the model.
And I searched for a solution by googling my way up and down the net.