Project

General

Profile

« Previous | Next » 

Revision 708b2b0b

Added by Joseph Turner about 5 years ago

Update wizardapp.inc

These are the ports needed for any xbox live platform.
https://support.microsoft.com/en-us/help/4026770/xbox-open-these-network-ports-for-xbox-one

Fixed some ports using improper protocol
Fixed naming comment for Wii
removed ports that werent specific to xbox at all
removed gamesforwindowslive since it is covered by xbox live and afaik uses same servers and pretty much dead

View differences:

src/etc/inc/wizardapp.inc
40 40
	$gamesplist['playstationconsoles'][] = array('PS-RemotePlay', 'tcp', '9293', '9293', 'both');
41 41

  
42 42
$gamesplist['wiiconsoles'] = array();
43
	/* XBox Consoles */
43
	/* Wii Consoles */
44 44
	$gamesplist['wiiconsoles'][] = array('Wii-Consoles-TCP-1', 'tcp', '6667', '6667', 'both');
45 45
	$gamesplist['wiiconsoles'][] = array('Wii-Consoles-TCP-2', 'tcp', '12400', '12400', 'both');
46 46
	$gamesplist['wiiconsoles'][] = array('Wii-Consoles-TCP-3', 'tcp', '28910', '28910', 'both');
47 47
	$gamesplist['wiiconsoles'][] = array('Wii-Consoles-TCP-4', 'tcp', '29900', '29901', 'both');
48 48
	$gamesplist['wiiconsoles'][] = array('Wii-Consoles-TCP-5', 'tcp', '29920', '29920', 'both');
49 49

  
50
$gamesplist['xboxconsoles'] = array();
51
	/* XBox Consoles */
52
	$gamesplist['xboxconsoles'][] = array('xbox-Consoles-UDP-1', 'udp', '88', '88', 'both');
53
	$gamesplist['xboxconsoles'][] = array('xbox-Consoles-UDP-2', 'udp', '3074', '3074', 'both');
54
	$gamesplist['xboxconsoles'][] = array('xbox-Consoles-TCP-1', 'tcp', '3074', '3074', 'both');
55
	$gamesplist['xboxconsoles'][] = array('xbox-Consoles-TCP-2', 'tcp', '3659', '3659', 'both');
56
	$gamesplist['xboxconsoles'][] = array('xbox-Consoles-TCP-3', 'tcp', '500', '500', 'both');
57
	$gamesplist['xboxconsoles'][] = array('xbox-Consoles-TCP-4', 'tcp', '3544', '3544', 'both');
58
	$gamesplist['xboxconsoles'][] = array('xbox-Consoles-TCP-5', 'tcp', '4500', '4500', 'both');
50
$gamesplist['xboxlive'] = array();
51
	/* XBOX Live */
52
	$gamesplist['xboxlive'][] = array('XBOX-Live-UDP-1', 'udp', '88', '88', 'both');
53
	$gamesplist['xboxlive'][] = array('XBOX-Live-UDP-2', 'udp', '3074', '3074', 'both');
54
	$gamesplist['xboxlive'][] = array('XBOX-Live-TCP-2', 'tcp', '3074', '3074', 'both');
55
	$gamesplist['xboxlive'][] = array('XBOX-Live-UDP-3', 'udp', '500', '500', 'both');
56
	$gamesplist['xboxlive'][] = array('XBOX-Live-UDP-4', 'udp', '3544', '3544', 'both');
57
	$gamesplist['xboxlive'][] = array('XBOX-Live-UDP-5', 'udp', '4500', '4500', 'both');
59 58

  
60 59
$gamesplist['battlenet'] = array();
61 60
	/* Blizzard Publishing games */
......
88 87
	$gamesplist['steam'][] = array('Steam-2', 'udp', '1200', '1200', 'both');
89 88
	$gamesplist['steam'][] = array('Steam-voice', 'udp', '3478', '3480', 'both');
90 89

  
91
$gamesplist['gamesforwindowslive'] = array();
92
	/* Games for Windows Live */
93
	$gamesplist['gamesforwindowslive'][] = array('Games4WinLive-1', 'udp', '88', '88', 'both');
94
	$gamesplist['gamesforwindowslive'][] = array('Games4WinLive-2', 'udp', '3074', '3074', 'both');
95
	$gamesplist['gamesforwindowslive'][] = array('Games4WinLive-3', 'tcp', '3074', '3074', 'both');
96

  
97 90
$gamesplist['googlestadia'] = array();
98 91
	/* Google Stadia */
99 92
	$gamesplist['googlestadia'][] = array('google-stadia-UDP-1', 'udp', '44700', '44899', 'both');

Also available in: Unified diff