openmohaa/README.md

108 lines
4.3 KiB
Markdown
Raw Normal View History

2023-02-03 18:48:42 +01:00
# OpenMoHAA
2023-07-06 18:32:14 +02:00
![Build](https://github.com/openmoh/openmohaa/actions/workflows/build-cmake.yml/badge.svg?branch=main) [![Release](https://img.shields.io/github/v/release/openmoh/openmohaa)](https://github.com/openmoh/openmohaa/releases) [![Downloads](https://img.shields.io/github/downloads/openmoh/openmohaa/total)](https://github.com/openmoh/openmohaa/releases)
![License](https://img.shields.io/github/license/openmoh/openmohaa) ![Commits](https://img.shields.io/github/commit-activity/t/openmoh/openmohaa)
![Discord](https://img.shields.io/discord/596049712579215361?logo=discord&logoColor=white&color=5865F2)
```
/ _ \ _ __ ___ _ __ | \/ |/ _ \| | | | / \ / \
| | | | '_ \ / _ \ '_ \| |\/| | | | | |_| | / _ \ / _ \
| |_| | |_) | __/ | | | | | | |_| | _ |/ ___ \ / ___ \
\___/| .__/ \___|_| |_|_| |_|\___/|_| |_/_/ \_\/_/ \_\
|_|
2023-07-06 18:32:14 +02:00
```
2019-07-03 22:10:46 +02:00
2023-12-28 20:54:05 +01:00
## Current state
2023-12-26 12:14:38 +01:00
### Multiplayer
2023-12-26 12:22:37 +01:00
The Multiplayer part is almost fully stable.
2023-12-26 12:14:38 +01:00
2023-12-26 18:06:07 +01:00
Server admins can use OpenMoHAA to [host](#server) a mohaa/mohaas/mohaab server. Bugs must be reported by creating a new [issue](https://github.com/openmoh/openmohaa/issues) on the OpenMoHAA GitHub project. Players can use OpenMoHAA to [play](#client) on a mohaa/mohaas/mohaab server.
2023-12-26 12:22:37 +01:00
All game modes including `Tug-of-War` from Medal of Honor: Spearhead, and `Liberation` from Medal of Honor: Breakthrough are implemented and are working as intended. Mods like `Freeze-Tag` are working as well.
2023-12-26 12:14:38 +01:00
### Single-player
The `training` map can be played from start to end. The single-player campaign is not fully functional, but at least AI can breathe, talk, run, and shoot.
2023-08-24 23:20:01 +02:00
## Intro
2023-11-14 18:05:50 +01:00
The main goal of OpenMoHAA is to ensure the future and continuity of **Medal of Honor: Allied Assault**. It has always been a dream in the community to provide patches and security fixes for the game. Thanks to the ioquake3 project, F.A.K.K SDK and other quality tools, OpenMoHAA has already reached more than half of its goal: to create an open-source version of MoH:AA (based on version 2.40) that is fully compatible with the original game (in terms of protocol, assets, and scripts).
2023-08-24 23:20:01 +02:00
2023-12-28 20:54:05 +01:00
## Getting started
2016-03-27 11:49:47 +02:00
2023-12-28 20:54:05 +01:00
- [Installing OpenMoHAA](docs/getting_started_installation.md)
- [Running OpenMoHAA and using expansion assets](docs/getting_started_running.md)
2023-08-19 19:41:22 +02:00
### Playing with bots
OpenMoHAA has a basic bot system that emulates real players. The maximum number of bots is defined by the `sv_maxbots` variable, and the number of initial bots is defined by the `sv_numbots` variable. Bots can also be added or removed using the `addbot` and `removebot` commands.
This feature is a great way to test the gameplay and mods.
2023-08-16 00:19:30 +02:00
2023-12-28 20:54:05 +01:00
## Features
2023-05-18 20:54:12 +02:00
2023-12-28 20:54:05 +01:00
- [What's working and what's not](docs/features_implementation.md)
- [New features](docs/features.md)
- [Scripting commands](https://htmlpreview.github.io/?https://github.com/openmoh/openmohaa/blob/main/docs/features_g_allclasses.html)
2023-05-01 20:08:26 +02:00
2023-02-03 18:48:42 +01:00
## Compiling
2023-12-28 20:54:05 +01:00
- See [Compiling OpenMoHAA](docs/compiling.md)
2023-08-19 19:41:22 +02:00
2023-05-19 14:09:03 +02:00
## Screenshots
2023-11-13 23:29:21 +01:00
| | |
|-----------------------------------------------------------------------------------|----------------------------------------------------------------------------|
| ![](docs/images/v0.60.0-x86_64/mohdm1_1.png) | ![](docs/images/v0.60.0-x86_64/training_1.png) |
| ![](docs/images/v0.60.0-x86_64/flughafen_1.png) | ![](docs/images/v0.60.0-x86_64/flughafen_2.png) |
| ![](docs/images/v0.60.0-x86_64/mohdm2_1.png "Playing Freeze-Tag mode with bots") | ![](docs/images/v0.60.0-x86_64/training_3.png "Single-Player training") |
2023-11-14 14:06:57 +01:00
*More screenshots [here](docs/images)*
2023-05-22 18:01:11 +02:00
2023-02-03 18:48:42 +01:00
## Third party
2023-02-03 18:48:42 +01:00
### SDL
2019-07-03 22:24:21 +02:00
http://www.libsdl.org/
2023-02-03 18:48:42 +01:00
### OpenAL
2019-07-03 22:24:21 +02:00
2023-08-15 16:02:02 +02:00
https://www.openal.org/
2023-02-03 18:48:42 +01:00
### LibMAD
2019-07-03 22:24:21 +02:00
http://www.underbit.com/products/mad/
2023-02-03 18:48:42 +01:00
### cURL
2016-03-27 11:49:47 +02:00
2023-02-03 18:48:42 +01:00
https://curl.se/
2023-02-03 18:48:42 +01:00
### Libogg
2016-03-27 11:49:47 +02:00
2023-02-03 18:48:42 +01:00
https://github.com/gcp/libogg
2023-02-03 18:48:42 +01:00
### Libvorbis
2023-02-03 18:48:42 +01:00
https://xiph.org/vorbis/
2023-02-03 18:48:42 +01:00
### Libopus
2016-03-27 11:49:47 +02:00
2023-02-03 18:48:42 +01:00
https://opus-codec.org/
2016-03-27 11:49:47 +02:00
2023-07-06 18:32:14 +02:00
## Communities
### URLs
2023-05-19 21:33:58 +02:00
- https://github.com/openmoh/openmohaa/
- https://mohaaaa.co.uk/AAAAMOHAA/index.php
2023-02-03 18:48:42 +01:00
- https://x-null.net/
2023-07-06 18:32:14 +02:00
### Discord
[![Discord Banner 1](https://discordapp.com/api/guilds/596049712579215361/widget.png?style=banner2)](https://discord.gg/NYtH58R)