From e2421851f0567e179e7b1bc01b806196f8443b0f Mon Sep 17 00:00:00 2001 From: tmpz23 <28760271+tmpz23@users.noreply.github.com> Date: Sat, 20 Aug 2022 08:58:45 +0200 Subject: [PATCH] Update README.md --- afstool/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/afstool/README.md b/afstool/README.md index 2bcd1b7..5af5d58 100644 --- a/afstool/README.md +++ b/afstool/README.md @@ -35,10 +35,13 @@ afstool.py --stats path Pack doesn't update the original FD names. This file is used during pack to auto detect unpacked renamed files in the **root** folder keeping their original index in the TOC (and FD) . This file is autogenerated when: * there is a FD with duplicated filenames, extracted files with duplicated names use "filename **(N)**.ext" with N:Integer, * there is no FD, files are named with their index, for instance: "00000000" for the first file. +* there is unallowed path operators in the file name, for instance: "..\..\data\abc.tpl" -Each lines of this csv contains a couple of "index?unpacked_filename". You can use it to rename unpacked files, for instance: +Each lines of this csv contains a couple of "index?unpacked_filename". * 0?my_new_filename.ext +The filename_resolver.csv isn't used when rebuilding or rebasing the unpacked AFS folder. Avoid renaming files with it, instead use the rebuild files. + ## afs_rebuild.conf All offsets and indexes are stored in hexadecimal with **0x** prefix: 0xabcdef. Use **auto** value when it's possible.