Skip to content

Commit db27b14

Browse files
authored
Team Fortress 2: update Metamod default branch (#1222)
1 parent efe18f6 commit db27b14

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

team-fortress2config.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,15 +1018,16 @@
10181018
"DisplayName": "Metamod Branch",
10191019
"Category": "Updates",
10201020
"Subcategory": "Metamod and SourceMod:build:3",
1021-
"Description": "Specifies the [Metamod](https://www.metamodsource.net/downloads.php) branch to install",
1021+
"Description": "Specifies the [Metamod](https://www.metamodsource.net/downloads.php) branch to install. Note the Stable branch may not work with the 64 bit server",
10221022
"Keywords": "metamod,branch",
10231023
"FieldName": "ModBranch",
10241024
"InputType": "enum",
10251025
"ParamFieldName": "ModBranch",
1026-
"DefaultValue": "1.11",
1026+
"DefaultValue": "1.12",
10271027
"EnumValues": {
1028-
"1.11": "Stable (1.11) (default)",
1029-
"1.12": "Development (1.12)"
1028+
"1.11": "Stable (1.11)",
1029+
"1.12": "Development (1.12) (default)",
1030+
"2.0": "Development (2.0)"
10301031
}
10311032
},
10321033
{
@@ -1038,8 +1039,8 @@
10381039
"FieldName": "MetamodBuild",
10391040
"InputType": "number",
10401041
"ParamFieldName": "MetamodBuild",
1041-
"DefaultValue": "1156",
1042-
"Placeholder": "1156",
1042+
"DefaultValue": "1211",
1043+
"Placeholder": "1211",
10431044
"EnumValues": {}
10441045
},
10451046
{
@@ -1067,8 +1068,8 @@
10671068
"FieldName": "SourceModVersion",
10681069
"InputType": "number",
10691070
"ParamFieldName": "SourceModVersion",
1070-
"DefaultValue": "7169",
1071-
"Placeholder": "7169",
1071+
"DefaultValue": "7176",
1072+
"Placeholder": "7176",
10721073
"EnumValues": {}
10731074
}
10741075
]

0 commit comments

Comments
 (0)