...
In the Old Control Panel, select “CMDLineDemo” Config from “Step 2 : Create a Config”.
Go to : Edit Config > Developer Option.
Enable “Should append parameters from URL with existing one to override?” (see image below).
Click “Save”.
...
Step 3. Copy the App URL to the clipboard
Go to : Control Panel > Step 3: Generate URLs.
Click “Copy App URL”. (See image below).
...
https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/CmdLineDemo?exeLunchArgs=-blue,
Warning 🛑
Note |
---|
By DO NOT run the game by clicking “Play App” from the Streaming Link in in “Step 3 : Generate URLs” of the Control Panel , you would not see the change made on the URL (i.e. the parameters appended to the URL), you would only see the change !!! That causes you to ONLY see the changes made to the “Parameters to Pass Parameters to App” Config on from the New Control Panel (i.e. the green color) and not the ones made to the App URL. |
In the game, 2 values will be getting parsed from 2 places in the CMDLine arguments (image below):
From the “Parameters To Pass to App” Config Feature (the green color).
From the additional Command added to the end of the URL (the Blue color).
...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Now that we are familiar with how the Appending system works, we can explore how this is used for Authentication. Refer to this document. |
...