forked from sympatovit/condenser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservers.json
133 lines (133 loc) · 2.62 KB
/
servers.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
132
133
[{
"_name": "example cs:go server",
"serverid": 0,
"appid": 740,
"beta": "",
"install_dir": "c:\\condenser\\server\\csgo",
"arguments": [{
"console": "",
"game": "csgo",
"sv_pure": 1,
"map": "de_dust2",
"maxplayers": 16,
"hostname": "My CS:GO Server",
"ip": "",
"port": 27005
}],
"priority": 1,
"cores": [0,1]
},{
"_name": "example cs:s server",
"serverid": 1,
"appid": 232330,
"beta": "",
"install_dir": "c:\\condenser\\server\\css",
"arguments": [{
"console": "",
"game": "cstrike",
"sv_pure": 1,
"map": "de_dust",
"maxplayers": 16,
"hostname": "My CS:S Server",
"ip": "",
"port": 27015
}],
"priority": 1,
"cores": [1,2]
},{
"_name": "example tf2 server",
"serverid": 2,
"appid": 232250,
"beta": "",
"install_dir": "c:\\condenser\\server\\tf2",
"arguments": [{
"console": "",
"game": "tf",
"sv_pure": 1,
"map": "ctf_2fort",
"maxplayers": 16,
"hostname": "My TF2 Server",
"ip": "",
"port": 27025
}],
"priority": 1,
"cores": [2,3]
},{
"_name": "example gmod server",
"serverid": 3,
"appid": 4020,
"beta": "",
"install_dir": "c:\\condenser\\server\\gmod",
"arguments": [{
"console": "",
"game": "garrysmod",
"sv_pure": 1,
"map": "gm_construct",
"maxplayers": 16,
"hostname": "My GarrysMod Server",
"ip": "",
"port": 27035
}],
"priority": 1,
"cores": [3,4]
},{
"_name": "example l4d2 server",
"serverid": 4,
"appid": 222860,
"beta": "",
"install_dir": "c:\\condenser\\server\\l4d2",
"arguments": [{
"console": "",
"game": "left4dead2",
"sv_pure": 1,
"map": "c5m1_waterfront",
"maxplayers": 8,
"hostname": "My Left4Dead 2 Server",
"ip": "",
"port": 27045
}],
"priority": 1,
"cores": [4,5]
},{
"_name": "example ns2 server",
"serverid": 5,
"appid": 4940,
"beta": "",
"install_dir": "c:\\condenser\\server\\ns2",
"arguments": [{
"config_path": "c:\\condenser\\config\\ns2",
"logdir": "c:\\condenser\\logs\\ns2",
"modstorage": "c:\\condenser\\mods\\ns2",
"webdomain": "",
"name": "My NS2 Server",
"ip": "",
"port": 27055,
"webport": 8085,
"map": "ns2_summit",
"limit": 16,
"mods": "706d242 812f004"
}],
"priority": 1,
"cores": [5,6]
},{
"_name": "example ns2combat server",
"serverid": 6,
"appid": 313900,
"beta": "",
"install_dir": "c:\\condenser\\server\\ns2combat",
"arguments": [{
"config_path": "c:\\condenser\\config\\ns2combat",
"logdir": "c:\\condenser\\logs\\ns2combat",
"modstorage": "c:\\condenser\\mods\\ns2combat",
"webdomain": "",
"name": "My NS2 Combat Server",
"ip": "",
"port": 27065,
"webport": 8086,
"map": "co_pulse",
"limit": 16,
"mods": "13f20431"
}],
"priority": 1,
"cores": [6,7]
}]