From 4867d4a2aa2e67dd45ea25d45af4eb0054243af1 Mon Sep 17 00:00:00 2001 From: Luciano Ciccariello Date: Wed, 13 May 2020 11:49:23 +0100 Subject: [PATCH] Add proper list of tools --- docs/bbs/arc.md | 5 ++++ docs/tool/OpenKh.Command.HdAssets.md | 15 ---------- docs/tool/index.md | 41 ++++++++++++++++++++++++++++ docs/tool/kh.cmd.idximg.md | 7 ----- 4 files changed, 46 insertions(+), 22 deletions(-) delete mode 100644 docs/tool/OpenKh.Command.HdAssets.md create mode 100644 docs/tool/index.md delete mode 100644 docs/tool/kh.cmd.idximg.md diff --git a/docs/bbs/arc.md b/docs/bbs/arc.md index 1887bb5d8..131faaba2 100644 --- a/docs/bbs/arc.md +++ b/docs/bbs/arc.md @@ -33,3 +33,8 @@ An entry can represents either a file contained in the archive or a file the arc When the file exists in the archive, `Directory hash` is `0`. When the entry is a link to anotehr file, `Directory hash` has a value and `Lenght` is `0` while `Offset` value is ignored. + + +## Additional info + +Apparently the file `arc/menu/01_race.arc` from Birth By Sleep is corrupt and unreadable. It is unknown if the remastered actually uses that file; and if yes, how. \ No newline at end of file diff --git a/docs/tool/OpenKh.Command.HdAssets.md b/docs/tool/OpenKh.Command.HdAssets.md deleted file mode 100644 index 00d0fc31b..000000000 --- a/docs/tool/OpenKh.Command.HdAssets.md +++ /dev/null @@ -1,15 +0,0 @@ -# OpenKh.Command.HdAssets - -Extract [HD assets](../common/hdassets.md) from PS4 unpacked data. - -## How to use - -Just place the executable in the game directory and open it. - -## Arguments - -As argument, a single file or a directory can be specified. When a directory is specified, every file of every subfolder will be extracted. Without arguments, it will just consider the directory where the executable is called. - -## Additional info - -Apparently the file `arc/menu/01_race.arc` from Birth By Sleep is corrupt and unreadable. It is unknown if the remastered actually uses that file; and if yes, how. \ No newline at end of file diff --git a/docs/tool/index.md b/docs/tool/index.md new file mode 100644 index 000000000..0639062b2 --- /dev/null +++ b/docs/tool/index.md @@ -0,0 +1,41 @@ +# OpenKH tools + +## Common formats + +| File | Tool name +|------|----------- +|[TM2](../common/tm2) | OpenKh.Tools.ImageViewer + +## Kingdom Hearts II + +| File | Tool name +|------|----------- +|[msg/*](../kh2/file/type/msg) | OpenKh.Command.MsgTool +|[msg/*](../kh2/file/type/msg) | OpenKh.Tools.Kh2TextEditor +|[BAR](../kh2/file/type/bar) | OpenKh.Tools.Kh2TextEditor +|[IMD](../kh2/file/type/image#imgd) | OpenKh.Tools.ImageViewer +|[IMZ](../kh2/file/type/image#imgz) | OpenKh.Tools.ImageViewer +|[FAC](../kh2/file/type/image#fac) | OpenKh.Tools.ImageViewer +|[DPD](../kh2/file/type/dpd) | OpenKh.Tools.DpdViewer (incomplete) +|[2LD](../kh2/file/type/2ld) | OpenKh.Tools.LayoutViewer (incomplete) +|[2DD](../kh2/file/type/2ld) | OpenKh.Tools.LayoutViewer (incomplete) +|[00battle](../kh2/file/type/00battle) | OpenKh.Tools.LevelUpEditor +|[00objentry](../kh2/file/type/00objentry) | OpenKh.Tools.ObjentryEditor +|[03system](../kh2/file/type/03system) | OpenKh.Tools.Kh2SystemEditor + +## Kingdom Hearts Birth By Sleep + +| File | Tool name +|------|----------- +|[BBSAx.DAT](../bbs/bbsa)| OpenKh.Command.Bbsa +|[ARC](../bbs/arc) | OpenKh.Command.Arc +|[CTD](../bbs/ctd) | OpenKh.Tools.CtdEditor +|[event/](../bbs/events) | OpenKh.Tools.BbsEventTableEditor +|[font.arc](../bbs/events) | OpenKh.Tools.ImageViewer +|[fonten.arc](../bbs/events) | OpenKh.Tools.ImageViewer + +## Kingdom Hearts 1.5/2.5 ReMIX + +| File | Tool name +|------|----------- +|[HD assets](../common/hdassets)| OpenKh.Command.HdAssets diff --git a/docs/tool/kh.cmd.idximg.md b/docs/tool/kh.cmd.idximg.md deleted file mode 100644 index 4e2342c39..000000000 --- a/docs/tool/kh.cmd.idximg.md +++ /dev/null @@ -1,7 +0,0 @@ -# kh.cmd.idximg - Extract files from IDX/IMG - -Extract all the known files from an IDX/IMG file pair. - -`kh.cmd.idximg -i KH2.IDX` - -`-i | --input` specifies the IDX input file. The IMG will have the same name of the IDX one. \ No newline at end of file