Hello, I would like to play The Grinch in widescreen but there are two issues:
1/ by default the maximum resolution available is 1024x768. I was able to change the resolution in the "config.pc" to 1920x1080, but it is stretched:
1024x768 :
Attachment:
1.jpg [ 27.98 KiB | Viewed 2588 times ]
Attachment:
2.jpg [ 24.28 KiB | Viewed 2588 times ]
1920x1080 :
Attachment:
3.jpg [ 47.16 KiB | Viewed 2592 times ]
Attachment:
4.jpg [ 40.67 KiB | Viewed 2594 times ]
I tried to set it to 1440x1080 to keep a 4/3 ratio but the graphics are completely broken, though I'm running XP under VirtualBox so it might be the video driver:
Attachment:
5.jpg [ 22.71 KiB | Viewed 2602 times ]
2/ the game requires to run on 16bit color mode. It's more an inconvenience because XP has a compatibility option to run on 256 bits color mode and will switch automatically, but there is no such option for 16bit color mode.
I tried to install nGlide but it doesn't change anything; I ran "strings" on the exe and found this, if it helps:
Code:
\opengl32.dll
\glu32.dll
Default OpenGL Driver
\3dfxvgl.dll
\3dfxvglu.dll
3dfx Standalone OpenGL Driver
\opengl.dll
\glu.dll
SGI Software OpenGL Driver
Here are the content of config.pc (I couldn't upload it) with the 1024x768 configuration; I don't know if there is a FOV option in it, the game seems to save other options like language somewhere else.
Code:
0 14 00 00 00 02 00 00 00 01 00 00 00 00 00 00 00 ................
10 00 04 00 03 01 00 00 00 02 00 00 00 00 00 00 00 ................
20 00 00 00 00 00 00 f0 3f 00 00 00 00 00 00 f0 3f .......?.......?
30 64 00 00 00 4b 00 00 00 64 00 00 00 01 00 00 00 d...K...d.......
40 00 01 02 03 04 05 06 07 08 09 0a 0b 48 01 00 00 ............H...
50 50 01 00 00 4d 01 00 00 4b 01 00 00 12 00 00 00 P...M...K.......
60 10 00 00 00 13 00 00 00 11 00 00 00 1e 00 00 00 ................
70 1f 00 00 00 20 00 00 00 21 00 00 00 0f 00 00 00 .... ...!.......
80 3b 00 00 00 00 00 00 00 48 00 00 00 50 00 00 00 ;.......H...P...
90 4d 00 00 00 4b 00 00 00 00 00 00 00 00 00 00 00 M...K...........
A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
B0 53 01 00 00 4f 01 00 00 00 00 00 00 00 00 00 00 S...O...........
C0 00 00 00 00 0f 00 00 00 1c 00 00 00 10 01 00 00 ................
D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 f0 3f ...............?
E0 00 00 00 00 00 00 f2 3f 00 00 00 00 00 00 f0 3f .......?.......?
F0 00 00 00 00 00 00 00 00 ........
Thanks!