|
1 |
| -# Flashpoint Secure Player 1.0.8 |
| 1 | +# Flashpoint Secure Player 1.0.9 |
2 | 2 | This player attempts to solve common compatibility or portability issues posed by browser plugins on Windows for the purpose of playback in BlueMaxima's Flashpoint.
|
3 | 3 |
|
4 | 4 | It is compatible with Windows 7, Windows 8, Windows 8.1 and Windows 10, and requires .NET Framework 4.5. If you are on Windows 8.1 or Windows 10, or if you are on Windows 7/8 and have updates enabled, you already have .NET Framework 4.5. Otherwise, you may [download .NET Framework 4.5.](http://www.microsoft.com/en-us/download/details.aspx?id=30653)
|
@@ -150,9 +150,13 @@ With the "Miniclip" Modification Name specified, all URLs passed into Server Mod
|
150 | 150 |
|
151 | 151 | `FlashpointSecurePlayer --name "Miniclip" --server "games/save-the-sheriff/en/"`
|
152 | 152 |
|
153 |
| -**Software Mode Template and hideWindow Attribute** |
| 153 | +**Software Mode Template, hideWindow and workingDirectory Attribute** |
154 | 154 |
|
155 |
| -The Software Mode Template works identically to the Server Mode Template in that it provides the ability to replace the command line passed in with regexes. The Software Mode Template also has an additional attribute, `hideWindow`, which causes the window of the software to be hidden. This is ideal for hiding console windows for softwares that have them. |
| 155 | +The Software Mode Template works identically to the Server Mode Template in that it provides the ability to replace the command line passed in with regexes. The Software Mode Template also has additional attributes. |
| 156 | + |
| 157 | +The first attribute is `hideWindow`, which causes the window of the software to be hidden. This is ideal for hiding console windows for softwares that have them. |
| 158 | + |
| 159 | +The second attribute is `workingDirectory`, which sets the working directory for the process. |
156 | 160 |
|
157 | 161 | For example, a practical use of the Software Mode Template would be to create a `modification` element that always ensures the use of important Java options. Note that this example is simplified from the real Java configuration file for the purpose of demonstration.
|
158 | 162 |
|
@@ -206,24 +210,7 @@ Set Via:
|
206 | 210 | - Command Line: `--download-before` (or `-dlb`)
|
207 | 211 | - Configuration File: `downloadsBefore` element
|
208 | 212 |
|
209 |
| -The Downloads Before Modification may be used to download files from the Flashpoint Server. This is useful for software that is only capable of loading files from the computer. The command line argument may be used more than once to download multiple files. For example, this command line, in combination with a Software Mode Template, may be used to download a file for Hypercosm, which can only load files from the computer. For more information, see the section about [Mode Template Modifications](#mode-templates) above. |
210 |
| - |
211 |
| -`FlashpointSecurePlayer --download-before "http://hypercosm/fish.hcvm" --software "http://hypercosm/fish.hcvm"` |
212 |
| - |
213 |
| -``` |
214 |
| -<modification name="hypercosm"> |
215 |
| - <modeTemplates> |
216 |
| - <softwareModeTemplate> |
217 |
| - <regexes> |
218 |
| - <regex name="^(\s*"?)http://(.+)$" replace="$1..\..\..\Server\htdocs\$2" /> |
219 |
| - <regex name="(.+)" replace="Hypercosm\components\Hypercosm3D5E449320.exe $1" /> |
220 |
| - </regexes> |
221 |
| - </softwareModeTemplate> |
222 |
| - </modeTemplates> |
223 |
| -</modification> |
224 |
| -``` |
225 |
| - |
226 |
| -Here is a `modification` element that demonstrates the use of the Downloads Before Modification. |
| 213 | +The Downloads Before Modification may be used to download files from the Flashpoint Server. This is useful for software that is only capable of loading files from the computer. The command line argument may be used more than once to download multiple files. Here is a `modification` element that demonstrates the use of the Downloads Before Modification. |
227 | 214 |
|
228 | 215 | ```
|
229 | 216 | <modification name="downloadsbeforeexample">
|
|
0 commit comments