var fDesc=new Array(); fDesc[0] = "This will add the option to enable higher detail replacements for most textures in game. A big difference will be noticed on level art especially. Requirements:
To get the most out of the high resolution texture pack, we recommend running the game with the DirectX 11 renderer (requires a DirectX 10 GPU and Windows Vista SP2 or Windows 7). Also is recommend a video card with at least 1 GB of video memory. Most of the benefits from the Hi-resolution textures will only be seen if you are able to run the game in DirectX 11. In order to enable the "Very High" setting you will need a video card that supports DX11 and the latest drivers."; 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 = ''; } }