diff --git a/wiki/games/counter-strike_2.md b/wiki/games/counter-strike_2.md new file mode 100644 index 0000000..b421ed1 --- /dev/null +++ b/wiki/games/counter-strike_2.md @@ -0,0 +1,17 @@ +# Counter-Strike 2 + +[Counter-Strike 2](https://www.counter-strike.net/cs2) is a tactical first-person shooter developed +by [Valve](https://www.valvesoftware.com/en/). +It is distributed via [Steam](./steam.md). + +## Troubleshooting + +### Problems launching on [Steam](/wiki/games/steam.md) + +On [Linux](/wiki/linux.md) systems launching can run into problems. +To fix those the following line should be set as launch options in the general tab of steams game +related settings: + +```sh +gamemoderun %command% -vulkan -sdlaudiodriver pipewire -novid -high -fullscreen -nojoy +```