We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbaecee commit 1fa260bCopy full SHA for 1fa260b
2 files changed
README.md
@@ -0,0 +1,14 @@
1
+A collection tools & resources for modding Nier Automata.
2
+
3
+# Contents
4
5
+- CPK, DAT/DTT file contents
6
+ - [Majority here](./cpkAndDttContents.md)
7
+ - [cpk015](./cpk015DttContents.md)
8
+ - [Map](./mapMap/fullMap.md)
9
+- [Binary Templates](./BinaryTemplates/)
10
+ - [bxm (binary xml)](./BinaryTemplates/NierA_BXM.bt)
11
+ - [wem (music files)](./BinaryTemplates/NierA_WEM.bt)
12
+- Tools
13
+ - [BXM conversion](./tools/bxmScriptTools/)
14
+ - [SAR Blender Addon](./tools/NierSarBlenderTools/)
tools/NierSarBlenderTools/README.md
@@ -1,3 +1,5 @@
+Blender addon for viewing and editing Nier Automata .sar files. Sar files seem to contain data about ambient sounds and music.
# Installation
(Requires Blender 3 or later)
0 commit comments