Skip to content

Commit

Permalink
Merge pull request #38 from mactan-sc/main
Browse files Browse the repository at this point in the history
manual install instructions using proton umu-launcher
  • Loading branch information
mactan-sc authored Sep 27, 2024
2 parents 3964b4c + c0563dd commit c4f05e2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion wiki/Manual-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ _Distributions that use /etc/security/limits.conf_
* Add the following line to /etc/security/limits.conf: `* hard nofile 524288`


## Installing
## Wine Installation

1. Install and configure the necessary prerequisites
2. Create your wine prefix: `WINEPREFIX=~/path/you/want/to/starcitizen winecfg`
Expand All @@ -57,6 +57,18 @@ mkdir -p "/path/to/prefix/drive_c/Program Files/Roberts Space Industries/StarCit
If you have trouble installing recent Wine versions on a Debian-based distro due to missing faudio, see [this link](https://www.linuxuprising.com/2019/09/how-to-install-wine-staging-development.html).


## Proton Installation

1. Install Open Wine Components [umu-launcher](https://github.com/Open-Wine-Components/umu-launcher/releases/latest)
2. Download and run the RSI Launcher installer
```
GAMEID="umu-starcitizen" umu-run "~/Downloads/RSI Launcher-Setup-2.0.5.exe"
```
3. Run the RSI Launcher
```
GAMEID="umu-starcitizen" PROTONPATH="GE-Proton" umu-run "~/Games/umu/umu-starcitizen/drive_c/Program Files/Roberts Space Industries/RSI Launcher/RSI Launcher.exe"
```

## EAC Workaround

See the Manual Configuration instructions on our EAC wiki page [here](https://github.com/starcitizen-lug/knowledge-base/wiki/Tips-and-Tricks#easy-anti-cheat-workaround).

0 comments on commit c4f05e2

Please sign in to comment.