Ports: Difference between revisions
Appearance
Created page with "{| class="wikitable" |- ! Ports: !! Protocol: !! Service: !! Details: |- | 27900 || UDP|| Master || setmaster master.kingpin.info |- | 31500-31509 || UDP || Client || Kingpin Client Query Port |- | 31510-31519|| UDP || Server || Kingpin Server Connection Port |} There are more Master servers. They forward to: {| class="wikitable" |- ! Ports: !! Protocol: !! Kingpin.info Master Server: !! Details: |- | 27900 || UDP || master.kingpin.info || master0.kingpin.info |- | 27900..." |
No edit summary |
||
Line 23: | Line 23: | ||
|} | |} | ||
If you don't know what to add to youre server.cfg just add: | If you don't know what to add to youre server.cfg just add: | ||
<span style="color: #e7c258;">setmaster master.kingpin.info</span> | <span style="color: #e7c258;">setmaster master.kingpin.info</span> | ||
It will always point to the correct master server. | It will always point to the correct master server. | ||
If you want to add more master servers: | If you want to add more master servers: | ||
<span style="color: #e7c258;">setmaster master0.kingpin.info master1.kingpin.info master2.kingpin.info</span> | <span style="color: #e7c258;">setmaster master0.kingpin.info master1.kingpin.info master2.kingpin.info</span> | ||
<hr style="height: 2px; border-width: 0; background-color: #e7c258;" /> | <hr style="height: 2px; border-width: 0; background-color: #e7c258;" /> | ||
Line 38: | Line 41: | ||
|} | |} | ||
Master server should not be needed. But if you want you could use more then 1: | Master server should not be needed. But if you want you could use more then 1: | ||
<span style="color: #e7c258;">set sv_master2 "master0.kq3.kingpin.info" set sv_master3 "master1.kq3.kingpin.info:27950"</span> | <span style="color: #e7c258;">set sv_master2 "master0.kq3.kingpin.info" set sv_master3 "master1.kq3.kingpin.info:27950"</span> | ||
sv_master1 cant be configured. | sv_master1 cant be configured. |
Revision as of 23:59, 7 February 2025
Ports: | Protocol: | Service: | Details: |
---|---|---|---|
27900 | UDP | Master | setmaster master.kingpin.info |
31500-31509 | UDP | Client | Kingpin Client Query Port |
31510-31519 | UDP | Server | Kingpin Server Connection Port |
There are more Master servers. They forward to:
Ports: | Protocol: | Kingpin.info Master Server: | Details: |
---|---|---|---|
27900 | UDP | master.kingpin.info | master0.kingpin.info |
27900 | UDP | master0.kingpin.info | master.hambloch.com |
27900 | UDP | master1.kingpin.info | master.333networks.com |
27900 | UDP | master2.kingpin.info | master.errorist.eu |
If you don't know what to add to youre server.cfg just add:
setmaster master.kingpin.info
It will always point to the correct master server. If you want to add more master servers:
setmaster master0.kingpin.info master1.kingpin.info master2.kingpin.info
Ports: | Protocol: | Kingpin.info Master Server: | Details: |
---|---|---|---|
27950 | UDP | master0.kq3.kingpin.info | master.kingpinq3.com |
27950 | UDP | master1.kq3.kingpin.info | master.hambloch.com |
Master server should not be needed. But if you want you could use more then 1:
set sv_master2 "master0.kq3.kingpin.info" set sv_master3 "master1.kq3.kingpin.info:27950"
sv_master1 cant be configured.