Difference between revisions of "Sandbox"
From VRTool wiki
(Created page with "===Sandbox===") |
(→Sandbox) |
||
Line 1: | Line 1: | ||
===Sandbox=== | ===Sandbox=== | ||
+ | |||
+ | ====Using Internet Explorer==== | ||
+ | [[File:IconInternetExplorer.gif]] ''Current for version 11.0.9600.17420.'' | ||
+ | |||
+ | '''In your web browser:''' | ||
+ | * Open the game in your browser. | ||
+ | * Press the '''F12''' key. A new window called '''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:''' | ||
+ | * On the menu bar click '''Network'''. | ||
+ | * On the toolbar click on [[File:ChromeClear.gif|sub]] to clear any current traces. | ||
+ | * On the toolbar check that the [[File:ChromeRecord.gif|sub]] Record Network Log button is red. If it's not then click on it to turn it on. | ||
+ | '''In the Virtual Regatta window:''' | ||
+ | * Click on the [[File:VRReloadNow.gif|sub]] '''Reload now''' button to refresh the boat data. | ||
+ | '''In the Developer Tools window:''' | ||
+ | * The calls made by the game console to the server are displayed. | ||
+ | * On the toolbar, if the [[File:ChromeFilter.gif|sub]] 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'''. |
Revision as of 07:39, 26 November 2014
Sandbox
Using Internet Explorer
Current for version 11.0.9600.17420.
In your web browser:
- Open the game in your browser.
- Press the F12 key. A new window called 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 menu bar click Network.
- On the toolbar click on to clear any current traces.
- On the toolbar check that the Record Network Log button is red. If it's not then click on it to turn it on.
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.