:welcome
Here's how to navigate the site...
From the top bar, highlight
Games, Hacks & Tools and select
Master Games List. Then in the B list, find Battlefield 1942. VoilĂ !
Apparently the game only supports widescreen through stretching... but you can try Matt's unconfirmed solution:
To get widescreen in BF1942 even with the newest patch, do this:
Replace the line:
game.setGameDisplayMode 800 600 32 0
With:
game.setGameDisplayMode 1680 1050 32 60
In the Following Files:
C:Program FilesEA GAMESBattlefield 1942Modsbf1942SettingsProfilesDefaultVideoCustom.con
C:Program FilesEA GAMESBattlefield 1942Modsbf1942SettingsProfilesDefaultVideo.con
C:Program FilesEA GAMESBattlefield 1942Modsbf1942SettingsProfilesCustomVideoCustom.con
C:Program FilesEA GAMESBattlefield 1942Modsbf1942SettingsProfilesCustomVideo.con
Add the line:
renderer.fieldOfView 1.1
To the Following File:
C:Program FilesEA GAMESBattlefield 1942Modsbf1942SettingsVideoDefault.con
Then set both of those sets of files to read-only.
The game interface isn't widescreen, but once you get into the game it pops out to 1680x1050 goodness, with the UI stretched to match the screen size.
Let us know...