叛乱:沙暴 版本对比

变更: v1.0.1v1.0.2 2026-06-30 08:31 → 2026-06-30 10:25
v1.0.1 v1.0.2
-20 +20
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2023-11-13T18:26:59+01:00",
8 "name": "Insurgency: Sandstorm",
9 "author": "brycea@terrahost.cloud",
10 - "description": "Insurgency: Sandstorm is a team-based, tactical FPS based on lethal close quarters combat and objective-oriented multiplayer gameplay. Experience the intensity of modern combat where skill is rewarded, and teamwork wins the fight.",
11 "features": null,
12 "docker_images": {
13 "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/steamcmd:ubuntu": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/steamcmd:ubuntu"
展开 15 行未改动
29 },
30 "variables": [
31 {
32 - "name": "App ID",
33 - "description": "The ID corresponding to the game to download and run. Leave blank to avoid auto update.",
34 "env_variable": "SRCDS_APPID",
35 "default_value": "581330",
36 "user_viewable": true,
37 "user_editable": false,
38 "rules": "nullable|numeric",
39 "field_type": "text"
40 },
41 {
42 - "name": "Server Name",
43 - "description": "The name to appear in the server in the server list.",
44 "env_variable": "HOSTNAME",
45 "default_value": "My Insurgency Server",
46 "user_viewable": true,
47 "user_editable": true,
48 "rules": "required|string|max:64",
49 "field_type": "text"
50 },
51 {
52 - "name": "Query Port",
53 - "description": "Query port for your Insurgency server.",
54 "env_variable": "QUERY_PORT",
55 "default_value": "27131",
56 "user_viewable": true,
57 "user_editable": true,
58 "rules": "required|numeric",
59 "field_type": "text"
60 },
61 {
62 - "name": "Max Players",
63 - "description": "Sets the maximum number of players.",
64 "env_variable": "MAX_PLAYERS",
65 "default_value": "28",
66 "user_viewable": true,
67 "user_editable": true,
68 "rules": "required|numeric",
69 "field_type": "text"
70 },
71 {
72 - "name": "Default Map",
73 - "description": "Default map to run when starting the server. Scenario must be available with the provided map.",
74 "env_variable": "MAP_NAME",
75 "default_value": "Canyon",
76 "user_viewable": true,
77 "user_editable": true,
78 "rules": "required|string",
79 "field_type": "text"
80 },
81 {
82 - "name": "Scenario Name",
83 - "description": "By default, a server will cycle through all Versus (PVP) scenarios available.",
84 "env_variable": "SCENARIO",
85 "default_value": "Scenario_Crossing_Checkpoint_Insurgents",
86 "user_viewable": true,
87 "user_editable": true,
88 "rules": "required|string",
89 "field_type": "text"
90 },
91 {
92 - "name": "Additional Switches",
93 - "description": "Please see this guide for available switches https://mod.io/g/insurgencysandstorm/r/server-admin-guide",
94 "env_variable": "ADDSWITCHES",
95 "default_value": "",
96 "user_viewable": true,
97 "user_editable": true,
98 "rules": "nullable|string",
99 "field_type": "text"
100 },
101 {
102 - "name": "Game Stats Token",
103 - "description": "Generate your token here https://gamestats.sandstorm.game/. This is required to have your server show up in the server browser.",
104 "env_variable": "GST",
105 "default_value": "",
106 "user_viewable": true,
107 "user_editable": true,
108 "rules": "nullable|string",
109 "field_type": "text"
110 },
111 {
112 - "name": "GSLT Authentication",
113 - "description": "Generate your token here https://steamcommunity.com/dev/managegameservers. This is required to have your server show up in the server browser.",
114 "env_variable": "GSLTT",
115 "default_value": "",
116 "user_viewable": true,
117 "user_editable": true,
118 "rules": "nullable|string|max:32",
119 "field_type": "text"
120 },
121 {
122 - "name": "Auto Update",
123 "description": "",
124 "env_variable": "AUTO_UPDATE",
125 "default_value": "1",
展开 4 行未改动
130 }
131 ]
132 }
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2023-11-13T18:26:59+01:00",
8 "name": "Insurgency: Sandstorm",
9 "author": "brycea@terrahost.cloud",
10 + "description": "《叛乱:沙暴》是一款以团队为基础的战术第一人称射击游戏,聚焦于致命的近距离战斗和目标导向的多人玩法。体验现代战斗的紧张刺激,在这里技巧得到回报,团队合作赢得胜利。",
11 "features": null,
12 "docker_images": {
13 "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/steamcmd:ubuntu": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/steamcmd:ubuntu"
展开 15 行未改动
29 },
30 "variables": [
31 {
32 + "name": "应用ID",
33 + "description": "游戏对应的ID,用于下载和运行。留空可避免自动更新。",
34 "env_variable": "SRCDS_APPID",
35 "default_value": "581330",
36 "user_viewable": true,
37 "user_editable": false,
38 "rules": "nullable|numeric",
39 "field_type": "text"
40 },
41 {
42 + "name": "服务器名称",
43 + "description": "服务器列表中显示的名称。",
44 "env_variable": "HOSTNAME",
45 "default_value": "My Insurgency Server",
46 "user_viewable": true,
47 "user_editable": true,
48 "rules": "required|string|max:64",
49 "field_type": "text"
50 },
51 {
52 + "name": "查询端口",
53 + "description": "你的叛乱服务器的查询端口。",
54 "env_variable": "QUERY_PORT",
55 "default_value": "27131",
56 "user_viewable": true,
57 "user_editable": true,
58 "rules": "required|numeric",
59 "field_type": "text"
60 },
61 {
62 + "name": "最大玩家数",
63 + "description": "设置最大玩家数量。",
64 "env_variable": "MAX_PLAYERS",
65 "default_value": "28",
66 "user_viewable": true,
67 "user_editable": true,
68 "rules": "required|numeric",
69 "field_type": "text"
70 },
71 {
72 + "name": "默认地图",
73 + "description": "启动服务器时默认运行的地图。场景必须与提供的地图一起可用。",
74 "env_variable": "MAP_NAME",
75 "default_value": "Canyon",
76 "user_viewable": true,
77 "user_editable": true,
78 "rules": "required|string",
79 "field_type": "text"
80 },
81 {
82 + "name": "场景名称",
83 + "description": "默认情况下,服务器会循环所有可用的对抗(PVP)场景。",
84 "env_variable": "SCENARIO",
85 "default_value": "Scenario_Crossing_Checkpoint_Insurgents",
86 "user_viewable": true,
87 "user_editable": true,
88 "rules": "required|string",
89 "field_type": "text"
90 },
91 {
92 + "name": "附加开关",
93 + "description": "请参阅此指南了解可用开关:https://mod.io/g/insurgencysandstorm/r/server-admin-guide",
94 "env_variable": "ADDSWITCHES",
95 "default_value": "",
96 "user_viewable": true,
97 "user_editable": true,
98 "rules": "nullable|string",
99 "field_type": "text"
100 },
101 {
102 + "name": "游戏统计令牌",
103 + "description": "在此处生成您的令牌:https://gamestats.sandstorm.game/。这是让您的服务器在服务器浏览器中显示所必需的。",
104 "env_variable": "GST",
105 "default_value": "",
106 "user_viewable": true,
107 "user_editable": true,
108 "rules": "nullable|string",
109 "field_type": "text"
110 },
111 {
112 + "name": "GSLT 认证",
113 + "description": "在此处生成您的令牌:https://steamcommunity.com/dev/managegameservers。这是让您的服务器在服务器浏览器中显示所必需的。",
114 "env_variable": "GSLTT",
115 "default_value": "",
116 "user_viewable": true,
117 "user_editable": true,
118 "rules": "nullable|string|max:32",
119 "field_type": "text"
120 },
121 {
122 + "name": "自动更新",
123 "description": "",
124 "env_variable": "AUTO_UPDATE",
125 "default_value": "1",
展开 4 行未改动
130 }
131 ]
132 }