Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tkashkin authored Mar 19, 2017
1 parent e2fae24 commit e9cda15
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,43 @@
# ZLauncher
The Legend of Zelda: Breath of the Wild custom launcher

## Features
* Launch game (both with user and admin priveleges)
* Launch speedhack (CheatEngine standalone trainer)
* Supports launching from Steam library as Non-Steam game
* Launch game through Steam with admin priveleges

## Configuration
All configurations are done by `zlauncher.ini` config file.
ZLauncher can use another config file if specified with `-config` command line parameter.

This is an example config file:
```ini
[cemu]
path=D:\Programs\Cemu ; Path to Cemu
fullscreen=true ; Fullscreen
cmdline= ; Additional Cemu command line parameters

[game]
path=D:\Games\WiiU\The Legend of Zelda - Breath of the Wild ; Path to the game
elevate=true ; Run game with admin priveleges

[speedhack]
path=.\speedhack.exe ; Path to speedhack trainer
enabled=false ; Is speedhack enabled

[steam]
enabled=true ; Is Steam support enabled
elevate=true ; Run Steam with admin priveleges
gameid=12927812811798609920 ; Game id in Steam library
```

You can launch game through Steam to get Steam overlay and Steam controller working:
* Add ZLauncher into your Steam library as a Non-Steam game
* Create desktop shortcut for this game
* Find new shortcut on desktop and open its properties
* Copy id number from URL attribute. It will be something like **steam://rungameid/`12927812811798609920`**
* Paste id to the `gameid` parameter of the `[steam]` section
* Delete shortcut if you want
* Set the `[steam].enabled` parameter to `true`
* Set the `[steam].elevate` and `[game].elevate` parameters to `true` if you want to run game as admin

0 comments on commit e9cda15

Please sign in to comment.