-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrunRust.ssui
More file actions
41 lines (41 loc) · 1020 Bytes
/
runRust.ssui
File metadata and controls
41 lines (41 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"meta": {
"name": "Rust",
"version": "1.1"
},
"architecture": "linux",
"steam_app_id": "258550",
"steam_login_required": false,
"windows_executable": "./RustDedicated.exe",
"linux_executable": "./RustDedicated",
"args": {
"basic": [
{
"flag": "-server.port",
"default": "28015",
"required": true,
"requires_value": true,
"description": "Server port",
"type": "int",
"min": 1024,
"max": 49151,
"ui_label": "Server Port",
"ui_group": "Basic",
"weight": 10
},
{
"flag": "-server.hostname",
"default": "My Rust Server",
"required": true,
"requires_value": true,
"description": "Name of the server",
"type": "string",
"ui_label": "Server Name",
"ui_group": "Basic",
"weight": 20
}
],
"network": [],
"advanced": []
}
}