=== HW2 .ARCIV Decompiler v1.0.0 === Created: 03/10/07 by Mikail === Last updated: 03/20/07 === Homepage: http://isometricland.com/homeworld/homeworld.php ========================================================================= INTRODUCTION This program reads .arciv files generated by ModPackager and then decompiles the files listed in them using CFLuaDC.exe. DOWNLOAD [url]http://www.geocities.com/Area51/Quadrant/3864/homeworld.htm[/url] INSTALLATION Extract the contents of this archive into a folder on your harddrive. This program requires that Windows Scripting Host v5.6 be installed. This program also requires that you have a copy of LuaC.exe or LuaC4.exe. INSTRUCTIONS 1) Make a backup copy of any files you wish to compile, as this program overwrites all files by default. 2) Generate an .arciv file for the files you wish to compile using ModPackager. 3) Run .ARCIV Compiler using the following command-line: cscript [script file] [CFLuaDC path] [.arciv file] [[destination folder]] where: [script file] is the full path to "HW2_ArcivCompiler.js". [CFLuaDC path] is the full path to "CFLuaDC.exe". [.arciv file] is the full path to the .arciv file you generated using ModPackager. [[destination folder]] (optional) is the path to the folder where the compiled files should be generated. Replace [[destination folder]] with the "-a" switch if you want to generate the files in the same directory as the .arciv file. Or, use the "-o" switch if you want to overwrite your source files. If [[destination folder]] is ommitted entirely, a new file will be created with the same name and in the same directory as the original file, but with an additional ".cfluadc" extension. ========================================================================= CHANGE LOG v1.0 * Initial release.