Jump to content

TIS Compression


CoM_Solaufein

Recommended Posts

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
Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...