最近玩了玩泰坦之旅,主要是因为它提供了mod工具。
就打包工具ArchiveTool.exe来说说。
在控制台直接无参数运行ArchiveTool.exe得到以下帮助信息:
Usage: archiveTool <file> <command> [command arguuments]
commands:
-add <directory> <base> [compression (0: min, 9: max)]: add a file or directory
relative to the base directory. If a file is already in the archive it will not be added.
-replace <directory> <base> [compression (0: min, 9: max)]: replace a file or directory
relative to the base directory. If a file is already in the archive it will be overwritten.
-update <directory> <base> [compression (0: min, 9: max)]: update a file ordirectory
relative to the base directory. Files will only be added if they are newer than
those already in the archive.
-remove <file> : remove a file from the archive.
-extract <location> [file] : extract the files or specified file to thespecified location.
-removeMissing <file> <base> : remove the files that are not in the specified directory.
-compact : compact the archive removing unused files.
-list : list the files in the archive.
-stats : display the archive statistics.