var fDesc=new Array(); fDesc[0] = "The extreme quality mod is a originally a simple tweak graphic that implented several dynamics Shader system (eg Deph Of Field, Radial Blur Filter). The EQM v3 introduces many systems in more than in version 2, they are all dynamic in relation to the player's actions.

The new version puts introduce systems that allow players to enjoy more of the CryEngine 2 graphics engine, and also added shares of gameplay such as running on walls or even the slow motion. The EQM v3 also introduces a new complex system of hitbox that allows to generate effects depending on part of the player's body that are hit (eg headshot = loss of vision of the player)."; 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 = ''; } }