Info player realism

This commit is contained in:
Fesiug 2024-03-04 18:33:02 -05:00
parent a6d7604419
commit ebd4432d3b
Signed by: Fesiug
GPG Key ID: 374BFF45E1EEF243
18 changed files with 105 additions and 0 deletions

7
.gitattributes vendored
View File

@ -4,3 +4,10 @@
*.ttf filter=lfs diff=lfs merge=lfs -text
*.ogg filter=lfs diff=lfs merge=lfs -text
*.wav filter=lfs diff=lfs merge=lfs -text
*.vtf filter=lfs diff=lfs merge=lfs -text
*.dx90.vtx filter=lfs diff=lfs merge=lfs -text
*.phy filter=lfs diff=lfs merge=lfs -text
*.vvd filter=lfs diff=lfs merge=lfs -text
*.mdl filter=lfs diff=lfs merge=lfs -text

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.sw.vtx
*.dx80.vtx

View File

@ -0,0 +1,12 @@
"VertexlitGeneric"
{
"$basetexture" "infoplayerretard/atlas2"
"$bumpmap" "infoplayerretard/atlas_n"
"$pointsamplemagfilter" 1
"$phong" "1"
"$phongexponent" "24"
// "$phongalbedotint" "1"
"$phongboost" "0.1"
"$phongfresnelranges" "[.3 .3 .3]"
}

BIN
materials/infoplayerretard/atlas2.vtf (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,12 @@
"VertexlitGeneric"
{
"$basetexture" "infoplayerretard/atlas2_b"
"$bumpmap" "infoplayerretard/atlas_n"
"$pointsamplemagfilter" 1
"$phong" "1"
"$phongexponent" "24"
// "$phongalbedotint" "1"
"$phongboost" "0.1"
"$phongfresnelranges" "[.3 .3 .3]"
}

BIN
materials/infoplayerretard/atlas2_b.vtf (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,24 @@
"VertexlitGeneric"
{
"$basetexture" "infoplayerretard/atlas2_col"
"$bumpmap" "infoplayerretard/atlas_n"
"$pointsamplemagfilter" 1
"$phong" "1"
"$phongexponent" "24"
// "$phongalbedotint" "1"
"$phongboost" "0.1"
"$phongfresnelranges" "[.3 .3 .3]"
"$blendtintbybasealpha" "1"
"$blendtintcoloroverbase" "1"
Proxies
{
PlayerColor
{
resultVar $color2
default 1 0 0
}
}
}

BIN
materials/infoplayerretard/atlas2_col.vtf (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,12 @@
"VertexlitGeneric"
{
"$basetexture" "infoplayerretard/atlas2_t"
"$bumpmap" "infoplayerretard/atlas_n"
"$pointsamplemagfilter" 1
"$phong" "1"
"$phongexponent" "24"
// "$phongalbedotint" "1"
"$phongboost" "0.1"
"$phongfresnelranges" "[.3 .3 .3]"
}

BIN
materials/infoplayerretard/atlas2_t.vtf (Stored with Git LFS) Normal file

Binary file not shown.

BIN
materials/infoplayerretard/atlas_n.vtf (Stored with Git LFS) Normal file

Binary file not shown.

BIN
models/player/infoplayerrealism.dx90.vtx (Stored with Git LFS) Normal file

Binary file not shown.

BIN
models/player/infoplayerrealism.mdl (Stored with Git LFS) Normal file

Binary file not shown.

BIN
models/player/infoplayerrealism.phy (Stored with Git LFS) Normal file

Binary file not shown.

BIN
models/player/infoplayerrealism.vvd (Stored with Git LFS) Normal file

Binary file not shown.

BIN
models/player/infoplayerrealism_chands.dx90.vtx (Stored with Git LFS) Normal file

Binary file not shown.

BIN
models/player/infoplayerrealism_chands.mdl (Stored with Git LFS) Normal file

Binary file not shown.

BIN
models/player/infoplayerrealism_chands.vvd (Stored with Git LFS) Normal file

Binary file not shown.