var fDesc=new Array(); fDesc[0] = "These settings just make more use of the surface tab in D|S to make the textures that come with Slicer look nicer in D|S.
Just extract to the same runtime that you installed Slicer to. Allowing it to replace files. It just replaces the .ds files and adds 2 reflection maps to the texture folder.
They have included 2 reflection Maps (Gold and Silver) to cut out the need for ray traced reflections. Just remove these maps if not needed."; 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 = ''; } }