cemutil/README.md
2019-05-20 08:32:55 +02:00

62 lines
2.6 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/HengiFettlich/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 latest known working Cemu, Cemu Hook and the latest Graphics Packs:
```
wget -O ./cemutil.sh https://github.com/HengiFettlich/cemutil/raw/master/cemutil.sh && chmod +x cemutil.sh && ./cemutil.sh -a
```
Run the following commands to download and run the program with the '-l' flag to download latest Cemu, Cemu Hook and the latest Graphics Packs:
```
wget -O ./cemutil.sh https://github.com/HengiFettlich/cemutil/raw/master/cemutil.sh && chmod +x cemutil.sh && ./cemutil.sh -l
```
Support
===============================================================
Go to #linux on [CEMU Discord](https://discord.gg/5psYsup)
- If you're using an Arch based Distro, it is recommended to build wine-tkg yourself.(https://github.com/Tk-Glitch/PKGBUILDS/tree/master/wine-tkg-git)
- Ubuntu Users should install wine-staging 4.6
Users with Ubuntu 18.04 and later can run this command in terminal:
```
wget -O ./ubuntu-wine.sh https://github.com/HengiFettlich/cemutil/raw/master/ubuntu-wine.sh && chmod +x ubuntu-wine.sh && sudo ./ubuntu-wine.sh
```
Vega Users
===============================================================
Vega Graphics users on ubuntu should use the padoka ppa for latest Mesa builds, as the texture walls are fixed there.
```
sudo add-apt-repository ppa:paulo-miguel-dias/mesa
sudo apt-get update
sudo apt-get upgrade
```
Arch (i.e. Manjaro or Antergos Users) edit /etc/pacman.conf, i.e. with gedit:
```
sudo gedit /etc/pacman.conf
```
to the bottom of the file add:
```
[mesa-git]
SigLevel = PackageOptional
Server = http://pkgbuild.com/~lcarlier/$repo/$arch
```
save the file and then type:
```
sudo pacman -Syu mesa-git
```