All checks were successful
link / Link assets on Linux (push) Successful in 5m5s
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.
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
.
Description
Languages
Shell
100%