From d28f7108bb7418b1cc504211687ffde2a0f1331c Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 5 Sep 2022 22:43:52 +0200 Subject: [PATCH] civ 6: added proton fix --- wiki/games/sid_meier's_civilization_vi.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 wiki/games/sid_meier's_civilization_vi.md diff --git a/wiki/games/sid_meier's_civilization_vi.md b/wiki/games/sid_meier's_civilization_vi.md new file mode 100644 index 0000000..c23ee9a --- /dev/null +++ b/wiki/games/sid_meier's_civilization_vi.md @@ -0,0 +1,17 @@ +# 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. + +## Problems launching with [Proton](./steam.md) + +Due to the standalone launcher of Civilization VI being used in the startup +process of [steam](./steam.md), it can be useful to skip the launcher by +setting the following line as `Launch Options` in the `General` tab of +[steams](./steam.md) game related settings: + +```sh +eval $( echo "%command%" | sed "s/2KLauncher\/LauncherPatcher.exe'.*/Base\/Binaries\/Win64Steam\/CivilizationVI'/" ) +``` +