forked from amorilia/max_nif_plugin
-
Notifications
You must be signed in to change notification settings - Fork 21
/
README.TXT
95 lines (64 loc) · 3.08 KB
/
README.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
MaxPlugins 3.8
================
ATTENTION:
----------
This is not the officially maintained edition of the NifTools plugin
Description:
------------
This plugin currently consists of an exporter, importer and a utility
plugin for 3ds max and gmax for read and writing Gamebryo/Netimmerse
related files.
Report problems and ask questions here:
http://www.niftools.org/forum/viewforum.php?f=6
A wiki for the 3ds Max plugins is available at:
http://www.niftools.org/wiki/index.php/3ds_Max
Enjoy!
Requirements
------------
Plugins:
3D Studio Max 2012, 2015, 2016
Installation
------------
Installer:
The installer will configure the plugins for whichever releases
you have available on your machine. It will also optionally configure
texture paths for various games that we know there settings for.
Copy NifPlugins.dlu, to your 3dsmax\plugins directory.
Copy MaxNifTools.ini to the correct plugcfg directory:
For 2013 and later:
%USERPROFILE%\AppData\Local\Autodesk\3dsMax\<version>\enu\en-US\plugcfg
For 2012 and less:
Windows Vista and Greater:
%USERPROFILE%\AppData\Local\Autodesk\3dsMax\<version>\enu\plugcfg
Windows XP:
%APPDATA%\Autodesk\3dsMax\<version>\enu\plugcfg
You can copy MaxNifTools.ini to your 3dsmax\plugcfg directory but the
folder may be readonly so is discouraged but might still work.
The plugin will search the AppData folder first though as that is the
recommended location from Autodesk and Microsoft.
gmax notes:
NifPlugins.dlu goes in gmax\plugin folder
MaxNifTools.ini goes in gmax\plugCFG folder
winmm.dll goes in gmax folder where gmax.exe is located.
Do not place it in the windows system folder.
Usage
-----
Collision:
Add bhkRigidBody from Create | Helpers | Niftools to represent
a rigid body in havok.
Add bhkCollProxy or bhkRigidBody Modifier to represent shapes
and then link them to the bhkRigidBody.
Exporter:
Export files using "File | Export | Netimmerse/Gamebryo (*.NIF, *.KF)".
Importer:
Import files using "File | Import | Netimmerse/Gamebryo (*.NIF, *.KF)"
Settings:
Its recommended that you edit the MaxNifTools.ini file to adjust
paths and other settings to your machine to make it easier to work with.
1. Remove irrelevant applications from the KnownApplications list
2. Fix the RootPaths, TexturePaths and TextureSearchPaths in the
Applications for your machine.
Additional Notes
----------------
If your collision mesh comes out deformed, go to the utilities tab,
choose "Reset XForm" and click "Reset Selected". This should fix it.