CoM_Solaufein Posted April 7, 2015 Posted April 7, 2015 What is a good TIS compression tool that is easy to use? I have a TIS folder that has 650MB of files that needs to be compresed.
Sam. Posted April 7, 2015 Posted April 7, 2015 TileConv Or the older TisPack in conjunction with HANDLE_TILESETS
CoM_Solaufein Posted April 8, 2015 Author Posted April 8, 2015 TileConv doesn't have any instructions on how to use it.
K4thos Posted April 8, 2015 Posted April 8, 2015 that "README" file without extension in the package is a normal text file. You can open it in any text editor. it mentions: Usage: tileconv [options] infile [infile2 [...]] and you can find list of options in the readme file. Here is a weidu code that you can use to extract all files without need to write a code for each of them separatly, as I assume you will need it for your mod: ACTION_BASH_FOR ~inputDirectory~ ~^.+\.tis$~ BEGIN AT_NOW ~directoryWithExe/tileconv.exe -e -o "outputDirectory/%BASH_FOR_FILE%" "inputDirectory/%BASH_FOR_FILE%"~ EXACT END
Recommended Posts
Archived
This topic is now archived and is closed to further replies.