hyprland-plugins/csgo-vulkan-fix
Mihai Fufezan 205ef4d7f8
add initial pluginBuilder
2023-10-04 12:11:07 +03:00
..
Makefile unbreak build on arch 2023-05-08 19:02:38 +01:00
README.md csgo-vulkan-fix: update readme 2023-09-27 23:33:36 +01:00
default.nix add initial pluginBuilder 2023-10-04 12:11:07 +03:00
globals.hpp Meson: init in all plugins and fix include paths 2023-04-27 02:01:22 +03:00
main.cpp csgo-vulkan-fix: bring back mouse patch 2023-09-28 22:21:37 +01:00
meson.build Meson: init in all plugins and fix include paths 2023-04-27 02:01:22 +03:00

README.md

csgo-vulkan-fix

Updated for CS2.

If you want to play CS2, you're locked to your native res. Other resolutions (especially not 16:9) are wonky.

With this plugin, you aren't anymore.

CS2 launch options:

-vulkan -window -w <RESX> -h <RESY> -vulkan

example plugin config:

plugin {
    csgo-vulkan-fix {
        res_w = 1680
        res_h = 1050
    }
}

fullscreen the game manually and enjoy.