2023-02-27 15:02:21 +01:00
|
|
|
# csgo-vulkan-fix
|
|
|
|
|
2023-10-31 18:45:55 +01:00
|
|
|
Originally meant for csgo / cs2, but can work with any app, really.
|
|
|
|
|
|
|
|
csgo-vulkan-fix is a way to force apps to a fake resolution without
|
|
|
|
them realizing it.
|
2023-09-28 00:33:36 +02:00
|
|
|
|
|
|
|
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
|
2023-10-31 18:45:55 +01:00
|
|
|
|
|
|
|
# NOT a regex! This is a string and has to exactly match initial_class
|
|
|
|
class = cs2
|
2023-02-27 15:02:21 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
fullscreen the game manually and enjoy.
|