From cd9a3b9b24c1a507faabe1c9bb34f226641fd1bf Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Tue, 24 Sep 2024 23:42:13 +1000 Subject: [PATCH] csgo-vulkan-fix: change cs2 class to match current class, remove unneeded -vulkan option --- csgo-vulkan-fix/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/csgo-vulkan-fix/README.md b/csgo-vulkan-fix/README.md index 4218dc6..569c5c8 100644 --- a/csgo-vulkan-fix/README.md +++ b/csgo-vulkan-fix/README.md @@ -12,7 +12,7 @@ With this plugin, you aren't anymore. CS2 launch options: ``` --vulkan -window -w -h -vulkan +-window -w -h ``` example plugin config: @@ -23,7 +23,8 @@ plugin { res_h = 1050 # NOT a regex! This is a string and has to exactly match initial_class - class = cs2 + # At some point Counter Strike 2's class was changed to 'SDL Application' + class = SDL Application # Whether to fix the mouse position. A select few apps might be wonky with this. fix_mouse = true @@ -31,4 +32,4 @@ plugin { } ``` -fullscreen the game manually and enjoy. \ No newline at end of file +fullscreen the game manually and enjoy.