aboutsummaryrefslogtreecommitdiff
path: root/tools/tools.txt
diff options
context:
space:
mode:
authorJohn Wilbert M. Villamor <lameguy64@gmail.com>2019-04-06 10:11:07 +0800
committerJohn Wilbert M. Villamor <lameguy64@gmail.com>2019-04-06 10:11:07 +0800
commitf3e040230772f978540a71aea43dfde200992922 (patch)
treebd8ca31b72dd01e24980b073854e263589530f56 /tools/tools.txt
downloadpsn00bsdk-f3e040230772f978540a71aea43dfde200992922.tar.gz
First commit
Diffstat (limited to 'tools/tools.txt')
-rw-r--r--tools/tools.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/tools/tools.txt b/tools/tools.txt
new file mode 100644
index 0000000..f701308
--- /dev/null
+++ b/tools/tools.txt
@@ -0,0 +1,30 @@
+To build the tools, simply run 'make all install' in this directory. The
+binaries of the tools should reside in a directory named bin for your
+convenience.
+
+
+Brief tools summary:
+
+lzpack - File compression and packing utility for creating LZP, PCK and
+ QLP archive files. Depends on tinyxml2.
+
+smxlink - SMX to SMD linker tool (from Project Scarlet/Scarlet Engine).
+ SMD drawing and parsing code can be found in the n00bdemo example.
+ Depends on tinyxml2.
+
+plugins - Includes a plugin for exporting models into Project Scarlet/Scarlet
+ Engine SMX model data format.
+
+util - A collection of small single C or C++ file tools such as elf2x.
+
+
+Other tools you may want:
+
+img2tim - Image to TIM texture file converter powered by FreeImage.
+ https://github.com/Lameguy64/img2tim
+
+smxtool - SMX model data tweaking tool.
+ https://github.com/Lameguy64/smxtool
+
+mkpsxiso - PlayStation ISO creation tool with CD-DA, CD-XA and STR file support.
+ https://github.com/Lameguy64/mkpsxiso \ No newline at end of file