军团要塞2经典版 版本对比

变更: v1.0.2v1.0.3 2026-06-30 08:33 → 2026-06-30 10:28
v1.0.2 v1.0.3
-11 +11
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2024-06-01T00:04:56+00:00",
8 "name": "Team Fortress 2 Classic",
9 "author": "eggs@scattergun.io",
10 - "description": "Team Fortress 2 Classic is a free mod of the 2007 game Team Fortress 2, developed by Eminoma and utilizing the Source engine.",
11 "features": [
12 "steam_disk_space"
13 ],
展开 17 行未改动
31 },
32 "variables": [
33 {
34 - "name": "Game ID",
35 - "description": "The ID corresponding to the game to download and run using SRCDS.",
36 "env_variable": "SRCDS_APPID",
37 "default_value": "244310",
38 "user_viewable": true,
39 "user_editable": false,
40 "rules": "required|in:244310",
41 "field_type": "text"
42 },
43 {
44 - "name": "Game Name",
45 - "description": "The name corresponding to the game to download and run using SRCDS.",
46 "env_variable": "SRCDS_GAME",
47 "default_value": "tf2classic",
48 "user_viewable": true,
49 "user_editable": false,
50 "rules": "required|in:tf2classic",
51 "field_type": "text"
52 },
53 {
54 - "name": "Default Map",
55 - "description": "The default map to use when starting the server.",
56 "env_variable": "SRCDS_MAP",
57 "default_value": "ctf_2fort",
58 "user_viewable": true,
59 "user_editable": true,
60 "rules": "required|regex:/^(\\w{1,20})$/",
61 "field_type": "text"
62 },
63 {
64 - "name": "Game Version",
65 - "description": "Version of TF2C to download.",
66 "env_variable": "GAMEVERSION",
67 "default_value": "latest",
68 "user_viewable": true,
69 "user_editable": true,
70 "rules": "required|string|max:20",
71 "field_type": "text"
72 },
73 {
74 - "name": "Max Players",
75 - "description": "The maximum amount of players allowed on the server.",
76 "env_variable": "MAXPLAYERS",
77 "default_value": "24",
78 "user_viewable": true,
展开 3 行未改动
82 }
83 ]
84 }
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2024-06-01T00:04:56+00:00",
8 "name": "Team Fortress 2 Classic",
9 "author": "eggs@scattergun.io",
10 + "description": "《军团要塞2:经典版》是2007年游戏《军团要塞2》的一款免费模组,由Eminoma开发,采用Source引擎制作。",
11 "features": [
12 "steam_disk_space"
13 ],
展开 17 行未改动
31 },
32 "variables": [
33 {
34 + "name": "游戏ID",
35 + "description": "使用SRCDS下载并运行游戏对应的ID。",
36 "env_variable": "SRCDS_APPID",
37 "default_value": "244310",
38 "user_viewable": true,
39 "user_editable": false,
40 "rules": "required|in:244310",
41 "field_type": "text"
42 },
43 {
44 + "name": "游戏名称",
45 + "description": "使用SRCDS下载并运行的游戏对应的名称。",
46 "env_variable": "SRCDS_GAME",
47 "default_value": "tf2classic",
48 "user_viewable": true,
49 "user_editable": false,
50 "rules": "required|in:tf2classic",
51 "field_type": "text"
52 },
53 {
54 + "name": "默认地图",
55 + "description": "启动服务器时使用的默认地图。",
56 "env_variable": "SRCDS_MAP",
57 "default_value": "ctf_2fort",
58 "user_viewable": true,
59 "user_editable": true,
60 "rules": "required|regex:/^(\\w{1,20})$/",
61 "field_type": "text"
62 },
63 {
64 + "name": "游戏版本",
65 + "description": "要下载的TF2C版本。",
66 "env_variable": "GAMEVERSION",
67 "default_value": "latest",
68 "user_viewable": true,
69 "user_editable": true,
70 "rules": "required|string|max:20",
71 "field_type": "text"
72 },
73 {
74 + "name": "最大玩家数",
75 + "description": "服务器允许的最大玩家数量。",
76 "env_variable": "MAXPLAYERS",
77 "default_value": "24",
78 "user_viewable": true,
展开 3 行未改动
82 }
83 ]
84 }