Posted February 17, 2009
high rated
Since many players these days have widescreen monitors i thought i'd share my experiences so far playing gothic games in widescreen resolutions. Since i have a 16:10 monitor, this is the only widescreen aspect ratio i can be certain of, but i imagine things are similar if you have a 16:9 monitor.
Gothic
The game seems to support widescreen resolutions just fine, the problem is you can not set higher resolutions in the game options. The maximum resolution i could set was 1400x1050 and the only widescreen resolution that i could see in the options menu for my aspect ratio was 1280x800. The solution to get the game running in 1680x1050 resolution for example is to edit gothic.ini and change the following values:
zVidResFullscreenX=640
zVidResFullscreenY=480
zVidResFullscreenBPP=16
to
zVidResFullscreenX=1680
zVidResFullscreenY=1050
zVidResFullscreenBPP=32
There is a problem with that solution however. If you run the game after changing these values the game starts and displays the resolution fine but if you exit the game the resolution gets set back to 640x480x16. The solution for me was to:
1) tweak the gothic.ini file,
2) make a copy of the gothic.ini file and rename it to for example gothic.in
3) create a gothic.bat file in the folder with gothic.exe, gothic.ini and our new gothic.in containing the following:
copy gothic.in gothic.ini /Y
gothic.exe
exit
That makes sure gothic.ini file that the game messes up gets replaced with our tweaked ini file every time the game is started with that .bat file. Voila! Permanent 1680x1050 resolution! I have tried making gothic.ini read only after tweaking but that just makes the game crash. I'm sure there are more elegant solutions, but for me this one works just fine.
Gothic 2
I imagine that the solution that i used with Gothic works here too, but this time the game can actually see and set the higher resolutions too. The only thing you need to do for it is to open gothic.ini and change:
extendedMenu=0
to
extendedMenu=1
After that you should see more resolutions in the game video settings.
Now for the bad news. The game seems to have an annoying bug with widescreen resolutions. Everything gets stretched so that people look fat etc. The cure is to talk to any npc. After you do everything looks normal until you load a savegame. Strangely Gothic does not seem to have that bug.
Gothic
The game seems to support widescreen resolutions just fine, the problem is you can not set higher resolutions in the game options. The maximum resolution i could set was 1400x1050 and the only widescreen resolution that i could see in the options menu for my aspect ratio was 1280x800. The solution to get the game running in 1680x1050 resolution for example is to edit gothic.ini and change the following values:
zVidResFullscreenX=640
zVidResFullscreenY=480
zVidResFullscreenBPP=16
to
zVidResFullscreenX=1680
zVidResFullscreenY=1050
zVidResFullscreenBPP=32
There is a problem with that solution however. If you run the game after changing these values the game starts and displays the resolution fine but if you exit the game the resolution gets set back to 640x480x16. The solution for me was to:
1) tweak the gothic.ini file,
2) make a copy of the gothic.ini file and rename it to for example gothic.in
3) create a gothic.bat file in the folder with gothic.exe, gothic.ini and our new gothic.in containing the following:
copy gothic.in gothic.ini /Y
gothic.exe
exit
That makes sure gothic.ini file that the game messes up gets replaced with our tweaked ini file every time the game is started with that .bat file. Voila! Permanent 1680x1050 resolution! I have tried making gothic.ini read only after tweaking but that just makes the game crash. I'm sure there are more elegant solutions, but for me this one works just fine.
Gothic 2
I imagine that the solution that i used with Gothic works here too, but this time the game can actually see and set the higher resolutions too. The only thing you need to do for it is to open gothic.ini and change:
extendedMenu=0
to
extendedMenu=1
After that you should see more resolutions in the game video settings.
Now for the bad news. The game seems to have an annoying bug with widescreen resolutions. Everything gets stretched so that people look fat etc. The cure is to talk to any npc. After you do everything looks normal until you load a savegame. Strangely Gothic does not seem to have that bug.
Post edited February 17, 2009 by tolknaz