A collection of Quake III: Arena style menus for Modern Warfare 3 (2011)
Go to file
6arelyFuture 2599486f28
All checks were successful
link / Link assets on Linux (push) Successful in 5m22s
chore: bump OAT
2024-09-24 07:46:43 +00:00
.gitea chore: bump OAT 2024-09-24 07:46:43 +00:00
deps feat: code_post_gfx.ff 2024-06-08 11:16:14 +02:00
zone_raw feat: code_post_gfx.ff 2024-06-08 11:16:14 +02:00
.gitmodules build: add CI (using Docker) (#2) 2024-03-26 18:18:34 +00:00
README.md init 2024-01-01 18:32:15 +01:00

IW5 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.

One of the primary challenges in utilizing these extracted menus is their near-impossibility of being reutilized by the tool itself. This difficulty arises from several mistakes made by the original developers of the menus. It's unclear whether these mistakes were made during their development or if the tool they used to link the fast files was flawed. However, various "unexpanded" macros can be observed throughout the menus, along with numerous other errors.

This repository comprises menus that have undergone manual correction and no longer contain these errors. Consequently, it should be feasible to relink the fast files using OAT without any adjustments to the assets found within this repository.

How to use OAT

You should invoke the linker with the following options:

Argument Description
--load=PATH Required. Loads the original 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.