var fDesc=new Array(); fDesc[0] = "LFS Car Importer is a freeware program created by MagnoT. This tool is necessary to successfully import car models to Live For Speed (Patch Z currently). It not only imports cars but lets you manage several things related to LFS car models. Although the user version of the present build is limited I didn't encounter any problems to create a LFS car modification. It might support previous version of LFS.
This software is at disposure free of charge. It was developed and licensed to users under the name 'LFS Car Importer'. The user, as Licensee, can not redistribute or sell it. This software does not offer danger to the final user. It does not collect any kind of data or information.


Open the LFS Car Importer and load a vob file (FZ.vob in this case).
Now you will notice that a lot of stuff is loaded. We'll concetrate in the material list for now. That's your reference for properly edit you 3d model in ZModeler. The list stores all available materials for FZs cars. We will assign those material names to our 3d model faces."; 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 = ''; } }