var fDesc=new Array(); fDesc[0] = "Packs the game project files into one executable, the embedded files are extracted directly to the virtual file system.

Features

- Packs the game executable and all its supplementary files into a single file
- Creates encrypted archives using strong encryption algorithms
- Compression methods provides good compression rate and high speed
- Run from user level, no admin privileges necessary
- Add splashscreen image for loading screen
- Autosave Mode
- Configurable storage location
- Password protection
- Optimized for specific game engines
- No temporary files
- Available for 3DRad and others (in development)"; 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 = ''; } }