From fe1ea9b7dd9999d25c8e7488d76d92aa2c3cc590 Mon Sep 17 00:00:00 2001 From: tmpz23 <28760271+tmpz23@users.noreply.github.com> Date: Sat, 20 Aug 2022 08:05:58 +0200 Subject: [PATCH] Update README.md --- afstool/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/afstool/README.md b/afstool/README.md index 64db6cf..2bcd1b7 100644 --- a/afstool/README.md +++ b/afstool/README.md @@ -36,7 +36,8 @@ Pack doesn't update the original FD names. This file is used during pack to auto * 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. -Each lines of this csv contains a couple of "index/unpacked_filename". You can use it to rename unpacked files, for instance: "0/my_new_filename.ext". +Each lines of this csv contains a couple of "index?unpacked_filename". You can use it to rename unpacked files, for instance: +* 0?my_new_filename.ext ## afs_rebuild.conf All offsets and indexes are stored in hexadecimal with **0x** prefix: 0xabcdef. Use **auto** value when it's possible.