Skip to content

Commit

Permalink
Add proper list of tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeeynamo committed May 13, 2020
1 parent 54bf73e commit 4867d4a
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 22 deletions.
5 changes: 5 additions & 0 deletions docs/bbs/arc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
15 changes: 0 additions & 15 deletions docs/tool/OpenKh.Command.HdAssets.md

This file was deleted.

41 changes: 41 additions & 0 deletions docs/tool/index.md
Original file line number Diff line number Diff line change
@@ -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
7 changes: 0 additions & 7 deletions docs/tool/kh.cmd.idximg.md

This file was deleted.

0 comments on commit 4867d4a

Please sign in to comment.