Skip to content

Commit 8089410

Browse files
committed
fix random difficulty, offline practice updates
1 parent 5e2874d commit 8089410

File tree

19 files changed

+529
-3
lines changed

19 files changed

+529
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,3 +557,4 @@ bds_content/**/mapsrc/*.bsp
557557
bds_content/**/mapsrc/*.prt
558558
bds_content/**/mapsrc/*.vmx
559559

560+
game/*/OfflinePracticeconfig.vdf
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
"UnlitGeneric"
2+
{
3+
"$basetexture" "vgui\illustrations\gamemode_tdm"
4+
"$translucent" 1
5+
"$ignorez" 1
6+
"$vertexcolor" 1
7+
"$vertexalpha" 1
8+
}
4 MB
Binary file not shown.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"UnlitGeneric"
2+
{
3+
"$basetexture" "vgui\maps\menu_photos_ctf_2fort"
4+
"$translucent" 1
5+
"$ignorez" 1
6+
"$vertexcolor" 1
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"UnlitGeneric"
2+
{
3+
"$basetexture" "vgui\maps\menu_photos_arena_lumberyard"
4+
"$translucent" 1
5+
"$ignorez" 1
6+
"$vertexcolor" 1
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"UnlitGeneric"
2+
{
3+
"$basetexture" "vgui\maps\menu_photos_arena_ravine"
4+
"$translucent" 1
5+
"$ignorez" 1
6+
"$vertexcolor" 1
7+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
"UnlitGeneric"
2+
{
3+
"$basetexture" "vgui\training\screenshots\dm_2fort"
4+
"$translucent" 1
5+
"$ignorez" 1
6+
"$vertexcolor" 1
7+
"$vertexalpha" 1
8+
}
4 MB
Binary file not shown.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
"UnlitGeneric"
2+
{
3+
"$basetexture" "vgui\training\screenshots\dm_lumberyard"
4+
"$translucent" 1
5+
"$ignorez" 1
6+
"$vertexcolor" 1
7+
"$vertexalpha" 1
8+
}
Binary file not shown.

0 commit comments

Comments
 (0)