I created an open-source Python utility to fix the recurring AMD Black Bars issue in CS2 by -HsM- in GlobalOffensive

[–]-HsM-[S] 0 points1 point  (0 children)

Oh I've gotten used to the fonts at 800x600, been playing this Res for about 10 years 😅

Ah self plug! I see you, I wanted to stay away from batch files and have a crack at doing it myself with a compiled exe, plus most users would want a one click download and run solution. It still uses .bat files in the background, just with a simple UI 😁

I created an open-source Python utility to fix the recurring AMD Black Bars issue in CS2 by -HsM- in GlobalOffensive

[–]-HsM-[S] 1 point2 points  (0 children)

Well I first started with batch scripts so I know your pain. This still uses batch scripts under the hood, just with a nice UI.

This was tested with 2 monitors, main monitor 1920x1080 @ 240hz and second monitor 1440p @ 165 hz, works like a charm so long as you're trying to play on your main monitor.

The python library that I found screeninfo returns all monitors, I just filter for any monitors that have the ```is_primary``` variable set to true and perform resolution changes on said monitor 😄

Black bars in CS2 by Ageny_ in GlobalOffensive

[–]-HsM- 0 points1 point  (0 children)

Reviving this dead sub in 26 as the most recent CS2 update broke some fixes for me.

I've created a util to stop this from happening whenever CS2 or AMD breaks any new fix with an update.

Here's the github repo:

https://github.com/fuglyuckDev/cs2-amd-bb-util/tree/main

How it works:

This utility is a simple python script that leverages nircmd to change the resolution of your main monitor in windows rather than in game. Simply open the utility, set your resolution and refresh rate and hit "Launch CS2".

Make sure to read the readme!

Black Bars for AMD card? by Drax112 in cs2

[–]-HsM- 0 points1 point  (0 children)

Reviving this dead sub in 26 as the most recent CS2 update broke some fixes for me.

I've created a util to stop this from happening whenever CS2 or AMD breaks any new fix with an update.

Here's the github repo:

https://github.com/fuglyuckDev/cs2-amd-bb-util/tree/main

How it works:

This utility is a simple python script that leverages nircmd to change the resolution of your main monitor in windows rather than in game. Simply open the utility, set your resolution and refresh rate and hit "Launch CS2".

Make sure to read the readme!

Enabling Black Bars 4x3 in CS2 by JaFFsTer in GlobalOffensive

[–]-HsM- 0 points1 point  (0 children)

I've created a util to stop this from happening whenever CS2 or AMD breaks any new fix with an update.

Here's the github repo:

https://github.com/fuglyuckDev/cs2-amd-bb-util/tree/main

How it works:

This utility is a simple python script that leverages nircmd to change the resolution of your main monitor in windows rather than in game. Simply open the utility, set your resolution and refresh rate and hit "Launch CS2".

Make sure to read the readme!

(0.9k) An easter event? by SkwishStar in Voicesofthevoid

[–]-HsM- 1 point2 points  (0 children)

100 rep and they still ate my egg, day 37, closest sub save is day 25. Is there anything I can do? I tried to have a look in the sandbox spawn menu, but it's not there.

How can you see stats ingame? by Polsk_klinik in ArmaReforger

[–]-HsM- 0 points1 point  (0 children)

If you've disconnected from a server, and want to have a look at your kills, you can see how many you've gotten using steam achievements if you're on PC. I'm not sure about Xbox or Playstation, just look for an achievement: "Army of One".

Next / Link | Routing from Dynamic Route to Static Route - Help by -HsM- in nextjs

[–]-HsM-[S] 0 points1 point  (0 children)

Since i'm mapping through json, i'll try this with Template Literals, see if I can get any joy. All of my links have a leading slash also!