Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaLeaf authored Mar 12, 2018
1 parent d8cd399 commit 1dcaa26
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
This utility will launch a remote application and establish a connection with Parsec from a shortcut.

## How to use
1. Download the [latest version](https://github.com/BetaLeaf/Parsec-Remote-Launcher/releases/latest) from the Releases section.
2. Modify the included .ini file to meet your needs.
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.
1. Download the [latest version](https://github.com/BetaLeaf/Parsec-Remote-Launcher/releases/latest) from the Releases section.
2. Modify the included .ini file to meet your needs.
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.

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

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

## Planned features
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.
Expand Down

0 comments on commit 1dcaa26

Please sign in to comment.