- Add Graphics packs to the verbage of the ReadMe - Update the 'wget' command to include a specific file to output too in case a user runs the script when a 'cemutil.sh' already exists in the directory, this will prevent if from creating 'cemutil.sh.#' and not running the latest script as part of the rest of the command. - Add a second version of the command to run with the '-a' flag as a quick all-in-one command
26 lines
1.3 KiB
Markdown
26 lines
1.3 KiB
Markdown
cemutil -- a Linux CEMU install helper
|
|
===============================================================
|
|
|
|
Capabilties
|
|
===============================================================
|
|
- Supports downloading latest cemu, cemuzips and graphic packs, then installing them to either ~/.cemu or a location of your choosing.
|
|
- Supports using local zips for the install.
|
|
- Creates and configures a wineprefix in the install directory, to not impact the default prefix.
|
|
- Creates two launch scripts: one for cemu normally (with glthread and vsync flags set), and another for launching Zelda BOTW on gcn3 cards (e.g. polaris, fiji).
|
|
|
|
Running
|
|
===============================================================
|
|
Run the following commands to download and run the program to see usage capabilities:
|
|
```
|
|
wget -O ./cemutil.sh https://github.com/CEMULinux/cemutil/raw/master/cemutil.sh && chmod +x cemutil.sh && ./cemutil.sh
|
|
```
|
|
|
|
Run the following commands to download and run the program with the '-a' flag to download Cemu, Cemu Hook and the latest Graphics Packs:
|
|
```
|
|
wget -O ./cemutil.sh https://github.com/CEMULinux/cemutil/raw/master/cemutil.sh && chmod +x cemutil.sh && ./cemutil.sh
|
|
```
|
|
|
|
Support
|
|
===============================================================
|
|
Go to #linux on [CEMU Discord](https://discord.gg/5psYsup)
|