It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
So this game is fantastic, no doubt about it but after all these years it would be nice to have it in widescreen.

Any solutions?
This question / problem has been solved by CrazyDiscoBallimage
avatar
darthspudius: So this game is fantastic, no doubt about it but after all these years it would be nice to have it in widescreen.

Any solutions?
`

When you launch the game, open the console command menu. It is usually the ` key. When you are in this menu use the following commands:

r_customheight xxxx (the xxxx will be you desired resolution)
r_customwidth xxxx
r_mode -1
vid_restart

If you are unhappy with the aspect ratio you can use the command
r_customaspect (albeit I do not know the values for. The default is 1 but try changing it to 2)

To change the FOV the command is
cg_fov xxx (the xxx will be your desired value)

I hope this helps!
Just to let you know the cg_fov command doesn't work, sorry about that!

The game doesn't seem to keep custom commands when done through the debug menu, so you may want to make an autoexec.cfg file.

If I find out more I will let you know!
avatar
darthspudius: So this game is fantastic, no doubt about it but after all these years it would be nice to have it in widescreen.

Any solutions?
avatar
CrazyDiscoBall: `

When you launch the game, open the console command menu. It is usually the ` key. When you are in this menu use the following commands:

r_customheight xxxx (the xxxx will be you desired resolution)
r_customwidth xxxx
r_mode -1
vid_restart

If you are unhappy with the aspect ratio you can use the command
r_customaspect (albeit I do not know the values for. The default is 1 but try changing it to 2)

To change the FOV the command is
cg_fov xxx (the xxx will be your desired value)

I hope this helps!
All these years of playing this game and i never knew this haha

Edit: It works nicely, thank you very much.
Post edited October 23, 2012 by darthspudius
avatar
darthspudius: All these years of playing this game and i never knew this haha
When you need this type of info you can research it here:
http://www.wsgf.org/mgl
just type in the name of the game in the search box


I copied a relevant part of the MoH AA page:
Whenever you load a level, you must bring down the console ("~" key), and type "fov 90." You can go higher, but the default is 80, and upping it to 90 seems to preserve the vertical coverage the most. This must be done every time you enter a new level, and it doesn't work in multiplayer. Advanced users may consider binding an out-of-the-way key to "fov 90".
Post edited October 23, 2012 by Kank
I attempted this for Win 7 64. The config file was located in AppData. The custom changes I made never took.
avatar
Raptomex: I attempted this for Win 7 64. The config file was located in AppData. The custom changes I made never took.
I have W7/64 and it worked just fine for me, but I appended the commands to the unnamedsoldier.cfg file, which can be found in the [your mohaa installation folder\]main\configs folder (mainta\configs and maintt\configs for Spearhead and Breakthrough respectively).

I did just use:

r_customwidth "1600"
r_customheight "1200"
r_mode "-1"

Not sure about the FOV setting, as I did not change it, but I assume it works the same way.

vid_restart wouldn't be necessary as this is executed on launch and not during runtime.

Make sure you do not change options in-game after doing this (set everything as desired beforehand), as that overwrites these files. You could make them read-only if you want.
Post edited October 24, 2012 by sndwv
avatar
Raptomex: I attempted this for Win 7 64. The config file was located in AppData. The custom changes I made never took.
avatar
sndwv: I have W7/64 and it worked just fine for me, but I appended the commands to the unnamedsoldier.cfg file, which can be found in the [your mohaa installation folder\]main\configs folder (mainta\configs and maintt\configs for Spearhead and Breakthrough respectively).
I did just use:

r_customwidth "1600"
r_customheight "1200"
r_mode "-1"

Not sure about the FOV setting, as I did not change it, but I assume it works the same way.

vid_restart wouldn't be necessary as this is executed on launch and not during runtime.

Make sure you do not change options in-game after doing this (set everything as desired beforehand), as that overwrites these files. You could make them read-only if you want.
I initially removed it from the main dir and it didn't regenerate after restarting the game but I found it in the AppData. Maybe I should just reinstall?
Post edited October 24, 2012 by Raptomex
avatar
Raptomex: I attempted this for Win 7 64. The config file was located in AppData. The custom changes I made never took.
Did you do it in game? Worked like a charm for me.
avatar
Raptomex: I attempted this for Win 7 64. The config file was located in AppData. The custom changes I made never took.
avatar
darthspudius: Did you do it in game? Worked like a charm for me.
Yeah I tried it in-game and it worked. Not sure why it didn't work when editing the config file.
considering how useful this is this should probably get Sticky.
To make the settings work in the .cfg file add seta at the start, and put it under // Cvars.

For example:
//
// Cvars
//
seta r_customwidth "1920"
seta r_customheight "1080"
seta r_mode "-1"
On a sidenote, 1600 x 900 doesn't seem to work. I opted for 1440 x 900 and that works, not sure about the fov setting though.

To enable the console, I had to acitvate developer mode. Now it constantly shows me the number of npcs :P Anyone knows how the deactivate this?
avatar
mr-michael: To make the settings work in the .cfg file add seta at the start, and put it under // Cvars.

For example:
//
// Cvars
//
seta r_customwidth "1920"
seta r_customheight "1080"
seta r_mode "-1"
Set field of view
find the seta variables and you can add 'seta cg_fov and the degree of your choice ie 115
with quotes

Reference:
http://forums.guru3d.com/showthread.php?t=371262
Awesome, thanks for the fix! I tried editing the user based config files then making it read-only but no luck. Fortunately, this worked great. Playing in yr native resolution is essential for revisiting old games.