Remove windows slashes + caps in $basetexture
This commit is contained in:
parent
0ef62a2aa0
commit
ae4c103a42
17 changed files with 8 additions and 20 deletions
|
@ -1,5 +1,4 @@
|
|||
VertexLitGeneric
|
||||
{
|
||||
"$basetexture" "models\weapons\hammer"
|
||||
|
||||
"$basetexture" "models/weapons/hammer"
|
||||
}
|
|
@ -1,6 +1,5 @@
|
|||
VertexLitGeneric
|
||||
{
|
||||
"$basetexture" "models\weapons\hammer2"
|
||||
"$basetexture" "models/weapons/hammer2"
|
||||
"$envmap" "env_cubemap"
|
||||
|
||||
}
|
|
@ -1,5 +1,4 @@
|
|||
VertexLitGeneric
|
||||
{
|
||||
"$basetexture" "models\weapons\sledge"
|
||||
|
||||
"$basetexture" "models/weapons/sledge"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
"VertexLitGeneric"
|
||||
{
|
||||
"$baseTexture" "models\weapons\temptexture\handsmesh1"
|
||||
"$baseTexture" "models/weapons/temptexture/handsmesh1"
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "models/Weapons/V_hand/armtexture"
|
||||
"$basetexture" "models/weapons/v_hand/armtexture"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
"VertexLitGeneric"
|
||||
{
|
||||
// Original shader: VertexLitTexture
|
||||
"$basetexture" "models/wraith1/cutter"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
"VertexLitGeneric"
|
||||
{
|
||||
// Original shader: VertexLitMaskedEnvMappedTexture
|
||||
"$basetexture" "models/wraith1/s_armfrontdull"
|
||||
"$envmap" "models/wraith1/stalkerspec"
|
||||
"$envmapmask" "models/wraith1/s_armfrontmask"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
"VertexLitGeneric"
|
||||
{
|
||||
// Original shader: VertexLitMaskedEnvMappedTexture
|
||||
"$basetexture" "models/wraith1/s_backdull"
|
||||
"$envmap" "models/wraith1/stalkerspec"
|
||||
"$envmapmask" "models/wraith1/s_backmask"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
"VertexLitGeneric"
|
||||
{
|
||||
// Original shader: VertexLitMaskedEnvMappedTexture
|
||||
"$basetexture" "models/wraith1/s_chest2dull"
|
||||
"$envmap" "models/wraith1/stalkerspec"
|
||||
"$envmapmask" "models/wraith1/s_chest2mask"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
"VertexLitGeneric"
|
||||
{
|
||||
// Original shader: VertexLitMaskedEnvMappedTexture
|
||||
"$basetexture" "models/wraith1/s_head(cyl)dull"
|
||||
"$envmap" "models/wraith1/stalkerspec"
|
||||
"$envmapmask" "models/wraith1/s_head(cyl)mask"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
"VertexLitGeneric"
|
||||
{
|
||||
// Original shader: VertexLitAlphaTestedTexture
|
||||
"$basetexture" "models/wraith1/s_loindropper"
|
||||
"$alphatest" 1
|
||||
}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
"VertexLitGeneric"
|
||||
{
|
||||
// Original shader: VertexLitMaskedEnvMappedTexture
|
||||
"$basetexture" "models/wraith1/s_lowerlegfrontdull"
|
||||
"$envmap" "models/wraith1/stalkerspec"
|
||||
"$envmapmask" "models/wraith1/s_lowerlegfrontmask"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
"VertexLitGeneric"
|
||||
{
|
||||
// Original shader: VertexLitMaskedEnvMappedTexture
|
||||
"$basetexture" "models/wraith1/s_midsectiondull"
|
||||
"$envmap" "models/wraith1/stalkerspec"
|
||||
"$envmapmask" "models/wraith1/s_midsectionmask"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
"VertexLitGeneric"
|
||||
{
|
||||
// Original shader: VertexLitAlphaTestedTexture
|
||||
"$basetexture" "models/wraith1/s_wires"
|
||||
"$alphatest" 1
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
"VertexLitGeneric"
|
||||
{
|
||||
"$baseTexture" "Models/wraith1/stalker_head"
|
||||
"$baseTexture" "models/wraith1/stalker_head"
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
"VertexLitGeneric"
|
||||
{
|
||||
"$baseTexture" "Models/wraith1/stalker_limbs"
|
||||
"$baseTexture" "models/wraith1/stalker_limbs"
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
"VertexLitGeneric"
|
||||
{
|
||||
"$baseTexture" "Models/wraith1/stalker_torso"
|
||||
"$baseTexture" "models/wraith1/stalker_torso"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue