Posted April 05, 2010
I know there's a way of doing this but can't remember how. The game works perfectly, but has black bars either side (as it was obviously designed pre-widescreen). I'm sure there's a line you can add to the dosbox.conf file to stretch the video to fill the screen. Any help would be much appreciated :)
Here's my .conf file at the moment:
[sdl]
output= overlay
fullresolution= 0x0
fullscreen= true
autolock= true
[render]
aspect= true
scaler= none
widescreenmonitor= true
widescreenmode= stretch
[cpu]
core= normal
cycles= 10000
[autoexec]
cls
@ECHO OFF
mount C "."
c:
cd \
SIERRA.EXE .\resource.cfg
exit
Thanks!
Andrew
Here's my .conf file at the moment:
[sdl]
output= overlay
fullresolution= 0x0
fullscreen= true
autolock= true
[render]
aspect= true
scaler= none
widescreenmonitor= true
widescreenmode= stretch
[cpu]
core= normal
cycles= 10000
[autoexec]
cls
@ECHO OFF
mount C "."
c:
cd \
SIERRA.EXE .\resource.cfg
exit
Thanks!
Andrew
Post edited April 05, 2010 by andrew84uk