Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
cf18254
Remove the 5 second killbind limiter Fixes #151
allvei May 1, 2025
0fe7dd1
Undo unintended change
allvei May 2, 2025
d756984
Merge branch 'development' into allvei/151
allvei May 2, 2025
94972e7
Iron bomber random roll fix
kindredtf May 1, 2025
4a63d8c
Revert tickrate ratio
kindredtf May 2, 2025
2482393
CVar for controlling critical health value percentages.
allvei May 2, 2025
e820e03
Adjust values for CritHP% ConVar
allvei May 7, 2025
3b93227
Remove the 5 second killbind limiter Fixes #151
allvei May 1, 2025
49f35e3
Undo unintended change
allvei May 2, 2025
2e29868
Convert respawn time display from int to float with one decimal place
allvei Apr 26, 2025
4ace0a6
gitignore: don't push VSCode tasks extension config
allvei Apr 26, 2025
ff2c1e9
fix: show respawn imminent text if respawn time == 0
prplnorangesoda Apr 28, 2025
0cd5896
Revert unnecessary file change.
allvei May 1, 2025
1ca9273
fix: accounted for spec_freeze
allvei May 2, 2025
ac5ec56
Fix trail colors, add more crosshairs + trails, add filtered mipmaps …
kindredtf May 8, 2025
0842ced
Merge branch 'development' of https://github.com/p4sstime/p4ss into a…
kindredtf May 8, 2025
5652e8e
fix: viewmodel bug introduced in #152
kindredtf May 8, 2025
5382c65
fix: p4ss to pf was only changed in one place
kindredtf May 8, 2025
3a9db38
fix: custom animation to hide original left hand
kindredtf May 8, 2025
5a620e9
Merge pull request #160 from p4sstime/allvei/151
allvei May 8, 2025
d3590c6
Merge branch 'development' into original-hand-fix
allvei May 8, 2025
81bf3a8
Merge pull request #163 from p4sstime/original-hand-fix
allvei May 8, 2025
9391cbc
Update cbase.h (revert #define STAGING_ONLY)
prplnorangesoda May 10, 2025
4c7c0d8
Pause round timer while ball is not in play
allvei May 8, 2025
5921640
Add: 3 new hud crosshair vtfs for ballindicator
kindredtf May 9, 2025
4ac7191
Fix: ballindicator draw order & scale factor
kindredtf May 9, 2025
1721659
Fix: changed default crosshair scales to 31
kindredtf May 9, 2025
75711d3
Changed default ballindicator to pf logo
kindredtf May 9, 2025
6799745
Changed default crosshair color to pure white
kindredtf May 9, 2025
bc5ff1a
Add: cvar description for cl_crosshair_file
kindredtf May 9, 2025
6920513
Change default passtime reticles to fixed versions
kindredtf May 9, 2025
4cc03e8
JACK Swapout
YoYoBobbyJoe May 9, 2025
dfcacbb
New JACK Fixes
YoYoBobbyJoe May 9, 2025
722eb02
Surfaceproperties equalizer
YoYoBobbyJoe May 9, 2025
6c4ac09
fix: material paths corrected
kindredtf May 10, 2025
20a802c
Revert to 66tick (#181)
kindredtf May 10, 2025
6904b1c
fix: retain killstreaks with concommand `resupply`
allvei May 9, 2025
7e37573
Update .gitignore
Av3r4ge May 11, 2025
7d3921c
Remove dev flag from convar to disable holidays
allvei May 8, 2025
eb5651c
Multiskin Shrubbery With Treesway
YoYoBobbyJoe May 15, 2025
5c7deda
Arena2 RC1
YoYoBobbyJoe May 18, 2025
05dc801
Custom Assets Into VPKs
YoYoBobbyJoe May 18, 2025
22d9f5a
Arena2 Asset Fixes
YoYoBobbyJoe May 19, 2025
ef5f5ae
Initial materials for rc2
YoYoBobbyJoe Jul 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -561,3 +561,4 @@ game/p4ss/cfg/user.scr
game/p4ss/cfg/settings.scr
game/p4ss/screenshots/
game/p4ss/screenshots/*
.vscode/tasks.json
9 changes: 5 additions & 4 deletions game/p4ss/cfg/autoexec.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ mp_decals 25 // ^
cl_interp 0 // All of this sets interp/lerp to 15.2ms
cl_interp_ratio 0 // ^
rate 786432 // ^
cl_updaterate 128 // ^
cl_cmdrate 128 // ^
cl_updaterate 66 // ^
cl_cmdrate 66 // ^

sv_maxupdaterate 66
sv_maxcmdrate 66

sv_maxupdaterate 128
sv_maxcmdrate 128
2 changes: 1 addition & 1 deletion game/p4ss/cfg/p4ss_rgl_pt_base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tf_passtime_ball_damping_scale "0.01f"
tf_passtime_ball_drag_coefficient "0.01f"
tf_passtime_ball_inertia_scale "1.0f"
tf_passtime_ball_mass "1.0f"
tf_passtime_ball_model "models/passtime/ball/passtime_ball.mdl"
tf_passtime_ball_model "models/passtime/ball/passfortress_ball.mdl"
tf_passtime_ball_reset_time "15"
tf_passtime_ball_rotdamping_scale "1.0f"
tf_passtime_ball_seek_range "128"
Expand Down
2 changes: 2 additions & 0 deletions game/p4ss/gameinfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
// VPK and we can avoid making thousands of file system calls to attempt to open files
// in folders where they don't exist. (Searching a VPK is much faster than making an operating
// system call.)
game+mod |gameinfo_path|pf_test.vpk
game+mod |gameinfo_path|pf_textures.vpk
game_lv |appid_440|tf/tf2_lv.vpk
game+mod |appid_440|tf/tf2_textures.vpk
game+mod |appid_440|tf/tf2_sound_vo_english.vpk
Expand Down
Binary file added game/p4ss/maps/pass_arena2_rc1.bsp
Binary file not shown.
Binary file added game/p4ss/maps/pass_arena2_rc1.nav
Binary file not shown.
18 changes: 18 additions & 0 deletions game/p4ss/materials/concrete/blend_concrete_dirt.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
"WorldVertexTransition"
{
"$basetexture" "concrete/concretefloor003"
"$basetexture2" "nature/rockground002"

"$ssbump" 1
"$bumpmap" "concrete/concretefloor007b_height-ssbump"
"$bumpmap2" "nature/rockground002_height-ssbump"

"$blendmodulatetexture" "nature/snowgrass_blendmask"
//"$detail" "overlays/detail001"
//"$detailscale" "1.86"
//"$detailblendmode" 0
//"$detailblendfactor" "0.8"

"$surfaceprop" "concrete"
"%keywords" "tf,pf,arena,arena2"
}
Binary file not shown.
10 changes: 10 additions & 0 deletions game/p4ss/materials/concrete/concretewall_islandtan.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
"LightmappedGeneric"
{
"$baseTexture" "Concrete/concretewall_island001c"
"%keywords" "tf,pf,arena2,arena"
"$color" "{ 255 220 175 }"
"$detail" "overlays/detail001"
"$detailscale" "1.9"
"$detailblendmode" "0"
"$detailblendfactor" "1"
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
23 changes: 23 additions & 0 deletions game/p4ss/materials/models/passtime/ball/passfortress_ball_blu.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
VertexLitGeneric
{
$basetexture "models/passtime/ball/passfortress_ball_albedo_blu"
$bumpmap "models/passtime/ball/passfortress_ball_bump"

$envmap "env_cubemap"
$envmaptint "[.4 .525 .275]"
$envmapfresnel .1
$normalmapalphaenvmapmask 1

$phong 1
$phongalbedotint 1
//$phongtint "[1 1 1]"
$phongexponenttexture "models/passtime/ball/passfortress_ball_phong"
$phongexponentfactor 16
$phongboost 15
$phongfresnelranges "[0.2 1 1]"

$selfillum 1
$selfillummask "models/passtime/ball/passfortress_ball_emit"

$lightwarptexture "models/buildables/sentry1/Sentry1_lightwarp"
}
Binary file not shown.
Binary file not shown.
23 changes: 23 additions & 0 deletions game/p4ss/materials/models/passtime/ball/passfortress_ball_neu.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
VertexLitGeneric
{
$basetexture "models/passtime/ball/passfortress_ball_albedo_neu"
$bumpmap "models/passtime/ball/passfortress_ball_bump"

$envmap "env_cubemap"
$envmaptint "[.4 .525 .275]"
$envmapfresnel .1
$normalmapalphaenvmapmask 1

$phong 1
$phongalbedotint 1
//$phongtint "[1 1 1]"
$phongexponenttexture "models/passtime/ball/passfortress_ball_phong"
$phongexponentfactor 16
$phongboost 15
$phongfresnelranges "[0.2 1 1]"

$selfillum 0
$selfillummask "models/passtime/ball/passfortress_ball_emit"

$lightwarptexture "models/buildables/sentry1/Sentry1_lightwarp"
}
Binary file not shown.
23 changes: 23 additions & 0 deletions game/p4ss/materials/models/passtime/ball/passfortress_ball_red.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
VertexLitGeneric
{
$basetexture "models/passtime/ball/passfortress_ball_albedo_red"
$bumpmap "models/passtime/ball/passfortress_ball_bump"

$envmap "env_cubemap"
$envmaptint "[.4 .525 .275]"
$envmapfresnel .1
$normalmapalphaenvmapmask 1

$phong 1
$phongalbedotint 1
//$phongtint "[1 1 1]"
$phongexponenttexture "models/passtime/ball/passfortress_ball_phong"
$phongexponentfactor 16
$phongboost 15
$phongfresnelranges "[0.2 1 1]"

$selfillum 1
$selfillummask "models/passtime/ball/passfortress_ball_emit"

$lightwarptexture "models/buildables/sentry1/Sentry1_lightwarp"
}
Binary file added game/p4ss/materials/overlays/hazard_paint.vtf
Binary file not shown.
9 changes: 9 additions & 0 deletions game/p4ss/materials/overlays/hazard_paint_blue.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"LightmappedGeneric"
{
"$basetexture" "overlays/hazard_paint"
"$translucent" 1
"$color" "{1 18 132}"
"$envmap" "env_cubemap"
"$envmaptint" "{1 18 132}"
"%keywords" "tf,pf,overlay"
}
9 changes: 9 additions & 0 deletions game/p4ss/materials/overlays/hazard_paint_red.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"LightmappedGeneric"
{
"$basetexture" "overlays/hazard_paint"
"$translucent" 1
"$color" "{171 6 1}"
"$envmap" "env_cubemap"
"$envmaptint" "{171 6 1}"
"%keywords" "tf,pf,overlay"
}
6 changes: 6 additions & 0 deletions game/p4ss/materials/overlays/hazard_paint_white.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"LightmappedGeneric"
{
"$basetexture" "overlays/hazard_paint"
"$translucent" 1
"%keywords" "tf,pf,overlay"
}
9 changes: 9 additions & 0 deletions game/p4ss/materials/overlays/hazard_paint_yellow.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"LightmappedGeneric"
{
"$basetexture" "overlays/hazard_paint"
"$translucent" 1
"$color" "{184 146 1}"
"$envmap" "env_cubemap"
"$envmaptint" "{184 146 1}"
"%keywords" "tf,pf,overlay"
}
8 changes: 8 additions & 0 deletions game/p4ss/materials/passtime/passtime_balltrail_blu.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "trails/default"
"$translucent" "1"
"$color2" "[.3 .5 1]"
"$vertexalpha" "1"
"$vertexcolor" "1"
}
8 changes: 8 additions & 0 deletions game/p4ss/materials/passtime/passtime_balltrail_red.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "trails/default"
"$translucent" "1"
"$color2" "[1 .18 .18]"
"$vertexalpha" "1"
"$vertexcolor" "1"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "trails/default"
"$translucent" "1"
"$color2" "[1 1 1]"
"$vertexalpha" "1"
"$vertexcolor" "1"
}
Binary file modified game/p4ss/materials/reticles/a1.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a10.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a10o.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a11.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a11o.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a12.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a12o.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a1o.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a2.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a2o.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a3.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a3o.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a4.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a4o.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a5.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a5o.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a6.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a6o.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a7.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a7o.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a8.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a8o.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a9.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/a9o.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/b1.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/b10.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/b11.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/b12.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/b1o.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/b2.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/b2o.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/b3.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/b3o.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/b4.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/b4o.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/b5.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/b5o.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/b6.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/b6o.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/b7.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/b7o.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/b8.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/b8o.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/b9.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/b9o.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/c1.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/c2.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/c3.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/c4.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/c5.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/c6.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/none.vtf
Binary file not shown.
12 changes: 12 additions & 0 deletions game/p4ss/materials/reticles/p1fix.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
"UnlitGeneric"
{
"$basetexture" "reticles/p1fix"
"$translucent" 1
"$vertexcolor" 1
"$vertexalpha" 1
"$ignorez" 1
"$nofog" 1
"$nocull" 1

"$spriteorientation" 4
}
Binary file added game/p4ss/materials/reticles/p1fix.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/p2fix.vtf
Binary file not shown.
14 changes: 14 additions & 0 deletions game/p4ss/materials/reticles/pf.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
"UnlitGeneric"
{
"$basetexture" "reticles/pf"
"$translucent" 1
"$vertexcolor" 1
"$vertexalpha" 1
"$ignorez" 1
"$nofog" 1
"$nocull" 1


"$spriteorientation" 4

}
Binary file added game/p4ss/materials/reticles/pf.vtf
Binary file not shown.
14 changes: 14 additions & 0 deletions game/p4ss/materials/reticles/pf_pt.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
"UnlitGeneric"
{
"$basetexture" "reticles/pf_pt"
"$translucent" 1
"$vertexcolor" 1
"$vertexalpha" 1
"$ignorez" 1
"$nofog" 1
"$nocull" 1


"$spriteorientation" 4

}
Binary file added game/p4ss/materials/reticles/pf_pt.vtf
Binary file not shown.
14 changes: 14 additions & 0 deletions game/p4ss/materials/reticles/pfring.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
"UnlitGeneric"
{
"$basetexture" "reticles/pfring"
"$translucent" 1
"$vertexcolor" 1
"$vertexalpha" 1
"$ignorez" 1
"$nofog" 1
"$nocull" 1


"$spriteorientation" 4

}
Binary file added game/p4ss/materials/reticles/pfring.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/plfix.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/plfixdot.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/tf.vtf
Binary file not shown.
Binary file modified game/p4ss/materials/reticles/tfo.vtf
Binary file not shown.
Binary file added game/p4ss/materials/trails/default.vtf
Binary file not shown.
Binary file added game/p4ss/materials/trails/default_outline.vtf
Binary file not shown.
8 changes: 8 additions & 0 deletions game/p4ss/materials/trails/default_outline_b.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "trails/default_outline"
"$translucent" "1"
"$color2" "[.3 .5 1]"
"$vertexalpha" "1"
"$vertexcolor" "1"
}
8 changes: 8 additions & 0 deletions game/p4ss/materials/trails/default_outline_n.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "trails/default_outline"
"$translucent" "1"
"$color2" "[1 1 1]"
"$vertexalpha" "1"
"$vertexcolor" "1"
}
8 changes: 8 additions & 0 deletions game/p4ss/materials/trails/default_outline_r.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "trails/default_outline"
"$translucent" "1"
"$color2" "[1 .08 .08]"
"$vertexalpha" "1"
"$vertexcolor" "1"
}
Binary file added game/p4ss/materials/trails/flat.vtf
Binary file not shown.
8 changes: 8 additions & 0 deletions game/p4ss/materials/trails/flat_b.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "trails/flat"
"$translucent" "1"
"$color2" "[.3 .5 1]"
"$vertexalpha" "1"
"$vertexcolor" "1"
}
8 changes: 8 additions & 0 deletions game/p4ss/materials/trails/flat_n.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "trails/flat"
"$translucent" "1"
"$color2" "[1 1 1]"
"$vertexalpha" "1"
"$vertexcolor" "1"
}
Binary file added game/p4ss/materials/trails/flat_outline.vtf
Binary file not shown.
8 changes: 8 additions & 0 deletions game/p4ss/materials/trails/flat_outline_b.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "trails/flat_outline"
"$translucent" "1"
"$color2" "[.3 .5 1]"
"$vertexalpha" "1"
"$vertexcolor" "1"
}
8 changes: 8 additions & 0 deletions game/p4ss/materials/trails/flat_outline_n.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "trails/flat_outline"
"$translucent" "1"
"$color2" "[1 1 1]"
"$vertexalpha" "1"
"$vertexcolor" "1"
}
8 changes: 8 additions & 0 deletions game/p4ss/materials/trails/flat_outline_r.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "trails/flat_outline"
"$translucent" "1"
"$color2" "[1 .08 .08]"
"$vertexalpha" "1"
"$vertexcolor" "1"
}
8 changes: 8 additions & 0 deletions game/p4ss/materials/trails/flat_r.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "trails/flat"
"$translucent" "1"
"$color2" "[1 .08 .08]"
"$vertexalpha" "1"
"$vertexcolor" "1"
}
8 changes: 8 additions & 0 deletions game/p4ss/materials/vgui/crosshairs/1.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$translucent" 1
"$basetexture" "vgui/crosshairs/1"
"$vertexcolor" 1
"$no_fullbright" 1
"$ignorez" 1
}
Binary file added game/p4ss/materials/vgui/crosshairs/1.vtf
Binary file not shown.
8 changes: 8 additions & 0 deletions game/p4ss/materials/vgui/crosshairs/10.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$translucent" 1
"$basetexture" "vgui\crosshairs\10"
"$vertexcolor" 1
"$no_fullbright" 1
"$ignorez" 1
}
Binary file added game/p4ss/materials/vgui/crosshairs/10.vtf
Binary file not shown.
8 changes: 8 additions & 0 deletions game/p4ss/materials/vgui/crosshairs/11.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$translucent" 1
"$basetexture" "vgui\crosshairs\11"
"$vertexcolor" 1
"$no_fullbright" 1
"$ignorez" 1
}
Binary file added game/p4ss/materials/vgui/crosshairs/11.vtf
Binary file not shown.
8 changes: 8 additions & 0 deletions game/p4ss/materials/vgui/crosshairs/2.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$translucent" 1
"$basetexture" "vgui/crosshairs/2"
"$vertexcolor" 1
"$no_fullbright" 1
"$ignorez" 1
}
Binary file added game/p4ss/materials/vgui/crosshairs/2.vtf
Binary file not shown.
Loading