// // narc.js //-------------------- // Reads narc archives and provides access to files by directory structure. // by RHY3756547 // // for reading from multiple narcs as one. (eg. Race.narc, Race_us.narc) window.narcGroup = function(files) { this.getFile = getFile; this.list = list; function getFile(name) { for (var i=0; i