Posted October 29, 2013
high rated
Hi,
After some experimentation, I figured out how to optimize the game for running on my 1920x1080 monitor, and I thought I'd share it with anyone else who might need help.
- In the IHNMAIMS game folder, open dosboxnomouth.config in Notepad.
Under [sdl]:
- Change "fulldouble=false" to "true".
- Change "fullresolution=original" to "1920x1080".
- Change "output=surface" to "opengl". (You might have to experiment with this, depending on your video card. From the notes in the file: "Possible values: surface, overlay, opengl, openglnb, ddraw.")
Under [render]
- Change "aspect=false" to "true"
The graphics are now much sharper while maintaining the original 4:3 aspect ratio.
I also was experiencing the audio stuttering problem, so while in the file, under [mixer], change "prebuffer=20" to "100". (This I learned from the thread below, so thanks to those guys, sorry, I forgot your handles!)
The game now runs perfectly for me. Hopefully this will help you, too.
After some experimentation, I figured out how to optimize the game for running on my 1920x1080 monitor, and I thought I'd share it with anyone else who might need help.
- In the IHNMAIMS game folder, open dosboxnomouth.config in Notepad.
Under [sdl]:
- Change "fulldouble=false" to "true".
- Change "fullresolution=original" to "1920x1080".
- Change "output=surface" to "opengl". (You might have to experiment with this, depending on your video card. From the notes in the file: "Possible values: surface, overlay, opengl, openglnb, ddraw.")
Under [render]
- Change "aspect=false" to "true"
The graphics are now much sharper while maintaining the original 4:3 aspect ratio.
I also was experiencing the audio stuttering problem, so while in the file, under [mixer], change "prebuffer=20" to "100". (This I learned from the thread below, so thanks to those guys, sorry, I forgot your handles!)
The game now runs perfectly for me. Hopefully this will help you, too.