Question Weapon Chams

Status
Not open for further replies.

Works1222

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Dec 23, 2019
Messages
7
Reaction score
42
Hello I'm looking for the source of the animated weapon chams I can't find anywhere
 

Attachments

  • HrDG9vOCQfOWg0zmGuBaPA.png
    HrDG9vOCQfOWg0zmGuBaPA.png
    1 MB · Views: 83

PostmanTapOwO

very cool
User
very cool
User
Status
Offline
Joined
Jun 14, 2019
Messages
19
Reaction score
5
Code:
    std::ofstream{ "csgo/materials/chamsAnimated.vmt" } <<
        "VertexLitGeneric { $envmap editor/cube_vertigo $envmapcontrast 1 $envmaptint \"[.7 .7 .7]\" $basetexture dev/zone_warning proxies { texturescroll { texturescrollvar $basetexturetransform texturescrollrate 0.6 texturescrollangle 90 } } }";


    materialAnimated = g_MatSystem->FindMaterial("chamsAnimated", TEXTURE_GROUP_MODEL);
 

Works1222

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Dec 23, 2019
Messages
7
Reaction score
42
r
Code:
    std::ofstream{ "csgo/materials/chamsAnimated.vmt" } <<
        "VertexLitGeneric { $envmap editor/cube_vertigo $envmapcontrast 1 $envmaptint \"[.7 .7 .7]\" $basetexture dev/zone_warning proxies { texturescroll { texturescrollvar $basetexturetransform texturescrollrate 0.6 texturescrollangle 90 } } }";


    materialAnimated = g_MatSystem->FindMaterial("chamsAnimated", TEXTURE_GROUP_MODEL);
thanks
 

ZippoX

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Nov 4, 2020
Messages
1
Reaction score
0
Sorry to ask on an old thread, but does someone know how to change the "matrix" color from black to something else? (I can change chams color, but the "flow" is black only.)
 
Status
Not open for further replies.
Top