mirror of
https://github.com/tiyn/wiki.git
synced 2025-10-17 05:11:18 +02:00
20 lines
677 B
Markdown
20 lines
677 B
Markdown
# Counter-Strike 2
|
|
|
|
[Counter-Strike 2](https://www.counter-strike.net/cs2) is a tactical first-person shooter
|
|
[game](/wiki/game.md) developed by [Valve](https://www.valvesoftware.com/en/).
|
|
It is distributed via [Steam](./steam.md).
|
|
|
|
## Troubleshooting
|
|
|
|
This section addresses various errors that can happen when playing Counter-Strike 2.
|
|
|
|
### Problems launching on [Steam](/wiki/game/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
|
|
```
|