var fDesc=new Array(); fDesc[0] = "This tool will allow you to open any PSSG file and edit it. For F1 2010, Dirt 2 and Grid.
Features:
- Export -- Lets you export any section from the PSSG.
- Import -- Lets you put back any section into the PSSG.
- Export All Textures -- Lets you export all the textures from the PSSG at once.
- Preview -- Lets you see any "TEXTURE" section from the PSSG before you have to export.
- Dimensions -- Now you can add higher resolution (HD) textures. (Example: 4096px)
- MipMap -- Changes the mipmap levels automatically by detecting from dds.
- Open With -- Allows you to choose "Open With" and select this program to open PSSG."; 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 = ''; } }