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

×
Hello everyone!

"An open-source game engine compatible with Medal of Honor: Allied Assault and its expansions (Spearhead and Breakthrough)."

I tested the v0.81.1-beta version and it is VERY stable, I managed to get to the Omaha Beach stage without errors. And I'm moving forward... Everything is fine so far! All thanks to those involved in this great project. =D

Features (summary):

"- SDL2 backend;
- OpenAL sound support (better sound quality);
- Full 64-bit support;
- Cross-platform support;
- Multiuser support on OS (On Windows, user game data is stored in "%APPDATA%\openmohaa");
- Many bug fixes and additions from ioquake3;
- Automatic scaling of UI elements on high resolutions like 4K;

Overall, better compatibility on modern systems and bugfixes."

So don't waste time and try it: https://www.openmohaa.org/
If you find any errors, please report them here: https://github.com/openmoh/openmohaa

Best regards...
And have fun! =)
Post edited 5 days ago by SilentMRG
Thanks! Working like a charm.
Hey there! Noob here. How do I use this program? Do I need to unpack it within the game files somewhere? Thanks
Post edited 2 days ago by benjaming45
--- Common Initialization ---
Medal of Honor Allied Assault 1.11 win-x86 Mar 5 2002
----- FS_Startup -----
Current search path:
E:\Program Files (x86)\GOG Galaxy\Games\Medal of Honor - Allied Assault War Chest/main
E:\Program Files (x86)\GOG Galaxy\Games\Medal of Honor - Allied Assault War Chest\main\pak7.pk3 (89 files)
E:\Program Files (x86)\GOG Galaxy\Games\Medal of Honor - Allied Assault War Chest\main\Pak6EnUk.pk3 (395 files)
E:\Program Files (x86)\GOG Galaxy\Games\Medal of Honor - Allied Assault War Chest\main\Pak5.pk3 (259 files)
E:\Program Files (x86)\GOG Galaxy\Games\Medal of Honor - Allied Assault War Chest\main\Pak4.pk3 (593 files)
E:\Program Files (x86)\GOG Galaxy\Games\Medal of Honor - Allied Assault War Chest\main\Pak3.pk3 (669 files)
E:\Program Files (x86)\GOG Galaxy\Games\Medal of Honor - Allied Assault War Chest\main\Pak2.pk3 (4722 files)
E:\Program Files (x86)\GOG Galaxy\Games\Medal of Honor - Allied Assault War Chest\main\Pak1.pk3 (396 files)
E:\Program Files (x86)\GOG Galaxy\Games\Medal of Honor - Allied Assault War Chest\main\Pak0.pk3 (11174 files)

----------------------
18297 files in pk3 files
execing default.cfg
execing menu.cfg
execing newconfig.cfg
Config: unnamedsoldier.cfg
execing configs/unnamedsoldier.cfg
couldn't exec localized.cfg
execing autoexec.cfg
Unknown command "fov"
couldn't exec custom.cfg
...detecting CPU, found Intel Pentium III

------- Input Initialization -------
Initializing DirectInput...
Couldn't set DI coop level
Falling back to Win32 mouse support...
------- Input Initialization Complete ------- 107
You are now setup for easy mode.
----- Client Initialization -----
Called FadeSound with: 0.000000
----- Initializing Renderer ----
----- R_Init -----
Initializing OpenGL subsystem
...initializing QGL
...calling LoadLibrary( 'C:\WINDOWS\system32\opengl32.dll' ): succeeded
...setting mode 9: 1600 1200 FS
...using colorsbits of 32
...calling CDS: failed, bad mode
...trying next higher resolution: failed, bad mode
...restoring display settings
...registered window class
...created window@0,0 (1606x1235)
Initializing OpenGL driver
...getting DC: succeeded
...GLW_ChoosePFD( 32, 24, 0 )
...185 PFDs found
...hardware acceleration found
...PIXELFORMAT 14 selected
...creating GL context: succeeded
...making context current: succeeded
...WARNING: fullscreen unavailable in this mode
...setting mode 9: 1600 1200 FS
...using colorsbits of 16
...calling CDS: failed, bad mode
...trying next higher resolution: failed, bad mode
...restoring display settings
...window already present, CreateWindowEx skipped
Initializing OpenGL driver
...WARNING: fullscreen unavailable in this mode
...shutting down QGL
...unloading OpenGL DLL
...assuming '3dfxvgl' is a standalone driver
...initializing QGL
...WARNING: missing Glide installation, assuming no 3Dfx available
...shutting down QGL
GLW_StartOpenGL() - could not load OpenGL subsystem

How to play in 1920x1080 resolution?
Post edited Yesterday by Sher2757
avatar
benjaming45: Hey there! Noob here. How do I use this program? Do I need to unpack it within the game files somewhere? Thanks
Hey, check this out: https://github.com/openmoh/openmohaa/blob/main/docs/getting_started_installation.md

In short:
https://github.com/openmoh/openmohaa/blob/main/docs/getting_started_installation.md#cleaning-up-the-game-installation-directory
Post edited 23 hours ago by SilentMRG
avatar
Sher2757: How to play in 1920x1080 resolution?
Are you on Windows? I think so.

Then open "%APPDATA%\Roaming\openmohaa\main\configs\omconfig.cfg", and make the changes in:

seta r_customwidth "1366"
seta r_customheight "768"
seta r_mode "-1"

Keep in mind that the above lines are an example, you will have to write your monitor resolution between the quotation marks. And make sure to write "-1" in r_mode so that your resolution is applied.

Tip: Start the game, I mean, enter the first level and exit the program, go to the path mentioned above and look for cg_fov, change it to 100 or 110, if it is too much, change it to another value, in short, test the value that best suits the resolution of your monitor.
Post edited 23 hours ago by SilentMRG