plutonium_menus_mp/README.md
6arelyFuture 0e1fa81ddc
All checks were successful
link / Link assets on Linux (push) Successful in 35s
init
2024-04-27 19:35:22 +02:00

21 lines
1.1 KiB
Markdown

# Plutonium Menus: A collection of Quake III: Arena style menus
The menus available in this repository are "stock" menus created for Modern Warfare 3 (2011) and were extracted using [OAT][oat-link].
The goal of this repository is to show how menus can be modified by creating a simple mod with OAT.
This repository modifies the menu `ui_mp/controls_multi.menu` to add a custom button.
## How to use OAT to compile this mod
You should invoke the linker with the following options:
| Argument | Description |
|:----------------------------|:-----------------------------------------------|
| `--load=PATH` | Required. Loads `localized_ui_mp.ff` fast file into memory. It is needed to find material and images not included in this repository. |
| `--menu-permissive` | Required. Allows the tool to permit some "weird" syntax. |
| `--menu-no-optimization` | Optional. |
Replace `PATH` with the actual path pointing to the location of `localized_ui_mp.ff`.
[oat-link]: https://github.com/Laupetin/openassettools