Regalis11 / scpcb

SCP - Containment Breach
367 stars 106 forks source link

closed to sync #211

Closed Veinhelm closed 2 years ago

Veinhelm commented 2 years ago
ChronoQuote commented 2 years ago
  • Add resolution limit remover

IIRC there are issues with screen effects at resolutions above 1080p. In particular, setting the in-game gamma setting to anything other than 100% creates black bars on the sides of the screen. Is that fixed here?

Veinhelm commented 2 years ago

I was unaware of that. I have a 1080p monitor and just threw the DLL in there. A past commit may have fixed it but I'm not entirely sure. I've contacted two of my friends with a higher res monitor to test this when they're available to see if it happens.

Veinhelm commented 2 years ago

The bug is still present. They got the black bars when they changed the gamma. It also MAV'd when they tried to run with fullscreen at 1440p. Might remove the resolution limit remover.

Jabka666 commented 2 years ago

The bug is still present. They got the black bars when they changed the gamma. It also MAV'd when they tried to run with fullscreen at 1440p. Might remove the resolution limit remover.

It MAV'd because you should increase width and height parameters in the code. 2048 should be 4096 1024 should be 2048 and etc Better if you'll make a dynamic variable for that

Veinhelm commented 2 years ago

I don't have any idea where I do that, since I'm having some trouble navigating the source code. I get what you mean though, I had to do something similar to solve a similar problem with another Blitz game. Combined with that, I'm still learning BlitzBasic.

Veinhelm commented 2 years ago

reopening soon to sync with new merges dev