Skip to content

Commit 0c86f70

Browse files
committed
update README and App.config
1 parent 7838921 commit 0c86f70

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

FlashpointSecurePlayer/App.config

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
<configSections>
44
<section name="flashpointSecurePlayer" type="FlashpointSecurePlayer.Shared+FlashpointSecurePlayerSection, FlashpointSecurePlayer, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" />
55
</configSections>
6-
6+
7+
<flashpointSecurePlayer>
8+
<!--
9+
<flashpointProxy proxy="true" port="22500" />
10+
-->
11+
</flashpointSecurePlayer>
12+
713
<startup>
814
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
915
</startup>

FlashpointSecurePlayer/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,16 @@ It is possible to use the Environment Variables Modification to set compatibilit
190190
</template>
191191
```
192192

193+
**Flashpoint Proxy**
194+
195+
The [Flashpoint Proxy](https://github.com/FlashpointProject/FlashpointProxy) uses the `FP_PROXY` and `FP_PROXY_PORT` environment variables to optionally set its preferences to values other than the defaults. Because Flashpoint Secure Player uses the Flashpoint Proxy, these environment variables also impact the player.
196+
197+
However, if these environment variables are modified via the Environment Variables Modification, it will only affect software opened through the player. The player will only use the values of the environment variables set on startup (such as by the Flashpoint Launcher,) because the Flashpoint Proxy must be initialized before the Modifications take effect.
198+
199+
To set the Flashpoint Proxy preferences for the Flashpoint Secure Player independently of the software it opens, uncomment the `flashpointProxy` element in its configuration and edit the values. Do not edit any other elements or values in Flashpoint Secure Player's configuration.
200+
201+
The Flashpoint Proxy preferences cannot be set on a per-Template basis. If a configuration in the FlashpointSecurePlayerConfigs folder has a `flashpointProxy` element, it will be ignored.
202+
193203
## <a name="downloads-before"></a> Downloads Before
194204
Set Via:
195205
- Command Line: `--download-before` (or `-dlb`)

0 commit comments

Comments
 (0)