mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Remove what's Working documentation as everything is implemented
This commit is contained in:
parent
3956e03557
commit
586da44c30
2 changed files with 0 additions and 28 deletions
|
@ -34,7 +34,6 @@ All game modes including `Tug-of-War` from Medal of Honor: Spearhead, and `Liber
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- [What's working](docs/features_implementation.md)
|
|
||||||
- [List of new features](docs/features.md)
|
- [List of new features](docs/features.md)
|
||||||
- [Scripting commands](https://htmlpreview.github.io/?https://github.com/openmoh/openmohaa/blob/main/docs/features_g_allclasses.html)
|
- [Scripting commands](https://htmlpreview.github.io/?https://github.com/openmoh/openmohaa/blob/main/docs/features_g_allclasses.html)
|
||||||
|
|
||||||
|
|
|
@ -1,27 +0,0 @@
|
||||||
# Implementation
|
|
||||||
|
|
||||||
## Server
|
|
||||||
|
|
||||||
The server version can be built successfully. The server and the fgame components are fully implemented, the single-player campaign can be played from start to end in MOH:AA, MOH:SH and MOH:BT. However there could be some minor bugs (and rare crashes), but overall, the game should be playable.
|
|
||||||
|
|
||||||
## Client
|
|
||||||
|
|
||||||
The client version of OpenMoHAA is also fully implemented with a few bugs remaining. Credits to the SDK of **Heavy Metal: F.A.K.K. 2** both the cgame and fgame modules.
|
|
||||||
|
|
||||||
OpenMoHAA is using OpenAL for the audio.
|
|
||||||
|
|
||||||
The current operational status for each component is as follow:
|
|
||||||
|
|
||||||
| Component | Full | Almost | Half | Early | Bad | Not working | Comment |
|
|
||||||
|-------------------------|------|--------|------|-------|-----|-------------|---------------------------------------------------------------------|
|
|
||||||
| Audio | x | | | | | | Full implementation using OpenAL |
|
|
||||||
| CG Module | x | | | | | | Some effects can be inaccurate compared to the original game |
|
|
||||||
| Client | x | | | | | | |
|
|
||||||
| Collision | x | | | | | | |
|
|
||||||
| Model/TIKI/Skeletor | x | | | | | | |
|
|
||||||
| Renderer | x | | | | | | |
|
|
||||||
| Server | x | | | | | | |
|
|
||||||
| Server module (fgame) | x | | | | | | There might still be some AI-related bugs remaining |
|
|
||||||
| UI | x | | | | | | |
|
|
||||||
|
|
||||||
Full = code is fully working, however it doesn't mean it's bug-free.
|
|
Loading…
Add table
Add a link
Reference in a new issue