init
All checks were successful
link / Link assets on Linux (push) Successful in 35s

This commit is contained in:
2024-04-27 19:35:22 +02:00
commit 0e1fa81ddc
470 changed files with 957189 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# 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