Multiplayer platform
Revision | de21f39531e209ef077d83a668c45804b750ba92 (tree) |
---|---|
Time | 2012-05-19 04:47:20 |
Author | Face |
Commiter | Face |
Packaging: compiled version 0.7.1
@@ -1,8 +1,18 @@ | ||
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <OMPClientConfiguration xmlns="http://Orbiter.Multiplayer.Server" Name="Nobody"> |
3 | - <Network IP="127.0.0.1" TCP="1515" UDP="2500" Configuration="Custom"/> | |
3 | + <Network IP="omp.dyndns-server.com" TCP="1515" UDP="2500" Configuration="Standard" /> | |
4 | 4 | <NTP> |
5 | 5 | <Server Address="pool.ntp.org"/> |
6 | + <Server Address="time-a.nist.gov"/> | |
7 | + <Server Address="time-b.nist.gov"/> | |
8 | + <Server Address="tock.usno.navy.mil"/> | |
9 | + <Server Address="tick.usno.navy.mil"/> | |
10 | + <Server Address="Time2.Stupi.SE"/> | |
11 | + <Server Address="ntps1-0.cs.tu-berlin.de"/> | |
12 | + <Server Address="ntps1-1.cs.tu-berlin.de"/> | |
13 | + <Server Address="clock.nc.fukuoka-u.ac.jp"/> | |
14 | + <Server Address="clock.tl.fukuoka-u.ac.jp"/> | |
15 | + <Server Address="ntp.cs.mu.OZ.AU"/> | |
6 | 16 | </NTP> |
7 | 17 | <Password>drewsfaster</Password> |
8 | 18 | <Timing Transmitter="200" SNTP="2000" Resync="60000"/> |
@@ -1,74 +1,85 @@ | ||
1 | -<?xml version="1.0"?> | |
2 | -<OMPServerConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Name="RacingServer" OrbiterRoot="..\.." SubvisualDistance="1000000000" PromptFormat="({1:HH:mm:ss}){0}" xmlns="http://Orbiter.Multiplayer.Server"> | |
3 | - <Network IP="localhost" TCP="1515" UDP="3000" Count="500" Web="1580" /> | |
4 | - <NTP Samples="10"> | |
5 | - <Server Address="pool.ntp.org" /> | |
6 | - </NTP> | |
7 | - <Password Admin="testpass" /> | |
8 | - <Messages> | |
9 | - <Welcome> | |
10 | - <Line> ORRL - Orbiter Rocket Racing League</Line> | |
11 | - <Line /> | |
12 | - <Line> brought to you by a barrell full of monkeys...</Line> | |
13 | - </Welcome> | |
14 | - <Farwell> | |
15 | - <Line>----------------------------------------------------------</Line> | |
16 | - <Line> Have a nice day! </Line> | |
17 | - </Farwell> | |
18 | - <Shutdown> | |
19 | - <Line>----------------------------------------------------------</Line> | |
20 | - <Line> Server is shutting down...</Line> | |
21 | - </Shutdown> | |
22 | - </Messages> | |
23 | - <Timing Transmitter="200" SNTP="2000" Resync="60000" /> | |
24 | - <Support> | |
25 | - <System Name="Sol"> | |
26 | - <Class Name="*" /> | |
27 | - <Class Name="ORRL_CHKPT" Redirect="#" /> | |
28 | - <Class Name="ORRL_Finish" Redirect="#" /> | |
29 | - <Class Name="ORRL_Start" Redirect="#" /> | |
30 | - <Class Name="OMPDefault" Redirect="#" /> | |
31 | - <Location>BEGIN_FOCUS | |
32 | - Ship ${NAME} | |
33 | -END_FOCUS | |
34 | - | |
35 | -BEGIN_CAMERA | |
36 | - TARGET ${NAME} | |
37 | - MODE Cockpit | |
38 | - FOV 60.00 | |
39 | -END_CAMERA | |
40 | - | |
41 | -BEGIN_MFD Left | |
42 | - TYPE Surface | |
43 | -END_MFD | |
44 | - | |
45 | -BEGIN_MFD Right | |
46 | - TYPE User | |
47 | - MODE Racer Checkpoint MFD | |
48 | -END_MFD | |
49 | - | |
50 | -BEGIN_PANEL | |
51 | -END_PANEL | |
52 | - | |
53 | -BEGIN_SHIPS | |
54 | -${IF 0}${DESC}DG at KSC | |
55 | -${NAME}:DeltaGlider | |
56 | - STATUS Landed Earth | |
57 | - BASE Cape Canaveral:1 | |
58 | - POS -80.5747260 28.4650640 | |
59 | - HEADING 128.00 | |
60 | - PRPLEVEL 0:1.000 1:1.000 | |
61 | - NAVFREQ 402 94 0 0 | |
62 | - XPDR 0 | |
63 | - GEAR 1 1.0000 | |
64 | -END | |
65 | -${IF 6}${DESC}Observer only | |
66 | -${NAME}:OMPDefault | |
67 | - STATUS Landed Earth | |
68 | - POS -80.6858943 28.5906644 | |
69 | - HEADING 330.01 | |
70 | -END | |
71 | -${FI}END_SHIPS</Location> | |
72 | - </System> | |
73 | - </Support> | |
1 | +<?xml version="1.0"?> | |
2 | +<OMPServerConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Name="RacingServer" OrbiterRoot="..\.." SubvisualDistance="1000000000" PromptFormat="({1:HH:mm:ss}){0}" xmlns="http://Orbiter.Multiplayer.Server"> | |
3 | + <Network IP="localhost" TCP="1515" UDP="3000" Count="500" Web="1580" /> | |
4 | + <NTP Samples="10"> | |
5 | + <Server Address="pool.ntp.org" /> | |
6 | + <Server Address="time-a.nist.gov"/> | |
7 | + <Server Address="time-b.nist.gov"/> | |
8 | + <Server Address="tock.usno.navy.mil"/> | |
9 | + <Server Address="tick.usno.navy.mil"/> | |
10 | + <Server Address="Time2.Stupi.SE"/> | |
11 | + <Server Address="ntps1-0.cs.tu-berlin.de"/> | |
12 | + <Server Address="ntps1-1.cs.tu-berlin.de"/> | |
13 | + <Server Address="clock.nc.fukuoka-u.ac.jp"/> | |
14 | + <Server Address="clock.tl.fukuoka-u.ac.jp"/> | |
15 | + <Server Address="ntp.cs.mu.OZ.AU"/> | |
16 | + </NTP> | |
17 | + <Password Admin="testpass" /> | |
18 | + <Messages> | |
19 | + <Welcome> | |
20 | + <Line> ORRL - Orbiter Rocket Racing League</Line> | |
21 | + <Line /> | |
22 | + <Line> brought to you by a barrell full of monkeys...</Line> | |
23 | + </Welcome> | |
24 | + <Farwell> | |
25 | + <Line>----------------------------------------------------------</Line> | |
26 | + <Line> Have a nice day! </Line> | |
27 | + </Farwell> | |
28 | + <Shutdown> | |
29 | + <Line>----------------------------------------------------------</Line> | |
30 | + <Line> Server is shutting down...</Line> | |
31 | + </Shutdown> | |
32 | + </Messages> | |
33 | + <Timing Transmitter="200" SNTP="2000" Resync="60000" /> | |
34 | + <Support> | |
35 | + <System Name="Sol"> | |
36 | + <Class Name="*" /> | |
37 | + <Class Name="ORRL_CHKPT" Redirect="#" /> | |
38 | + <Class Name="ORRL_Finish" Redirect="#" /> | |
39 | + <Class Name="ORRL_Start" Redirect="#" /> | |
40 | + <Class Name="OMPDefault" Redirect="#" /> | |
41 | + <Class Name="XRPayloadBay" Redirect="@*_Bay" /> | |
42 | + <Location>BEGIN_FOCUS | |
43 | + Ship ${NAME} | |
44 | +END_FOCUS | |
45 | + | |
46 | +BEGIN_CAMERA | |
47 | + TARGET ${NAME} | |
48 | + MODE Cockpit | |
49 | + FOV 60.00 | |
50 | +END_CAMERA | |
51 | + | |
52 | +BEGIN_MFD Left | |
53 | + TYPE Surface | |
54 | +END_MFD | |
55 | + | |
56 | +BEGIN_MFD Right | |
57 | + TYPE User | |
58 | + MODE Racer Checkpoint MFD | |
59 | +END_MFD | |
60 | + | |
61 | +BEGIN_PANEL | |
62 | +END_PANEL | |
63 | + | |
64 | +BEGIN_SHIPS | |
65 | +${IF 0}${DESC}DG at KSC | |
66 | +${NAME}:DeltaGlider | |
67 | + STATUS Landed Earth | |
68 | + BASE Cape Canaveral:1 | |
69 | + POS -80.5747260 28.4650640 | |
70 | + HEADING 128.00 | |
71 | + PRPLEVEL 0:1.000 1:1.000 | |
72 | + NAVFREQ 402 94 0 0 | |
73 | + XPDR 0 | |
74 | + GEAR 1 1.0000 | |
75 | +END | |
76 | +${IF 6}${DESC}Observer only | |
77 | +${NAME}:OMPDefault | |
78 | + STATUS Landed Earth | |
79 | + POS -80.6858943 28.5906644 | |
80 | + HEADING 330.01 | |
81 | +END | |
82 | +${FI}END_SHIPS</Location> | |
83 | + </System> | |
84 | + </Support> | |
74 | 85 | </OMPServerConfiguration> |
\ No newline at end of file |
@@ -3,6 +3,16 @@ | ||
3 | 3 | <Network IP="localhost" TCP="1515" UDP="3000" Count="500" Web="1580" /> |
4 | 4 | <NTP Samples="10"> |
5 | 5 | <Server Address="pool.ntp.org" /> |
6 | + <Server Address="time-a.nist.gov"/> | |
7 | + <Server Address="time-b.nist.gov"/> | |
8 | + <Server Address="tock.usno.navy.mil"/> | |
9 | + <Server Address="tick.usno.navy.mil"/> | |
10 | + <Server Address="Time2.Stupi.SE"/> | |
11 | + <Server Address="ntps1-0.cs.tu-berlin.de"/> | |
12 | + <Server Address="ntps1-1.cs.tu-berlin.de"/> | |
13 | + <Server Address="clock.nc.fukuoka-u.ac.jp"/> | |
14 | + <Server Address="clock.tl.fukuoka-u.ac.jp"/> | |
15 | + <Server Address="ntp.cs.mu.OZ.AU"/> | |
6 | 16 | </NTP> |
7 | 17 | <Password Admin="testpass" /> |
8 | 18 | <Messages> |
@@ -28,6 +38,7 @@ | ||
28 | 38 | <Class Name="ORRL_Finish" Redirect="#" /> |
29 | 39 | <Class Name="ORRL_Start" Redirect="#" /> |
30 | 40 | <Class Name="OMPDefault" Redirect="#" /> |
41 | + <Class Name="XRPayloadBay" Redirect="@*_Bay" /> | |
31 | 42 | <Location>BEGIN_FOCUS |
32 | 43 | Ship ${NAME} |
33 | 44 | END_FOCUS |