Skip to content

Commit d0aaab5

Browse files
fixed default .vmt having <texture> instead of <filename>
1 parent 85a9024 commit d0aaab5

File tree

750 files changed

+2156
-945
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

750 files changed

+2156
-945
lines changed

base.vmt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"LightmappedGeneric"
22
{
3-
"$basetexture" "<texture>"
3+
"$basetexture" "<filename>"
4+
5+
"%keywords" "<tags>"
46
}

displacement_base.vmt

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
WorldVertexTransition
22
{
3-
// generated with batch_vmt.py
3+
// generated with batch_vmt.py
44

5-
// Primary Texture
6-
"$basetexture" "<texture>"
7-
"$bumpmap" "<texture>_bump"
8-
// $surfaceprop <surfaceprop>
5+
// Primary Texture
6+
"$basetexture" "<filename>"
7+
// "$bumpmap" "<filename>_bump"
8+
// $surfaceprop <surfaceprop>
99

10-
// Secondary Texture
11-
"$basetexture2" "<texture>a"
12-
"$bumpmap2" "<texture>a_bump"
13-
// $surfaceprop2 <surfaceprop2>
10+
// Secondary Texture
11+
"$basetexture2" "<filename>a"
12+
// "$bumpmap2" "<filename>a_bump"
13+
// $surfaceprop2 <surfaceprop2>
1414

15-
"%tooltexture" "<texture>_editor"
15+
"%tooltexture" "<filename>_editor"
16+
"%keywords" "<tags>"
1617
}

tests/materials/0_0.vmt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"LightmappedGeneric"
22
{
3-
"$basetexture" "<texture>"
3+
"$basetexture" "tests/materials\0_0"
4+
5+
"%keywords" "final_test"
46
}

tests/materials/0_1.vmt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"LightmappedGeneric"
22
{
3-
"$basetexture" "<texture>"
3+
"$basetexture" "tests/materials\0_1"
4+
5+
"%keywords" "final_test"
46
}

tests/materials/0_10.vmt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"LightmappedGeneric"
22
{
3-
"$basetexture" "<texture>"
3+
"$basetexture" "tests/materials\0_10"
4+
5+
"%keywords" "final_test"
46
}

tests/materials/0_11.vmt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"LightmappedGeneric"
22
{
3-
"$basetexture" "<texture>"
3+
"$basetexture" "tests/materials\0_11"
4+
5+
"%keywords" "final_test"
46
}

tests/materials/0_12.vmt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"LightmappedGeneric"
22
{
3-
"$basetexture" "<texture>"
3+
"$basetexture" "tests/materials\0_12"
4+
5+
"%keywords" "final_test"
46
}

tests/materials/0_13.vmt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"LightmappedGeneric"
22
{
3-
"$basetexture" "<texture>"
3+
"$basetexture" "tests/materials\0_13"
4+
5+
"%keywords" "final_test"
46
}

tests/materials/0_14.vmt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"LightmappedGeneric"
22
{
3-
"$basetexture" "<texture>"
3+
"$basetexture" "tests/materials\0_14"
4+
5+
"%keywords" "final_test"
46
}

tests/materials/0_15.vmt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"LightmappedGeneric"
22
{
3-
"$basetexture" "<texture>"
3+
"$basetexture" "tests/materials\0_15"
4+
5+
"%keywords" "final_test"
46
}

0 commit comments

Comments
 (0)