You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is primitve model exporter that takes `.perm.bin` file and export models & materials to `.obj` & `.mtl` files.
3
3
4
-
# Args
4
+
##Args
5
5
`-perm`: Path to `.perm.bin` file.
6
6
7
7
`-outdir`: Path to directory where it output the files.
8
8
9
9
`-silent`: Disable wait for key when finished. (Useful for batch exporting)
10
+
11
+
## Usage
12
+
Simple launch the executable and select perm file or use launch args.
13
+
14
+
This tool doesn't export textures, but does export materials and textures are pointing to parent directory under `Textures` ie. `../Textures/<Hash>.png`.
15
+
16
+
You need to export the textures yourself. Here is one tool: https://github.com/sneakyevil/SleepingDogs-UltimateTexTool after loading textures in that tool you need to use `Texture > Rename to Hashes`.
17
+
18
+
After you got the textures with the hashed names you just place them in that parent directory: `Textures` and while loading the model it will load the textures.
0 commit comments