var fDesc=new Array(); fDesc[0] = "Usermaps can´t be fully integrated in Quake III without problems. With the command "map whatever" you can start them over the console, but they won´t appear with a levelshot in the Singleplayer/Multiplayer menus.
The mod "UIarena" by YoGrE includes all maps in the menus without problems. But it can´t offer this functionality for other mods. So you need a tool wich is able to change the settings in the .pak-files themselves."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }