mirror of
https://github.com/CFC-Servers/cw2_icons_fix.git
synced 2025-03-04 03:13:12 -05:00
Add initial files
This commit is contained in:
parent
099545d4f2
commit
3e970ef9f2
9
addon.json
Executable file
9
addon.json
Executable file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"title": "CW 2.0 Spawn menu & Kill icons (Extra CW 2.0 Included)",
|
||||
"type": "weapon",
|
||||
"tags": [
|
||||
"realism",
|
||||
"fun"
|
||||
],
|
||||
"ignore": []
|
||||
}
|
35
lua/autorun/client/cw2.0_killicons.lua
Executable file
35
lua/autorun/client/cw2.0_killicons.lua
Executable file
@ -0,0 +1,35 @@
|
||||
function Initialize()
|
||||
killicon.Add("cw_ak74", "hud/killicons/ak74", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_ar15", "hud/killicons/ar15", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_deagle", "hud/killicons/deagle", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_flash_thrown", "hud/killicons/flash_grenade", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_grenade_thrown", "hud/killicons/frag_grenade", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_g3a3", "hud/killicons/g3a3", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_l115", "hud/killicons/l115", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_mp5", "hud/killicons/mp5", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_mr96", "hud/killicons/mr96", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_smoke_thrown", "hud/killicons/smoke_grenade", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_fiveseven", "hud/killicons/fiveseven", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_g36c", "hud/killicons/g36c", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_l85a2", "hud/killicons/l85a2", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_m3super90", "hud/killicons/m3super90", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_m14", "hud/killicons/m14", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_m249_official", "hud/killicons/m249", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_m1911", "hud/killicons/m1911", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_mac11", "hud/killicons/mac11", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_makarov", "hud/killicons/makarov", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_p99", "hud/killicons/p99", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_scarh", "hud/killicons/scarh", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_shorty", "hud/killicons/shorty", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_ump45", "hud/killicons/ump45", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_vss", "hud/killicons/vss", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_famasg2_official", "hud/killicons/famas", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_mp7_official", "hud/killicons/mp7", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_xm1014_official", "hud/killicons/m1014", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_mp9_official", "hud/killicons/mp9", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_saiga12k_official", "hud/killicons/saiga", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_svd_official", "hud/killicons/svd", Color(255, 255, 255, 255))
|
||||
killicon.Add("cw_akm_official", "hud/killicons/akm", Color(255, 255, 255, 255))
|
||||
end
|
||||
|
||||
hook.Add("Think", "", Initialize)
|
8
materials/hud/killicons/ak74.vmt
Executable file
8
materials/hud/killicons/ak74.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/ak74"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/ak74.vtf
Executable file
BIN
materials/hud/killicons/ak74.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/akm.vmt
Executable file
8
materials/hud/killicons/akm.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/akm"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/akm.vtf
Executable file
BIN
materials/hud/killicons/akm.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/ar15.vmt
Executable file
8
materials/hud/killicons/ar15.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/ar15"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/ar15.vtf
Executable file
BIN
materials/hud/killicons/ar15.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/deagle.vmt
Executable file
8
materials/hud/killicons/deagle.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/deagle"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/deagle.vtf
Executable file
BIN
materials/hud/killicons/deagle.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/famas.vmt
Executable file
8
materials/hud/killicons/famas.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/famas"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/famas.vtf
Executable file
BIN
materials/hud/killicons/famas.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/fiveseven.vmt
Executable file
8
materials/hud/killicons/fiveseven.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/fiveseven"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/fiveseven.vtf
Executable file
BIN
materials/hud/killicons/fiveseven.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/flash_grenade.vmt
Executable file
8
materials/hud/killicons/flash_grenade.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/flash_grenade"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/flash_grenade.vtf
Executable file
BIN
materials/hud/killicons/flash_grenade.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/frag_grenade.vmt
Executable file
8
materials/hud/killicons/frag_grenade.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/frag_grenade"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/frag_grenade.vtf
Executable file
BIN
materials/hud/killicons/frag_grenade.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/g36c.vmt
Executable file
8
materials/hud/killicons/g36c.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/g36c"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/g36c.vtf
Executable file
BIN
materials/hud/killicons/g36c.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/g3a3.vmt
Executable file
8
materials/hud/killicons/g3a3.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/g3a3"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/g3a3.vtf
Executable file
BIN
materials/hud/killicons/g3a3.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/l115.vmt
Executable file
8
materials/hud/killicons/l115.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/l115"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/l115.vtf
Executable file
BIN
materials/hud/killicons/l115.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/l85a2.vmt
Executable file
8
materials/hud/killicons/l85a2.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/l85a2"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/l85a2.vtf
Executable file
BIN
materials/hud/killicons/l85a2.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/m1014.vmt
Executable file
8
materials/hud/killicons/m1014.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/m1014"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/m1014.vtf
Executable file
BIN
materials/hud/killicons/m1014.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/m14.vmt
Executable file
8
materials/hud/killicons/m14.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/m14"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/m14.vtf
Executable file
BIN
materials/hud/killicons/m14.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/m1911.vmt
Executable file
8
materials/hud/killicons/m1911.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/m1911"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/m1911.vtf
Executable file
BIN
materials/hud/killicons/m1911.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/m249.vmt
Executable file
8
materials/hud/killicons/m249.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/m249"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/m249.vtf
Executable file
BIN
materials/hud/killicons/m249.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/m3super90.vmt
Executable file
8
materials/hud/killicons/m3super90.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/m3super90"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/m3super90.vtf
Executable file
BIN
materials/hud/killicons/m3super90.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/mac11.vmt
Executable file
8
materials/hud/killicons/mac11.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/mac11"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/mac11.vtf
Executable file
BIN
materials/hud/killicons/mac11.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/makarov.vmt
Executable file
8
materials/hud/killicons/makarov.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/makarov"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/makarov.vtf
Executable file
BIN
materials/hud/killicons/makarov.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/mp5.vmt
Executable file
8
materials/hud/killicons/mp5.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/mp5"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/mp5.vtf
Executable file
BIN
materials/hud/killicons/mp5.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/mp7.vmt
Executable file
8
materials/hud/killicons/mp7.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/mp7"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/mp7.vtf
Executable file
BIN
materials/hud/killicons/mp7.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/mp9.vmt
Executable file
8
materials/hud/killicons/mp9.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/mp9"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/mp9.vtf
Executable file
BIN
materials/hud/killicons/mp9.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/mr96.vmt
Executable file
8
materials/hud/killicons/mr96.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/mr96"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/mr96.vtf
Executable file
BIN
materials/hud/killicons/mr96.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/p99.vmt
Executable file
8
materials/hud/killicons/p99.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/p99"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/p99.vtf
Executable file
BIN
materials/hud/killicons/p99.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/saiga.vmt
Executable file
8
materials/hud/killicons/saiga.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/saiga"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/saiga.vtf
Executable file
BIN
materials/hud/killicons/saiga.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/scarh.vmt
Executable file
8
materials/hud/killicons/scarh.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/scarh"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/scarh.vtf
Executable file
BIN
materials/hud/killicons/scarh.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/shorty.vmt
Executable file
8
materials/hud/killicons/shorty.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/shorty"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/shorty.vtf
Executable file
BIN
materials/hud/killicons/shorty.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/smoke_grenade.vmt
Executable file
8
materials/hud/killicons/smoke_grenade.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/smoke_grenade"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/smoke_grenade.vtf
Executable file
BIN
materials/hud/killicons/smoke_grenade.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/svd.vmt
Executable file
8
materials/hud/killicons/svd.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/svd"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/svd.vtf
Executable file
BIN
materials/hud/killicons/svd.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/ump45.vmt
Executable file
8
materials/hud/killicons/ump45.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/ump45"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/ump45.vtf
Executable file
BIN
materials/hud/killicons/ump45.vtf
Executable file
Binary file not shown.
8
materials/hud/killicons/vss.vmt
Executable file
8
materials/hud/killicons/vss.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "HUD/killicons/vss"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/hud/killicons/vss.vtf
Executable file
BIN
materials/hud/killicons/vss.vtf
Executable file
Binary file not shown.
8
materials/vgui/entities/cw_ak74.vmt
Executable file
8
materials/vgui/entities/cw_ak74.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/entities/cw_ak74"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/vgui/entities/cw_ak74.vtf
Executable file
BIN
materials/vgui/entities/cw_ak74.vtf
Executable file
Binary file not shown.
8
materials/vgui/entities/cw_akm_official.vmt
Executable file
8
materials/vgui/entities/cw_akm_official.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/entities/cw_akm_official"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/vgui/entities/cw_akm_official.vtf
Executable file
BIN
materials/vgui/entities/cw_akm_official.vtf
Executable file
Binary file not shown.
8
materials/vgui/entities/cw_ar15.vmt
Executable file
8
materials/vgui/entities/cw_ar15.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/entities/cw_ar15"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/vgui/entities/cw_ar15.vtf
Executable file
BIN
materials/vgui/entities/cw_ar15.vtf
Executable file
Binary file not shown.
8
materials/vgui/entities/cw_deagle.vmt
Executable file
8
materials/vgui/entities/cw_deagle.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/entities/cw_deagle"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/vgui/entities/cw_deagle.vtf
Executable file
BIN
materials/vgui/entities/cw_deagle.vtf
Executable file
Binary file not shown.
8
materials/vgui/entities/cw_famasg2_official.vmt
Executable file
8
materials/vgui/entities/cw_famasg2_official.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/entities/cw_famasg2_official"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/vgui/entities/cw_famasg2_official.vtf
Executable file
BIN
materials/vgui/entities/cw_famasg2_official.vtf
Executable file
Binary file not shown.
8
materials/vgui/entities/cw_fiveseven.vmt
Executable file
8
materials/vgui/entities/cw_fiveseven.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/entities/cw_fiveseven"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/vgui/entities/cw_fiveseven.vtf
Executable file
BIN
materials/vgui/entities/cw_fiveseven.vtf
Executable file
Binary file not shown.
8
materials/vgui/entities/cw_flash_grenade.vmt
Executable file
8
materials/vgui/entities/cw_flash_grenade.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/entities/cw_flash_grenade"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/vgui/entities/cw_flash_grenade.vtf
Executable file
BIN
materials/vgui/entities/cw_flash_grenade.vtf
Executable file
Binary file not shown.
8
materials/vgui/entities/cw_frag_grenade.vmt
Executable file
8
materials/vgui/entities/cw_frag_grenade.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/entities/cw_frag_grenade"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/vgui/entities/cw_frag_grenade.vtf
Executable file
BIN
materials/vgui/entities/cw_frag_grenade.vtf
Executable file
Binary file not shown.
8
materials/vgui/entities/cw_g36c.vmt
Executable file
8
materials/vgui/entities/cw_g36c.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/entities/cw_g36c"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/vgui/entities/cw_g36c.vtf
Executable file
BIN
materials/vgui/entities/cw_g36c.vtf
Executable file
Binary file not shown.
8
materials/vgui/entities/cw_g3a3.vmt
Executable file
8
materials/vgui/entities/cw_g3a3.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/entities/cw_g3a3"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/vgui/entities/cw_g3a3.vtf
Executable file
BIN
materials/vgui/entities/cw_g3a3.vtf
Executable file
Binary file not shown.
8
materials/vgui/entities/cw_l115.vmt
Executable file
8
materials/vgui/entities/cw_l115.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/entities/cw_l115"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/vgui/entities/cw_l115.vtf
Executable file
BIN
materials/vgui/entities/cw_l115.vtf
Executable file
Binary file not shown.
8
materials/vgui/entities/cw_l85a2.vmt
Executable file
8
materials/vgui/entities/cw_l85a2.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/entities/cw_l85a2"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/vgui/entities/cw_l85a2.vtf
Executable file
BIN
materials/vgui/entities/cw_l85a2.vtf
Executable file
Binary file not shown.
8
materials/vgui/entities/cw_m14.vmt
Executable file
8
materials/vgui/entities/cw_m14.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/entities/cw_m14"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/vgui/entities/cw_m14.vtf
Executable file
BIN
materials/vgui/entities/cw_m14.vtf
Executable file
Binary file not shown.
8
materials/vgui/entities/cw_m1911.vmt
Executable file
8
materials/vgui/entities/cw_m1911.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/entities/cw_m1911"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/vgui/entities/cw_m1911.vtf
Executable file
BIN
materials/vgui/entities/cw_m1911.vtf
Executable file
Binary file not shown.
8
materials/vgui/entities/cw_m249_official.vmt
Executable file
8
materials/vgui/entities/cw_m249_official.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/entities/cw_m249_official"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/vgui/entities/cw_m249_official.vtf
Executable file
BIN
materials/vgui/entities/cw_m249_official.vtf
Executable file
Binary file not shown.
8
materials/vgui/entities/cw_m3super90.vmt
Executable file
8
materials/vgui/entities/cw_m3super90.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/entities/cw_m3super90"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/vgui/entities/cw_m3super90.vtf
Executable file
BIN
materials/vgui/entities/cw_m3super90.vtf
Executable file
Binary file not shown.
8
materials/vgui/entities/cw_mac11.vmt
Executable file
8
materials/vgui/entities/cw_mac11.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/entities/cw_mac11"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/vgui/entities/cw_mac11.vtf
Executable file
BIN
materials/vgui/entities/cw_mac11.vtf
Executable file
Binary file not shown.
8
materials/vgui/entities/cw_makarov.vmt
Executable file
8
materials/vgui/entities/cw_makarov.vmt
Executable file
@ -0,0 +1,8 @@
|
||||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/entities/cw_makarov"
|
||||
"$nolod" 1
|
||||
"$translucent" 1
|
||||
"$vertexalpha" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
materials/vgui/entities/cw_makarov.vtf
Executable file
BIN
materials/vgui/entities/cw_makarov.vtf
Executable file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user