Difference between revisions of "Sandbox"
From VRTool wiki
(→Using Internet Explorer) |
(→Using Internet Explorer) |
||
(One intermediate revision by the same user not shown) | |||
Line 15: | Line 15: | ||
'''In the Developer Tools window:''' | '''In the Developer Tools window:''' | ||
* The calls made by the game console to the server are displayed. | * The calls made by the game console to the server are displayed. | ||
− | * In the search box type "GetUser" (without the quotes) and click | + | * In the [[File:IESearch.gif|sub]] search box type "GetUser" (without the quotes) and click on the search tool. You should see the details of a request header with a Request key starting: |
− | ''"GET /core/Service/ServiceCaller.php?service=GetUser&id_user=...."'' | + | *: ''"GET /core/Service/ServiceCaller.php?service=GetUser&id_user=...."'' |
− | This is the call that the game console used to retrieve your boat information from the game server. | + | : This is the call that the game console used to retrieve your boat information from the game server. |
− | * In the menu bar at the top click on '''SUMMARY'''. In the summary list the selected record will be highlighted. | + | * In the menu bar at the top click on '''SUMMARY'''. In the summary list the selected GetUser record will be highlighted. |
* Right-click on the record and select '''Copy URL'''. | * Right-click on the record and select '''Copy URL'''. | ||
Now go to '''Step 2 - Parameterise VRTool'''. | Now go to '''Step 2 - Parameterise VRTool'''. |
Latest revision as of 06:58, 1 December 2014
Sandbox
Using Internet Explorer
Current for version 11.0.9600.17420.
In your web browser:
- If your Virtual Regatta game console is already open then close it.
- In your browser go to the Virtual Regatta page where you can see the button which starts the game. Don't click on it yet.
- Press the F12 key. A new window called F12 Developer Tools opens. If the new windows opens in the game window click on the Unpin tool in the tool bar and drag it clear.
In the Developer Tools window:
- On the left sidebar click in the Network tool.
- On the top toolbar, if you can see the Capture button then click on it to turn on capturing.
In the Virtual Regatta window:
In the Developer Tools window:
- The calls made by the game console to the server are displayed.
- In the search box type "GetUser" (without the quotes) and click on the search tool. You should see the details of a request header with a Request key starting:
- "GET /core/Service/ServiceCaller.php?service=GetUser&id_user=...."
- This is the call that the game console used to retrieve your boat information from the game server.
- In the menu bar at the top click on SUMMARY. In the summary list the selected GetUser record will be highlighted.
- Right-click on the record and select Copy URL.
Now go to Step 2 - Parameterise VRTool.