From 1dcaa266f7ba58b69558aa7d5080a005560b0ca7 Mon Sep 17 00:00:00 2001 From: BetaLeaf Date: Mon, 12 Mar 2018 10:47:54 -0400 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9ca6f5f..27b4c86 100644 --- a/README.md +++ b/README.md @@ -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.