Using Team Arena Scripted Menus in Vanilla Quake 3
by Dairyman

 

For many Quake 3 mods or games based on the Quake 3 engine source it would be desirable if you could use the Team Arena scripted menu system rather than the normal hard coded menu system of vanilla Quake 3. This is quite simple to do - a replacement of the uix86.dll or ui.qvm of vanilla Quake 3 with the one from Team Arena is all that is needed.

Using the stock Team Arena dll or qvm file does have some limitations though. A number of things that should be changable through the scripting are hard coded into the program and some desirable features are simply not avalible. To correct these problems I have made changes to the source code of the Team Arena menu system and recompiled it into a replacement dll and qvm file. Using this replacement file to add the scripted menu system will give you more scope for customization than what is avalible in the standard Team Arena files. See the Change List for details.

The replacement dll and qvm file, as well as the modified source code, are avalible on the Downloads page.

Scripting Tutorial

 

If you any questions or comments I can be contacted at dairyman@rfactory.org.

 

Return toTutorial Index