-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
BetaLeaf
authored
Mar 12, 2018
1 parent
88abfdd
commit d8cd399
Showing
1 changed file
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,24 @@ | ||
# Parsec-Remote-Launch | ||
# Parsec Remote Launcher | ||
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-Launch/releases/latest) from the Releases section. | ||
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. | ||
|
||
## 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. | ||
|
||
## Thanks for trying my software | ||
Have an issues or want to leave Feedback? Got a cool feature you would like to see? Create an [Issue](https://github.com/BetaLeaf/Parsec-Remote-Launcher/issues). | ||
Feel free to compile the source code yourself. Instruction can be found at [https://www.autoitscript.com/autoit3/docs/intro/compiler.htm](https://www.autoitscript.com/autoit3/docs/intro/compiler.htm) |