mirror of
https://github.com/HaodongMo/ARC-9.git
synced 2025-03-04 03:02:58 -05:00
a9k + custom sticker
This commit is contained in:
parent
79eba96997
commit
75c887bbbd
14
lua/arc9/common/attachments/sticker_a9k.lua
Normal file
14
lua/arc9/common/attachments/sticker_a9k.lua
Normal 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"
|
17
lua/arc9/common/attachments/sticker_spray.lua
Normal file
17
lua/arc9/common/attachments/sticker_spray.lua
Normal 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"
|
8
materials/stickers/a9k.vmt
Normal file
8
materials/stickers/a9k.vmt
Normal 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
BIN
materials/stickers/a9k.vtf
Normal file
Binary file not shown.
6
materials/stickers/spray.vmt
Normal file
6
materials/stickers/spray.vmt
Normal file
@ -0,0 +1,6 @@
|
||||
"vertexlitgeneric"
|
||||
{
|
||||
"$basetexture" "vgui\logos\spray"
|
||||
"$alphatest" "1"
|
||||
"$decal" "1"
|
||||
}
|
Loading…
Reference in New Issue
Block a user