a9k + custom sticker

This commit is contained in:
Darsu 2022-12-26 15:04:53 +07:00
parent 79eba96997
commit 75c887bbbd
5 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,14 @@
ATT.PrintName = [[ARCTICTHRON 9.000 WEAPON BASE]]
ATT.CompactName = "A9K"
ATT.Description = [[ARCTICTHRON 9.000 WEAPON BASE
Sticker included in ARC9 Base.]]
ATT.Icon = Material("stickers/a9k")
ATT.SortOrder = 0
ATT.Free = true
ATT.Folder = "Stickers"
ATT.Category = "stickers"
ATT.StickerMaterial = "stickers/a9k"

View File

@ -0,0 +1,17 @@
ATT.PrintName = [[Your spray here]]
ATT.CompactName = "Custom"
ATT.Description = [[write some description idk
need write something about this sticker uses local material so everyone will see their own spray
Sticker included in ARC9 Base.]]
-- ATT.Icon = Material("decals/playerlogo01")
ATT.Icon = Material("stickers/spray")
ATT.SortOrder = 0
ATT.Free = true
ATT.Folder = "Stickers"
ATT.Category = "stickers"
-- ATT.StickerMaterial = "decals/playerlogo01"
ATT.StickerMaterial = "stickers/spray"

View File

@ -0,0 +1,8 @@
"vertexlitgeneric"
{
"$basetexture" "stickers\a9k"
// "$bumpmap" "stickers\a9k"
// "$phong" "1"
"$alphatest" "1"
"$decal" "1"
}

BIN
materials/stickers/a9k.vtf Normal file

Binary file not shown.

View File

@ -0,0 +1,6 @@
"vertexlitgeneric"
{
"$basetexture" "vgui\logos\spray"
"$alphatest" "1"
"$decal" "1"
}