From 4d77c07c9256bc01d10d003c8f4739fc08335a9b Mon Sep 17 00:00:00 2001 From: ermaccer <40604575+ermaccer@users.noreply.github.com> Date: Sun, 16 Aug 2020 12:31:48 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c449be6..45e485e 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Tools to work with Mortal Kombat and War Gods files. | archivetool | (pseudo)Creates and extracts IMP archives. | Mortal Kombat Unchained | PSP| | ssfx | Creates and extracts SSF archives and archives inside SSF. | Mortal Kombat DA/D/A/U | PSP/PS2/GC/WII/XBX| | paktool | Creates and extracts MKDA.PAK. | Mortal Kombat DA/D/A | PS2| +| toceditor | Dumps and injects TOC tables. | Mortal Kombat DA/D/A | PS2/PSP/XBX| | cdfextract | Extracts .cdf archives (not all tested). | Mortal Kombat Special Forces | PS1| | texconv | Converts textures to Bitmap images. | Mortal Kombat D/A/U | PS2/PSP| | sndtool | Extract and create sound archives | Mortal Kombat Trilogy | PC | @@ -22,6 +23,6 @@ Run without params to get usage. Check tool folder or wiki for detailed readme (if it exists). # Compilation -All tools were compiled using Visual Studio 2015. +All tools were compiled using Visual Studio 2015 or 2017. For executables, please check Releases!