hyprland-plugins/csgo-vulkan-fix/README.md

25 lines
412 B
Markdown
Raw Normal View History

2023-02-27 15:02:21 +01:00
# csgo-vulkan-fix
2023-09-28 00:33:36 +02:00
Updated for CS2.
If you want to play CS2, you're locked to your native res.
Other resolutions (especially not 16:9) are wonky.
2023-02-27 15:02:21 +01:00
With this plugin, you aren't anymore.
2023-09-28 00:33:36 +02:00
CS2 launch options:
2023-02-27 15:02:21 +01:00
```
2023-09-28 00:33:36 +02:00
-vulkan -window -w <RESX> -h <RESY> -vulkan
2023-02-27 15:02:21 +01:00
```
example plugin config:
```
plugin {
csgo-vulkan-fix {
res_w = 1680
res_h = 1050
}
}
```
fullscreen the game manually and enjoy.