Difference between revisions of "Sandbox"
From VRTool wiki
(→Using Internet Explorer) |
(→Using Internet Explorer) |
||
Line 5: | Line 5: | ||
'''In your web browser:''' | '''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 [[File:ButtonVRPlay.gif|sub]] 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 [[File:IEUnpin.gif|sub]] '''Unpin''' tool in the tool bar and drag it clear. | * Press the '''F12''' key. A new window called '''F12 Developer Tools''' opens. If the new windows opens in the game window click on the [[File:IEUnpin.gif|sub]] '''Unpin''' tool in the tool bar and drag it clear. | ||
'''In the Developer Tools window:''' | '''In the Developer Tools window:''' | ||
Line 11: | Line 12: | ||
* On the top toolbar, if you can see the [[File:IECapture.gif|sub]] Capture button then click on it to turn on capturing. | * On the top toolbar, if you can see the [[File:IECapture.gif|sub]] Capture button then click on it to turn on capturing. | ||
'''In the Virtual Regatta window:''' | '''In the Virtual Regatta window:''' | ||
− | * Click on the [[File: | + | * Click on the [[File:ButtonVRPlay.gif|sub]] button to start the game console for your game. Log in if you have to. |
'''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. |
Revision as of 04:41, 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.
- On the toolbar, if the Filter tool is red, click on it to turn it on (blue colour).
- In the filter box type "GetUser" (without the quotes).
- You should see a single record that starts with "ServiceCaller.php?service=GetUser&id_user=....". This is the call that the game console used to retrieve your boat information from the game server.
- Right-click on the record and select Copy link address.
Now go to Step 2 - Parameterise VRTool.