SucUnBatch

Download

(tools are being rewritten so this is now out of date)
Download from: http://www.sucklead.com/dcotetools/SucUnBatch.zip

Description

This is used to un-batch the individual .bin compiled script files from the C:\Program Files\Bethesda Softworks\Call Of Cthulhu DCoTE\Scripts\*.bat files.
You will need to do this before you can rebuild the .bat files with any scripts that you may have changed and compiled.

Usage

Usage is from a command prompt like this:
SucUnBatch.exe {input batchfile/directory} {output directory}

For example to extract the files from 01_house.bat to a directory called bin:
SucUnBatch 01_house.bat bin

More than likely you would want to extract everything in a directory using:
SucUnBatch.exe {input directory} {output directory}

So if you are in the Scripts directory you could do this:
SucUnBatch.exe . bin
to extract everything to the bin directory.

Along with the extracted .bin files a .lst file is generated with a list of all the files in the .bat file to be used when rebuilding the .bat file with SucBatch.exe

No comments:

Post a Comment