Added team escape arbitration.
[Only registered and activated users can see links. Click Here To Register...]
Also, groups work now since Openfire handles it automatically.
[Only registered and activated users can see links. Click Here To Register...]
Expanded EventData.
SoapboxAPI-sample team escape entry:
HTML Code:
http://xx:yy/nfsw/Engine.svc/soapboxAPI/getEventData?personaId=101&eventModeId=24
<ArrayOfEventData>
<EventData>
<carId>2</carId>
<eventDurationInMS>145120</eventDurationInMS>
<eventId>393</eventId>
<eventMode>24</eventMode>
<finishReason>22</finishReason>
<isSinglePlayer>false</isSinglePlayer>
<perfectStart>false</perfectStart>
<personaId>101</personaId>
<rank>1</rank>
<topSpeed>77.699</topSpeed>
<bustedCount>0</bustedCount>
<copsDeployed>20</copsDeployed>
<copsDisabled>2</copsDisabled>
<copsRammed>10</copsRammed>
<costToState>54050</costToState>
<distanceToFinish>0.0</distanceToFinish>
<fractionCompleted>0.998725</fractionCompleted>
<infractions>185</infractions>
<roadBlocksDodged>14</roadBlocksDodged>
<spikeStripsDodged>9</spikeStripsDodged>
</EventData>
<EventData>
<carId>2</carId>
<eventDurationInMS>97066</eventDurationInMS>
<eventId>393</eventId>
<eventMode>24</eventMode>
<finishReason>266</finishReason>
<isSinglePlayer>false</isSinglePlayer>
<perfectStart>false</perfectStart>
<personaId>101</personaId>
<rank>1</rank>
<topSpeed>69.4946</topSpeed>
<bustedCount>0</bustedCount>
<copsDeployed>17</copsDeployed>
<copsDisabled>6</copsDisabled>
<copsRammed>11</copsRammed>
<costToState>60200</costToState>
<distanceToFinish>3268.2</distanceToFinish>
<fractionCompleted>0.55555</fractionCompleted>
<infractions>185</infractions>
<roadBlocksDodged>7</roadBlocksDodged>
<spikeStripsDodged>2</spikeStripsDodged>
</EventData>
<Count>2</Count>
</ArrayOfEventData>
SoapboxAPI-sample race entry:
HTML Code:
http://xx:yy/nfsw/Engine.svc/soapboxAPI/getEventData?personaId=101&eventModeId=9
<ArrayOfEventData>
<EventData>
<carId>2</carId>
<eventDurationInMS>68399</eventDurationInMS>
<eventId>43</eventId>
<eventMode>9</eventMode>
<finishReason>22</finishReason>
<isSinglePlayer>true</isSinglePlayer>
<perfectStart>true</perfectStart>
<personaId>101</personaId>
<rank>1</rank>
<topSpeed>83.0524</topSpeed>
<bestLapTimeInMS>68399</bestLapTimeInMS>
</EventData>
<Count>1</Count>
</ArrayOfEventData>
Look at
[Only registered and activated users can see links. Click Here To Register...] for eventModeId definitions.
Look at
[Only registered and activated users can see links. Click Here To Register...] for finishReason definitions.
Achievements are in-works. Already got NOS achievement done.
yay?