6arelyFuture bbd1a8ca4e
All checks were successful
link / Link assets on Linux (push) Successful in 5m5s
chore: bump OAT
2024-09-23 05:59:26 +00:00
2024-09-23 05:59:26 +00:00
2024-04-27 19:35:22 +02:00
2024-04-27 19:35:22 +02:00
2024-04-27 19:35:22 +02:00
2024-04-27 19:35:22 +02:00

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
A mod for Plutonium IW5 and AlterWare IW5-Mod
Readme 1.5 MiB
Languages
Shell 100%