forked from pg9182/northstar-dedicated
-
Notifications
You must be signed in to change notification settings - Fork 0
/
titanfall-2-northstarconfig.json
108 lines (108 loc) · 3.25 KB
/
titanfall-2-northstarconfig.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[
{
"DisplayName": "Server Name",
"Category": "Server Settings",
"Description": "Sets the name of the server.",
"Keywords": "server,name",
"FieldName": "$ServerName",
"ParamFieldName": "ns_server_name",
"InputType": "text",
"IsFlagArgument": false,
"IncludeInCommandLine": false,
"DefaultValue": "AMP Hosted Northstar Server",
"EnumValues": {},
"Required": true
},
{
"DisplayName": "Server Description",
"Category": "Server Settings",
"Description": "Sets the description of the server.",
"Keywords": "server,description",
"FieldName": "$ServerDescription",
"ParamFieldName": "ns_server_desc",
"InputType": "text",
"IsFlagArgument": false,
"IncludeInCommandLine": false,
"DefaultValue": "Welcome to my Northstar Server!",
"EnumValues": {},
"Required": true
},
{
"DisplayName": "Server Password",
"Category": "Server Settings",
"Description": "Sets the Password of the server.",
"Keywords": "password",
"FieldName": "password",
"ParamFieldName": "ns_server_password",
"InputType": "password",
"IsFlagArgument": false,
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {},
"Required": false
},
{
"DisplayName": "Report Server to Masterserver",
"Category": "Server Settings",
"Description": "Whether this server should report itself to the masterserver.",
"Keywords": "report,masterservers",
"FieldName": "report_to_masterservers",
"ParamFieldName": "ns_report_server_to_masterserver",
"InputType": "checkbox",
"IsFlagArgument": false,
"IncludeInCommandLine": false,
"DefaultValue": "1",
"EnumValues": {
"False": "0",
"True": "1"
}
},
{
"DisplayName": "Report Server to Masterserver on SP Map",
"Category": "Server Settings",
"Description": "Whether this server should report itself to the masterserver if started on a singleplayer map.",
"Keywords": "report,masterservers,sp",
"FieldName": "report_to_masterservers_sp",
"ParamFieldName": "ns_report_sp_server_to_masterserver",
"InputType": "checkbox",
"IsFlagArgument": false,
"IncludeInCommandLine": false,
"DefaultValue": "0",
"EnumValues": {
"False": "0",
"True": "1"
}
},
{
"DisplayName": "Unlock everything",
"Category": "Game Settings",
"Description": "Whether all items, weapons, etc should be unlocked on the server.",
"Keywords": "game,unlockall",
"FieldName": "unlock_everything",
"ParamFieldName": "everything_unlocked",
"InputType": "checkbox",
"IsFlagArgument": false,
"IncludeInCommandLine": false,
"DefaultValue": "1",
"EnumValues": {
"False": "0",
"True": "1"
}
},
{
"DisplayName": "Return to Lobby",
"Category": "Game Settings",
"Description": "Whether the server should return to private match lobby after completing a game, if off, this will go to the next map/mode in the playlist.",
"Keywords": "game,lobby,return",
"FieldName": "return_to_lobby",
"ParamFieldName": "ns_should_return_to_lobby",
"InputType": "checkbox",
"IsFlagArgument": false,
"IncludeInCommandLine": false,
"DefaultValue": "1",
"EnumValues": {
"False": "0",
"True": "1"
}
}
]