mirror of https://github.com/tiyn/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
689 B
20 lines
689 B
# Sid Meier's Civilization VI
|
|
|
|
[Sid Meier's Civilization VI](https://civilization.com/de-DE/) is a round-based
|
|
strategy game which is available as a standalone Launcher for Windows and on
|
|
[Steam](./steam.md) and many other video game distribution services.
|
|
|
|
## Troubleshooting
|
|
|
|
### Problems launching with [Proton](./steam.md)
|
|
|
|
Due to the standalone launcher of Civilization VI being used in the startup
|
|
process of steam, it can be useful to skip the launcher by
|
|
setting the following line as launch options in the general tab of
|
|
steams game related settings:
|
|
|
|
```sh
|
|
eval $( echo "%command%" | sed "s/2KLauncher\/LauncherPatcher.exe'.*/Base\/Binaries\/Win64Steam\/CivilizationVI'/" )
|
|
```
|
|
|