Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: StillInThe90s on Sun 11/05/2014 00:35:07

Title: Does all systems support gamma control?
Post by: StillInThe90s on Sun 11/05/2014 00:35:07
I realized that all my backgrounds and sprites were made on a pretty bright screen, which might leave some players "in the dark" so to speak.
It looks like a gamma slider might be a quick fix but only if people can use it (obviously).
So, when the manual says:
Quote"..whether the player's PC supports changing the screen's gamma control settings"
..does this mean that it won't work in window mode -period, or will it only work on some machines?
If so: are non-gamma-setting -systems common?
Title: Re: Does all systems support gamma control?
Post by: Ghost on Sun 11/05/2014 04:03:45
Gamma will only work in fullscreen mode, as soon as someone has to run your game windowed, he can't use AGS gamma and will have to adjust his monitor. There's no way around that.
In my experience each and every (recent) computer allows you to either tweak your monitor settings directly and/or gives acess to the graphics card's panel; so:
Yes, people can change their setting to play your game.
NO, they won't like it :-\

_
edit:
I ran into a similar situation with my very first game (what was black on my monitor was barely 60% grey on a well adjusted one). The thing is, just tweaking brightness will result in colours looking all wrong; personally I'd say you're better of recreating the images, and reimport them. Might be a lot of work, but it's usually worth it.
Title: Re: Does all systems support gamma control?
Post by: Cassiebsg on Sun 11/05/2014 08:19:56
Probably silly question, but can't you just load your BGs on your paint program, adjust the gamma and then re-import them into the game? (http://www.adventuregamestudio.co.uk/forums/Smileys/AGS/huh.gif)
Title: Re: Does all systems support gamma control?
Post by: Khris on Sun 11/05/2014 12:56:53
Silly indeed, since people have their monitors set to different levels of brightness, which is what causes this problem in the first place :)
Title: Re: Does all systems support gamma control?
Post by: StillInThe90s on Sun 11/05/2014 19:07:15
Alans last Draconian build (http://www.adventuregamestudio.co.uk/forums/index.php?topic=44502.0) seems to be supporting windowed gamma control.
Could this be an option?

EDIT: I tried compiling with draconian 7 and it looks promising. Any known issues with this build?