forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stay-in-tarkovconfig.json
131 lines (131 loc) · 4.36 KB
/
stay-in-tarkovconfig.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
[
{
"DisplayName":"Game Port",
"Category":"SIT Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$SITPort1",
"InputType":"number",
"Hidden":true,
"ParamFieldName":"$.port",
"EnumValues":{}
},
{
"DisplayName":"TCP Relay Port",
"Category":"SIT Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$SITPort2",
"InputType":"number",
"Hidden":true,
"ParamFieldName":"$.webSocketPort",
"EnumValues":{}
},
{
"DisplayName":"TCP NAT Helper Port",
"Category":"SIT Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$SITPort3",
"InputType":"number",
"Hidden":true,
"ParamFieldName":"$.natHelperPort",
"EnumValues":{}
},
{
"DisplayName":"Binding IP",
"Category":"SIT Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$ApplicationIPBinding",
"InputType":"text",
"Hidden":true,
"ParamFieldName":"$.ip",
"EnumValues":{}
},
{
"DisplayName":"SPT AKI Version",
"Category":"SIT Server Settings",
"Description":"Sets the SPT AKI version to install. The SIT Version must be set accordingly. Example: When 3.8.0 is selected, you can use '1.6.4 with AKI 3.8.0' as the SIT Version",
"Keywords":"spt,version",
"FieldName":"SPTVersion",
"InputType":"enum",
"ParamFieldName":"SPTVersion",
"DefaultValue":"3.8.3-29197-01783e2",
"EnumValues":{
"3.8.0-29197-2dd4d91":"3.8.0",
"3.8.3-29197-01783e2":"3.8.3"
}
},
{
"DisplayName":"SIT Version",
"Category":"SIT Server Settings",
"Description":"Sets the SIT version to install. The AKI version must match the SPT AKI Version. Example: When '1.6.4 with AKI 3.8.0' is selected, you must set 3.8.0 as the SPT AKI Version",
"Keywords":"sit,version",
"FieldName":"SITVersion",
"InputType":"enum",
"ParamFieldName":"SITVersion",
"DefaultValue":"1.6.5/SITCoop-1.6.5-WithAki3.8.3-449288",
"EnumValues":{
"1.6.4/SITCoop-1.6.4-WithAki3.8.0-2dd4d9":"1.6.4 with AKI 3.8.0",
"1.6.5/SITCoop-1.6.5-WithAki3.8.3-449288":"1.6.5 with AKI 3.8.3"
}
},
{
"DisplayName":"Open All Exfils",
"Category":"SIT Server Settings",
"Description":"If set, all exfils will be available during the raid",
"Keywords":"exfils,open,available,raid,openAllExfils",
"FieldName":"openAllExfils",
"InputType":"checkbox",
"ParamFieldName":"$.openAllExfils",
"DefaultValue":"false",
"EnumValues":{
"False":"false",
"True":"true"
}
},
{
"DisplayName":"Show Player Tags",
"Category":"SIT Server Settings",
"Description":"If set, player nameplates will show above their head",
"Keywords":"player,name,tags,nameplates,showPlayerNameTags",
"FieldName":"showPlayerNameTags",
"InputType":"checkbox",
"ParamFieldName":"$.showPlayerNameTags",
"DefaultValue":"false",
"EnumValues":{
"False":"false",
"True":"true"
}
},
{
"DisplayName":"Show Player Tags When Visible",
"Category":"SIT Server Settings",
"Description":"If set, player nameplates will only show when they are in view",
"Keywords":"player,name,tags,nameplates,visible,showPlayerNameTagsOnlyWhenVisible",
"FieldName":"showPlayerNameTagsOnlyWhenVisible",
"InputType":"checkbox",
"IncludeInCommandLine":false,
"ParamFieldName":"$.showPlayerNameTagsOnlyWhenVisible",
"DefaultValue":"false",
"EnumValues":{
"False":"false",
"True":"true"
}
},
{
"DisplayName":"Use UPnP",
"Category":"SIT Server Settings",
"Description":"If set, enables the use of UPnP for port forwarding with compatible routers",
"Keywords":"port,forwarding,upnp,useUPNP",
"FieldName":"useUPNP",
"InputType":"checkbox",
"ParamFieldName":"$.useUPNP",
"DefaultValue":"false",
"EnumValues":{
"False":"false",
"True":"true"
}
}
]