Sam & Max uses the registry to store its configuration:
Code:
[HKEY_CURRENT_USERSoftwareTelltale GamesSam & Max Season 2]
"Screen Resolution First"=hex:00,00,a0,40
"Screen Resolution Index"=hex:00,00,00,41
"Volume Music"=hex:ae,47,e1,3e
"Volume Voice"=hex:c2,f5,28,3f
"Volume Sound"=hex:c2,f5,a8,3e
"Windowed"=dword:00000000
"Fullscreen anti-aliasing quality"=hex:00,00,80,bf
"Enable Subtitles"=dword:00000000
"Enable Rollover Text"=dword:00000001
"Hint Level"=hex:00,00,80,3f
"nDecalLevelElmer"=hex:00,00,00,40
Unfortunately the hex values for the resolution don't correspond to a decimal horizontal/vertical resolution. Here are some values, maybe someone else can figure it out, if it's not completely proprietary:
1680x1050:
Screen Resolution First = 00 00 a0 40
Screen Resolution Index = 00 00 00 41
1280x1024:
Screen Resolution First = 00 00 a0 40
Screen Resolution Index = 00 00 c0 40
1024x768:
Screen Resolution First = 00 00 40 40
Screen Resolution Index = 00 00 40 40