Skip to content

Commit 1dcaa26

Browse files
author
BetaLeaf
authored
Update README.md
1 parent d8cd399 commit 1dcaa26

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22
This utility will launch a remote application and establish a connection with Parsec from a shortcut.
33

44
## How to use
5-
1. Download the [latest version](https://github.com/BetaLeaf/Parsec-Remote-Launcher/releases/latest) from the Releases section.
6-
2. Modify the included .ini file to meet your needs.
7-
3. Make a shortcut of the exe to your desktop and modify the shortcut to include the remote path of the application you want to launch.
5+
1. Download the [latest version](https://github.com/BetaLeaf/Parsec-Remote-Launcher/releases/latest) from the Releases section.
6+
2. Modify the included .ini file to meet your needs.
7+
3. Make a shortcut of the exe to your desktop and modify the shortcut to include the remote path of the application you want to launch.
88

99
##### Examples:
1010
```"Parsec Remote Launcher.exe" "C:\Program Files\Steam\Steam.exe -applaunch 570" (launches Dota 2)```
1111
```"Parsec Remote Launcher.exe" "steam://run/570" (also launches Dota 2, but from URI path)```
1212

1313
## Advanced usage
14-
The .ini file uses the flags found in the [Parsec config documentation](https://parsecgaming.com/config).
15-
Flags set in the .ini file override the host's config.txt.
16-
Ini sections [Parsec] and [PsExecFlags] must be set and cannot be omitted.
17-
Ini section [ParsecFlags] can be completely omitted. If not using any flags, remove [ParsecFlags] section header.
14+
* The .ini file uses the flags found in the [Parsec config documentation](https://parsecgaming.com/config).
15+
* Flags set in the .ini file override the host's config.txt.
16+
* Ini sections [Parsec] and [PsExecFlags] must be set and cannot be omitted.
17+
* Ini section [ParsecFlags] can be completely omitted. If not using any flags, remove [ParsecFlags] section header.
18+
* Display resolution is automatically detected and set if you leave those flags omitted. It will always match the client resolution.
1819

1920
## Planned features
2021
The ability to override flags in the .ini file from a shortcut. For now, you can create groups by making a copy and renaming both the .exe and .ini files. Both files must have matching names.

0 commit comments

Comments
 (0)