Add initial files

This commit is contained in:
Brandon Sturgeon 2023-08-13 13:46:13 -07:00
parent 099545d4f2
commit 3e970ef9f2
No known key found for this signature in database
GPG Key ID: D2B85AB23C6D80C2
126 changed files with 540 additions and 0 deletions

9
addon.json Executable file
View File

@ -0,0 +1,9 @@
{
"title": "CW 2.0 Spawn menu & Kill icons (Extra CW 2.0 Included)",
"type": "weapon",
"tags": [
"realism",
"fun"
],
"ignore": []
}

View 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)

View 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

Binary file not shown.

View 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

Binary file not shown.

View 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

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "HUD/killicons/deagle"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View 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

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "HUD/killicons/fiveseven"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "HUD/killicons/flash_grenade"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "HUD/killicons/frag_grenade"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View 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

Binary file not shown.

View 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

Binary file not shown.

View 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

Binary file not shown.

View 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

Binary file not shown.

View 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

Binary file not shown.

View 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

Binary file not shown.

View 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

Binary file not shown.

View 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

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "HUD/killicons/m3super90"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View 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

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "HUD/killicons/makarov"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View 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

Binary file not shown.

View 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

Binary file not shown.

View 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

Binary file not shown.

View 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

Binary file not shown.

View 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

Binary file not shown.

View 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

Binary file not shown.

View 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

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "HUD/killicons/shorty"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "HUD/killicons/smoke_grenade"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View 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

Binary file not shown.

View 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

Binary file not shown.

View 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

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "vgui/entities/cw_ak74"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "vgui/entities/cw_akm_official"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "vgui/entities/cw_ar15"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "vgui/entities/cw_deagle"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "vgui/entities/cw_famasg2_official"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "vgui/entities/cw_fiveseven"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "vgui/entities/cw_flash_grenade"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "vgui/entities/cw_frag_grenade"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "vgui/entities/cw_g36c"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "vgui/entities/cw_g3a3"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "vgui/entities/cw_l115"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "vgui/entities/cw_l85a2"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "vgui/entities/cw_m14"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "vgui/entities/cw_m1911"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "vgui/entities/cw_m249_official"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "vgui/entities/cw_m3super90"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "vgui/entities/cw_mac11"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "vgui/entities/cw_makarov"
"$nolod" 1
"$translucent" 1
"$vertexalpha" 1
"$vertexcolor" 1
}

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More